mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 15:01:59 +01:00
added bindsym for work host
This commit is contained in:
parent
9cc8325981
commit
64062d6d6e
@ -24,6 +24,20 @@ workspace $tag8 output $screen1
|
||||
workspace $tag9 output $laptop
|
||||
workspace $tag10 output $laptop
|
||||
|
||||
# laptop bindsyms
|
||||
bindsym XF86AudioRaiseVolume exec pamixer -ui 5 && \
|
||||
pamixer --get-volume > $SWAYSOCK.wob
|
||||
bindsym XF86AudioLowerVolume exec pamixer -ud 5 && \
|
||||
pamixer --get-volume > $SWAYSOCK.wob
|
||||
bindsym XF86AudioMute exec pamixer --toggle-mute && \
|
||||
( pamixer --get-mute && echo 0 > $SWAYSOCK.wob ) || \
|
||||
pamixer --get-volume > $SWAYSOCK.wob
|
||||
bindsym XF86AudioMicMute exec amixer set Capture toggle
|
||||
bindsym XF86MonBrightnessUp exec brightnessctl set +10% && \
|
||||
brightnessctl -m | cut -d',' -f4 | tr -d '%' > $SWAYSOCK.wob
|
||||
bindsym XF86MonBrightnessDown exec brightnessctl set 10%- && \
|
||||
brightnessctl -m | cut -d',' -f4 | tr -d '%' > $SWAYSOCK.wob
|
||||
|
||||
# syncthing
|
||||
exec_always bash -c "pgrep -x syncthing || syncthing"
|
||||
#INCLUDE####################################################
|
||||
|
Loading…
Reference in New Issue
Block a user