mirror of https://github.com/mitchell/dotfiles.git
Venator changes
This commit is contained in:
parent
4d4e715cb1
commit
4aeb4efa79
|
@ -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 &
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
backend = "glx"
|
||||
xrender-sync-fence = false
|
||||
xrender-sync-fence = true
|
||||
|
||||
shadow = true
|
||||
shadow-radius = 12
|
||||
|
@ -8,6 +8,7 @@ fading = true
|
|||
fade-delta = 5
|
||||
|
||||
vsync = true
|
||||
refresh-rate = 165
|
||||
|
||||
wintypes:
|
||||
{
|
||||
|
|
|
@ -36,16 +36,16 @@ XF86AudioLowerVolume
|
|||
pactl set-sink-volume '@DEFAULT_SINK@' -10%
|
||||
|
||||
XF86AudioPlay
|
||||
playerctl play-pause
|
||||
playerctl play-pause; or ssh scimitar.lan playerctl play-pause
|
||||
|
||||
XF86AudioPause
|
||||
playerctl play-pause
|
||||
playerctl play-pause; or ssh scimitar.lan playerctl play-pause
|
||||
|
||||
XF86AudioNext
|
||||
playerctl next
|
||||
playerctl next; or ssh scimitar.lan playerctl next
|
||||
|
||||
XF86AudioPrev
|
||||
playerctl previous
|
||||
playerctl previous; or ssh scimitar.lan playerctl previous
|
||||
|
||||
# brightness
|
||||
super + shift + {@underscore,@plus}
|
||||
|
|
Loading…
Reference in New Issue