diff options
Diffstat (limited to 'xinit.sh')
-rwxr-xr-x | xinit.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ # To be run by the window manager or desktop environment when starting an X session xrdb ~/.Xresources -pgrep -x picom || picom -b +#pgrep -x picom || picom -b pgrep -x dunst || dunst & #setxkbmap -layout es -option caps:swapescape setxkbmap -layout es |