mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-11 19:45:25 +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]]
|
# [[file:../../Desktop.org::*Media controls & brightness][Media controls & brightness:1]]
|
||||||
# Pulse Audio controls
|
# Pulse Audio controls
|
||||||
bindsym XF86AudioRaiseVolume exec --no-startup-id "ponymix increase 5"
|
bindsym XF86AudioRaiseVolume exec --no-startup-id "ponymix increase 5 --max-volume 150"
|
||||||
bindsym XF86AudioLowerVolume exec --no-startup-id "ponymix decrease 5"
|
bindsym XF86AudioLowerVolume exec --no-startup-id "ponymix decrease 5 --max-volume 150"
|
||||||
bindsym XF86AudioMute exec --no-startup-id "ponymix toggle"
|
bindsym XF86AudioMute exec --no-startup-id "ponymix toggle"
|
||||||
|
|
||||||
exec --no-startup-id xmodmap -e 'keycode 135 = Super_R' && xset -r 135
|
exec --no-startup-id xmodmap -e 'keycode 135 = Super_R' && xset -r 135
|
||||||
|
|
|
||||||
|
|
@ -640,8 +640,8 @@ mode "apps" {
|
||||||
*** Media controls & brightness
|
*** Media controls & brightness
|
||||||
#+begin_src conf-space
|
#+begin_src conf-space
|
||||||
# Pulse Audio controls
|
# Pulse Audio controls
|
||||||
bindsym XF86AudioRaiseVolume exec --no-startup-id "ponymix increase 5"
|
bindsym XF86AudioRaiseVolume exec --no-startup-id "ponymix increase 5 --max-volume 150"
|
||||||
bindsym XF86AudioLowerVolume exec --no-startup-id "ponymix decrease 5"
|
bindsym XF86AudioLowerVolume exec --no-startup-id "ponymix decrease 5 --max-volume 150"
|
||||||
bindsym XF86AudioMute exec --no-startup-id "ponymix toggle"
|
bindsym XF86AudioMute exec --no-startup-id "ponymix toggle"
|
||||||
|
|
||||||
exec --no-startup-id xmodmap -e 'keycode 135 = Super_R' && xset -r 135
|
exec --no-startup-id xmodmap -e 'keycode 135 = Super_R' && xset -r 135
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue