Make xprofile automatically start remapd
This commit is contained in:
parent
130e200da1
commit
32a896ffdf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
#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
|
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
|
for program in $autostart; do
|
||||||
pidof -s "$program" || "$program" &
|
pidof -s "$program" || "$program" &
|
||||||
|
|
Loading…
Reference in a new issue