1
1
Fork 0

hyprland: remove walker/waybar service restart on exec

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2024-10-30 19:13:50 -05:00
parent 60b28a8d26
commit 2639405353
Signed by: myned
GPG key ID: C7224454F7881A34
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -102,6 +102,8 @@ in {
};
in {
status = {
reload_style_on_change = true; # Reload CSS when modified
## GLOBAL ##
layer = "top";
position = "bottom";