Fix race condition
This commit is contained in:
parent
a9c5fd211a
commit
6b3281904b
1 changed files with 1 additions and 2 deletions
|
@ -16,8 +16,7 @@ bindl = ,switch:on:Lid Switch,exec,hyprctl keyword monitor "eDP-1, disable"
|
|||
|
||||
# Execute your favorite apps at launch
|
||||
# exec-once = waybar & hyprpaper & firefox
|
||||
exec-once = ~/.local/bin/set_wallpaper
|
||||
exec-once = hyprpaper
|
||||
exec-once = ~/.local/bin/set_wallpaper && hyprpaper
|
||||
exec-once = waybar
|
||||
|
||||
# Source a file (multi-file configs)
|
||||
|
|
Loading…
Reference in a new issue