21 lines
1014 B
Plaintext
21 lines
1014 B
Plaintext
|
### Start Up
|
||
|
#-------------------------
|
||
|
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 = swww init
|
||
|
exec-once = swayidle -w
|
||
|
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 = $HOME/.config/hypr/hyprdesktop
|
||
|
#exec-once = systray-updater
|
||
|
exec-once = [workspace 1] kitty --session ./defaultSession
|
||
|
exec-once = systemctl --user start evremap.service
|
||
|
exec-once = wljoywak -t 60
|