mirror of
https://github.com/zebrajr/dotfiles.git
synced 2025-12-06 00:20:05 +01:00
30 lines
709 B
Plaintext
30 lines
709 B
Plaintext
# Must Have
|
|
|
|
## Notifications
|
|
# stop KDE Plasma notifications (plasmashell)
|
|
# start dunst
|
|
exec-once = killall -q plasmashell
|
|
exec-once = dunst
|
|
|
|
# pipewire (audio, screensharing)
|
|
# xdg desktop portal (file pickers, screensharing, etc)
|
|
|
|
# authentication agent (required for a window to ask for a password for elevating privileges - can test by starting gparted, timeshift, etc)
|
|
exec-once = systemctl --user start hyprpolkitagent
|
|
|
|
# DE / UI Bars
|
|
exec-once = waybar
|
|
|
|
# Network Manager
|
|
exec-once = nm-applet &
|
|
|
|
# Syncthing
|
|
exec-once = syncthing --no-browser &
|
|
|
|
# Wallpaper
|
|
exec-once = hyprpaper
|
|
exec-once = systemctl --user start random_hyprpaper.timer
|
|
|
|
# Screenshot
|
|
exec-once = XDG_CURRENT_DESKTOP=sway flameshot
|