diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2020-05-07 23:40:59 +0200 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2020-05-07 23:40:59 +0200 |
commit | bc1bcb58fe03dd7e820440943568d47374bbfd6f (patch) | |
tree | 8525e40ab723308596038f79cf041c4f134bcf87 | |
parent | f166f9d2afbc9bd39a58db806fcc659c787f7455 (diff) | |
download | scripts-bc1bcb58fe03dd7e820440943568d47374bbfd6f.tar.gz scripts-bc1bcb58fe03dd7e820440943568d47374bbfd6f.zip |
Added sxhkd to xinit.sh
-rwxr-xr-x | xinit.sh | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -4,11 +4,13 @@ xrdb ~/.Xresources picom -b dunst & +#feh --bg-max ~/images/wallpapers/bg_* setRandomBG.sh setxkbmap -layout es -option caps:swapescape xset -b unclutter --idle 1 & -#feh --bg-max ~/images/wallpapers/bg_* #touchpad.sh urxvt -e tmux new -s main & #optimus-manager-qt & +pgrep -x sxhkd || sxhkd >~/logs/sxhkd.log & + |