shutdown behavior
This commit is contained in:
@@ -57,6 +57,8 @@
|
|||||||
bind = , Print, exec, grim -g "$(slurp)"
|
bind = , Print, exec, grim -g "$(slurp)"
|
||||||
'') + ''
|
'') + ''
|
||||||
source = ${config.home.homeDirectory}/.config/hypr/main.conf
|
source = ${config.home.homeDirectory}/.config/hypr/main.conf
|
||||||
|
|
||||||
|
exec-shutdown = if [[ -f ${config.home.homeDirectory}/.local/share/calcurse/.calcurse.pid ]]; then rm ${config.home.homeDirectory}/.local/share/calcurse/.calcurse.pid; fi
|
||||||
'';
|
'';
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -71,9 +71,6 @@
|
|||||||
hyprctl dispatch exec "setWallpaper ${config.home.homeDirectory}/.config/background"
|
hyprctl dispatch exec "setWallpaper ${config.home.homeDirectory}/.config/background"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -f ${config.home.homeDirectory}/.local/share/calcurse/.calcurse.pid ]]; then
|
|
||||||
rm ${config.home.homeDirectory}/.local/share/calcurse/.calcurse.pid
|
|
||||||
fi
|
|
||||||
hyprctl dispatch exec ${pkgs.pyprland}/bin/pypr
|
hyprctl dispatch exec ${pkgs.pyprland}/bin/pypr
|
||||||
hyprctl dispatch exec ${pkgs.netbird-ui}/bin/netbird-ui
|
hyprctl dispatch exec ${pkgs.netbird-ui}/bin/netbird-ui
|
||||||
hyprctl dispatch exec ${pkgs.hyprpolkitagent}/libexec/hyprpolkitagent
|
hyprctl dispatch exec ${pkgs.hyprpolkitagent}/libexec/hyprpolkitagent
|
||||||
|
|||||||
Reference in New Issue
Block a user