18 lines
903 B
Plaintext
18 lines
903 B
Plaintext
### Start Up
|
|
#-------------------------
|
|
# exec-once = waybar & hyprpaper & firefox
|
|
exec-once = /usr/lib/polkit-kde-authentication-agent-1
|
|
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP # For XDPH
|
|
exec-once = dbus-update-activation-environment --systemd --all # For XDPH
|
|
exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP # For XDPH
|
|
#exec-once = mako -c /home/ez/.config/mako/config
|
|
exec-once = swww init
|
|
exec-once = swaync
|
|
exec-once = waybar
|
|
exec-once = hyprland-autoname-workspaces
|
|
exec-once = thunar --daemon
|
|
# exec-once = waypaper --restore
|
|
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
|
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
|
|
exec-once = systrayUpdater |