- 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)
26 lines
909 B
Plaintext
Executable File
26 lines
909 B
Plaintext
Executable File
exec-once = ~/.config/hypr/scripts/bar.sh #Has to be first -> Systray
|
|
|
|
## Programms
|
|
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-once = nm-applet
|
|
exec-once = blueman-applet
|
|
exec-once = hyprshade auto
|
|
exec-once = playerctld daemon
|
|
exec-once = indicator-mic-cam
|
|
exec-once = ~/.config/hypr/scripts/idle.sh
|
|
exec-once = ~/.config/hypr/scripts/battery_check.sh
|
|
|
|
## Clipboard
|
|
exec-once = wl-paste --type text --watch cliphist store #Stores only text data
|
|
exec-once = wl-paste --type image --watch cliphist store #Stores only image data
|
|
|
|
## Background
|
|
exec-once = ~/.config/hypr/scripts/background.sh ~/Data/Pictures/Backgrounds/Desktop/
|
|
|
|
## Misc
|
|
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|