diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2022-07-31 11:56:53 +0200 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2022-07-31 11:56:53 +0200 |
commit | eaa2430962fe30e729816c10a1dab3b0e971f4e8 (patch) | |
tree | 33fcad99456e5dac1c6f578b159becf7470fffa9 | |
parent | fa666dcdde6bc0b5801b6bdd2e4a5c9afb0cfe6a (diff) | |
download | scripts-eaa2430962fe30e729816c10a1dab3b0e971f4e8.tar.gz scripts-eaa2430962fe30e729816c10a1dab3b0e971f4e8.zip |
Disabled picom at start.
-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 |