diff options
| author | snailed <luca@snaile.de> | 2023-02-06 21:11:01 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-06 21:11:01 +0000 |
| commit | 32a896ffdff7c61da10a81b669e0c1aff9a6ea99 (patch) | |
| tree | 6c9712a6aeddf47161d7260a2159e92ce417f071 | |
| parent | 130e200da13b9322bddd89381a39ed0406a01b4b (diff) | |
| download | eibhear-32a896ffdff7c61da10a81b669e0c1aff9a6ea99.tar.gz eibhear-32a896ffdff7c61da10a81b669e0c1aff9a6ea99.tar.zst eibhear-32a896ffdff7c61da10a81b669e0c1aff9a6ea99.zip | |
Make xprofile automatically start remapd
| -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" & |
