hyprland: remove walker/waybar service restart on exec
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
60b28a8d26
commit
2639405353
2 changed files with 2 additions and 2 deletions
|
@ -60,8 +60,6 @@ in {
|
|||
# https://wiki.hyprland.org/Configuring/Keywords/#executing
|
||||
exec = [
|
||||
"${left} --init --scroll kensington-orbit-wireless-tb-mouse" # Enforce left-pawed state
|
||||
"${sleep} 1 && ${systemctl} --user restart walker"
|
||||
"${sleep} 1 && ${systemctl} --user restart waybar"
|
||||
];
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Keywords/#executing
|
||||
|
|
|
@ -102,6 +102,8 @@ in {
|
|||
};
|
||||
in {
|
||||
status = {
|
||||
reload_style_on_change = true; # Reload CSS when modified
|
||||
|
||||
## GLOBAL ##
|
||||
layer = "top";
|
||||
position = "bottom";
|
||||
|
|
Loading…
Reference in a new issue