[kanaya/vriska] i3 config: bind Print/ScrollLock/Pause to volume control
This commit is contained in:
parent
c6311c2ed1
commit
7a4861536b
|
|
@ -341,6 +341,11 @@ bindsym XF86AudioRaiseVolume exec --no-startup-id "volctl up"
|
|||
bindsym XF86AudioLowerVolume exec --no-startup-id "volctl down"
|
||||
bindsym XF86AudioMute exec --no-startup-id "volctl mute toggle"
|
||||
|
||||
# Bind volume control to Print/ScrollLock/Pause for TKL keyboard
|
||||
bindsym Print exec --no-startup-id "volctl down"
|
||||
bindsym Scroll_Lock exec --no-startup-id "volctl up"
|
||||
bindsym Pause exec --no-startup-id "volctl mute toggle"
|
||||
|
||||
# ~~ Password manager: passmenu
|
||||
bindsym $mod+Shift+p exec --no-startup-id passmenu
|
||||
|
||||
|
|
|
|||
|
|
@ -373,6 +373,11 @@ bindsym XF86AudioRaiseVolume exec --no-startup-id "volctl up"
|
|||
bindsym XF86AudioLowerVolume exec --no-startup-id "volctl down"
|
||||
bindsym XF86AudioMute exec --no-startup-id "volctl mute toggle"
|
||||
|
||||
# Bind volume control to Print/ScrollLock/Pause for TKL keyboard
|
||||
bindsym Print exec --no-startup-id "volctl down"
|
||||
bindsym Scroll_Lock exec --no-startup-id "volctl up"
|
||||
bindsym Pause exec --no-startup-id "volctl mute toggle"
|
||||
|
||||
# ~~ Password manager: passmenu
|
||||
bindsym $mod+Shift+p exec --no-startup-id passmenu
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue