summaryrefslogtreecommitdiff
path: root/.config/X11/xprofile
diff options
context:
space:
mode:
Diffstat (limited to '.config/X11/xprofile')
-rw-r--r--.config/X11/xprofile3
1 files changed, 1 insertions, 2 deletions
diff --git a/.config/X11/xprofile b/.config/X11/xprofile
index 29250ae..3e71b20 100644
--- a/.config/X11/xprofile
+++ b/.config/X11/xprofile
@@ -6,9 +6,8 @@ echo "Sourced: $(date)" >> ~/.local/state/xprofile.logs
xrdb "${XDG_CONFIG_HOME:-$HOME/.config}/X11/Xresources" & xrdbpid=$!
numlockx on &
-setdp &
-autostart="copyq dunst pipewire syncthing remapd"
+autostart="copyq dunst pipewire syncthing remapd gammastep setdp prime-offload"
for program in $autostart; do
pidof -sx "$program" || "$program" &