summaryrefslogtreecommitdiffstats
path: root/.config/x11
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2023-02-06 18:19:20 -0500
committerLuke Smith <luke@lukesmith.xyz>2023-02-06 18:19:20 -0500
commitc55a896653cacf5963fe6b4b66aebba61dfaf629 (patch)
tree427ddf16f493a228cb9769fd22460f12b114165e /.config/x11
parent624effaa18ebdbae50116dafc5fec4c7d9259e5b (diff)
parent136456e4fab5a7cb428add6e995c941b2c99dcbe (diff)
downloadeibhear-c55a896653cacf5963fe6b4b66aebba61dfaf629.tar.gz
eibhear-c55a896653cacf5963fe6b4b66aebba61dfaf629.tar.zst
eibhear-c55a896653cacf5963fe6b4b66aebba61dfaf629.zip
Merge branch 'ssnailed-master'
Diffstat (limited to '.config/x11')
-rwxr-xr-x.config/x11/xprofile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/x11/xprofile b/.config/x11/xprofile
index 0e22628..affa8de 100755
--- a/.config/x11/xprofile
+++ b/.config/x11/xprofile
@@ -8,7 +8,7 @@ setbg & # set the background with the `setbg` script
#xrdb ${XDG_CONFIG_HOME:-$HOME/.config}/x11/xresources & xrdbpid=$! # Uncomment to use Xresources colors/settings on startup
remaps & # run the remaps script, switching caps/esc and more; check it for more info
-autostart="mpd xcompmgr dunst unclutter pipewire"
+autostart="mpd xcompmgr dunst unclutter pipewire remapd"
for program in $autostart; do
pidof -s "$program" || "$program" &