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
|
#!/usr/bin/fish
|
||||||
|
|
||||||
#if ! test -e ~/.bspwm_no_lock
|
if ! test -e ~/.bspwm_no_lock
|
||||||
# slock &
|
slock &
|
||||||
# touch ~/.bspwm_no_lock
|
touch ~/.bspwm_no_lock
|
||||||
#end
|
end
|
||||||
|
|
||||||
if test $DISPLAY = ":0"
|
if test $DISPLAY = ":0"
|
||||||
setxkbmap -option ctrl:swapcaps
|
|
||||||
setxkbmap -option altwin:swap_alt_win
|
|
||||||
xset s off -dpms
|
xset s off -dpms
|
||||||
xinput set-prop 'MSFT0001:00 04F3:317C Touchpad' 'libinput Tapping Enabled' 1
|
xinput set-prop 'Logitech USB Receiver' 'libinput Accel Profile Enabled' 0 1 0
|
||||||
xinput set-prop 'MSFT0001:00 04F3:317C Touchpad' 'libinput Middle Emulation Enabled' 1
|
|
||||||
end
|
end
|
||||||
|
|
||||||
sxhkd &
|
sxhkd &
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
backend = "glx"
|
backend = "glx"
|
||||||
xrender-sync-fence = false
|
xrender-sync-fence = true
|
||||||
|
|
||||||
shadow = true
|
shadow = true
|
||||||
shadow-radius = 12
|
shadow-radius = 12
|
||||||
|
@ -8,6 +8,7 @@ fading = true
|
||||||
fade-delta = 5
|
fade-delta = 5
|
||||||
|
|
||||||
vsync = true
|
vsync = true
|
||||||
|
refresh-rate = 165
|
||||||
|
|
||||||
wintypes:
|
wintypes:
|
||||||
{
|
{
|
||||||
|
|
|
@ -36,16 +36,16 @@ XF86AudioLowerVolume
|
||||||
pactl set-sink-volume '@DEFAULT_SINK@' -10%
|
pactl set-sink-volume '@DEFAULT_SINK@' -10%
|
||||||
|
|
||||||
XF86AudioPlay
|
XF86AudioPlay
|
||||||
playerctl play-pause
|
playerctl play-pause; or ssh scimitar.lan playerctl play-pause
|
||||||
|
|
||||||
XF86AudioPause
|
XF86AudioPause
|
||||||
playerctl play-pause
|
playerctl play-pause; or ssh scimitar.lan playerctl play-pause
|
||||||
|
|
||||||
XF86AudioNext
|
XF86AudioNext
|
||||||
playerctl next
|
playerctl next; or ssh scimitar.lan playerctl next
|
||||||
|
|
||||||
XF86AudioPrev
|
XF86AudioPrev
|
||||||
playerctl previous
|
playerctl previous; or ssh scimitar.lan playerctl previous
|
||||||
|
|
||||||
# brightness
|
# brightness
|
||||||
super + shift + {@underscore,@plus}
|
super + shift + {@underscore,@plus}
|
||||||
|
|
Loading…
Reference in New Issue