diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2023-02-06 18:11:39 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2023-02-06 18:11:39 -0500 |
| commit | 37d26eccd8c518a7e3f404fe59ad6c52e5474063 (patch) | |
| tree | bf69b176d6e1ae705d7512c995e6e4d1bab38123 /.config | |
| parent | 624effaa18ebdbae50116dafc5fec4c7d9259e5b (diff) | |
| parent | 53a66c6254c7a5d6000eee2b3a6b02d340d5511e (diff) | |
| download | eibhear-37d26eccd8c518a7e3f404fe59ad6c52e5474063.tar.gz eibhear-37d26eccd8c518a7e3f404fe59ad6c52e5474063.tar.zst eibhear-37d26eccd8c518a7e3f404fe59ad6c52e5474063.zip | |
Merge branch 'master' of https://github.com/ssnailed/voidrice into ssnailed-master
Diffstat (limited to '.config')
| -rwxr-xr-x | .config/x11/xprofile | 2 |
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" & |
