mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
feat(desktop): max volume for keybindings
This commit is contained in:
parent
1a47ddbcc0
commit
ab7832732b
2 changed files with 4 additions and 4 deletions
|
|
@ -325,8 +325,8 @@ mode "apps" {
|
|||
|
||||
# [[file:../../Desktop.org::*Media controls & brightness][Media controls & brightness:1]]
|
||||
# Pulse Audio controls
|
||||
bindsym XF86AudioRaiseVolume exec --no-startup-id "ponymix increase 5"
|
||||
bindsym XF86AudioLowerVolume exec --no-startup-id "ponymix decrease 5"
|
||||
bindsym XF86AudioRaiseVolume exec --no-startup-id "ponymix increase 5 --max-volume 150"
|
||||
bindsym XF86AudioLowerVolume exec --no-startup-id "ponymix decrease 5 --max-volume 150"
|
||||
bindsym XF86AudioMute exec --no-startup-id "ponymix toggle"
|
||||
|
||||
exec --no-startup-id xmodmap -e 'keycode 135 = Super_R' && xset -r 135
|
||||
|
|
|
|||
|
|
@ -640,8 +640,8 @@ mode "apps" {
|
|||
*** Media controls & brightness
|
||||
#+begin_src conf-space
|
||||
# Pulse Audio controls
|
||||
bindsym XF86AudioRaiseVolume exec --no-startup-id "ponymix increase 5"
|
||||
bindsym XF86AudioLowerVolume exec --no-startup-id "ponymix decrease 5"
|
||||
bindsym XF86AudioRaiseVolume exec --no-startup-id "ponymix increase 5 --max-volume 150"
|
||||
bindsym XF86AudioLowerVolume exec --no-startup-id "ponymix decrease 5 --max-volume 150"
|
||||
bindsym XF86AudioMute exec --no-startup-id "ponymix toggle"
|
||||
|
||||
exec --no-startup-id xmodmap -e 'keycode 135 = Super_R' && xset -r 135
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue