mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2025-10-07 07:22:36 +02:00
Make xprofile automatically start remapd
This commit is contained in:
parent
130e200da1
commit
32a896ffdf
@ -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" &
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user