Venator changes

This commit is contained in:
mitchell 2021-08-26 13:45:26 -04:00
parent 4d4e715cb1
commit 4aeb4efa79
3 changed files with 11 additions and 13 deletions

View file

@ -1,16 +1,13 @@
#!/usr/bin/fish
#if ! test -e ~/.bspwm_no_lock
# slock &
# touch ~/.bspwm_no_lock
#end
if ! test -e ~/.bspwm_no_lock
slock &
touch ~/.bspwm_no_lock
end
if test $DISPLAY = ":0"
setxkbmap -option ctrl:swapcaps
setxkbmap -option altwin:swap_alt_win
xset s off -dpms
xinput set-prop 'MSFT0001:00 04F3:317C Touchpad' 'libinput Tapping Enabled' 1
xinput set-prop 'MSFT0001:00 04F3:317C Touchpad' 'libinput Middle Emulation Enabled' 1
xinput set-prop 'Logitech USB Receiver' 'libinput Accel Profile Enabled' 0 1 0
end
sxhkd &