27 lines
1.3 KiB
Plaintext
27 lines
1.3 KiB
Plaintext
#exec-once = swww init
|
|
exec-once = hyprpaper
|
|
exec-once = waybar
|
|
exec-once = swaync
|
|
exec-once = xrdb /home/ganome/.Xresources
|
|
exec-once = urxvtd --quiet --opendisplay --fork
|
|
exec-once = /home/ganome/.local/bin/wallsetter
|
|
exec-once = arrpc
|
|
#exec-once = nm-applet --indicator
|
|
exec-once = swayidle -w timeout 720 'swaylock -f' timeout 800 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep 'swaylock -f -c 000000'
|
|
exec-once = /usr/libexec/polkit-kde-authentication-agent-1
|
|
exec-once = xwaylandvideobridge
|
|
exec-once = /home/ganome/.local/bin/reset-hyprpm
|
|
exec-once = dbus-update-activation-environment --systemd --all #This line os from hyprland wiki
|
|
exec-once = systemctl --user import-environment QT_QPA_PLATFORMTHEME WAYLAND_DISPLAY XDG_CURRENT_DESKTOP #This also comes from hyprland wiki and both involved themes for the share picker
|
|
#exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP QT_QPA_PLATFORMTHEME #This is mirrored from two lines above - but the previous line does all the environment variables.
|
|
|
|
# REMOTE DESKTOP
|
|
#exec-once = wayvnc -g -o DP-1 0.0.0.0
|
|
|
|
# Bluetooth
|
|
exec-once = blueman-applet
|
|
|
|
# Clipboard history with Super+V
|
|
exec-once = wl-paste --type text --watch cliphist store
|
|
exec-once = wl-paste --type image --watch cliphist store
|