Added wait for system tray on start
- Close applications before shutdown/logout/reboot - Fixed battery check script - Always display hidden files in ranger TODO: - Wait for logout/shutdown/reboot until all applications are closed (timeout)
This commit is contained in:
@@ -1,13 +1,16 @@
|
||||
exec-once = ~/.config/hypr/scripts/bar.sh #Has to be first -> Systray
|
||||
|
||||
## Programms
|
||||
exec-once = discord
|
||||
exec-once = youtube-music
|
||||
exec-once = ~/.config/hypr/scripts/wait_for_tray.sh && discord
|
||||
exec-once = ~/.config/hypr/scripts/wait_for_tray.sh && nextcloud
|
||||
exec-once = ~/.config/hypr/scripts/wait_for_tray.sh && youtube-music
|
||||
|
||||
exec-once = swaync
|
||||
exec = hyprshade auto
|
||||
exec-once = nm-applet
|
||||
exec-once = blueman-applet
|
||||
exec-once = hyprshade auto
|
||||
exec-once = playerctld daemon
|
||||
exec-once = ~/.config/hypr/scripts/bar.sh
|
||||
exec-once = indicator-mic-cam
|
||||
exec-once = ~/.config/hypr/scripts/idle.sh
|
||||
exec-once = ~/.config/hypr/scripts/battery_check.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user