hyprland: increase time before restarting on reload
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
816f84059d
commit
75b1043ac4
1 changed files with 2 additions and 2 deletions
|
@ -62,8 +62,8 @@ in {
|
||||||
# https://wiki.hyprland.org/Configuring/Keywords/#executing
|
# https://wiki.hyprland.org/Configuring/Keywords/#executing
|
||||||
exec = [
|
exec = [
|
||||||
left # Set left-pawed state
|
left # Set left-pawed state
|
||||||
"${systemctl} --user restart walker"
|
"${sleep} 5 && ${systemctl} --user restart walker"
|
||||||
"${sleep} 2 && ${systemctl} --user restart waybar"
|
"${sleep} 5 && ${systemctl} --user restart waybar"
|
||||||
];
|
];
|
||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Keywords/#executing
|
# https://wiki.hyprland.org/Configuring/Keywords/#executing
|
||||||
|
|
Loading…
Reference in a new issue