mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-20 05:27:22 +00:00
Venator changes
This commit is contained in:
parent
4d4e715cb1
commit
4aeb4efa79
3 changed files with 11 additions and 13 deletions
|
|
@ -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 &
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue