Awesome with pulsemixer
This commit is contained in:
parent
2c45b82785
commit
d41c78de07
5 changed files with 4 additions and 4 deletions
|
@ -136,7 +136,7 @@
|
|||
(awful.key [modkey] "y" (fn [] (awful.spawn "yt -r"))
|
||||
{:description "search youtube" :group "launcher"})
|
||||
;; audio
|
||||
(awful.key [modkey] "a" (fn [] (awful.spawn "alacritty -d 80 14 --class pulsemixer -e pulsemixer"))
|
||||
(awful.key [modkey] "a" (fn [] (awful.spawn "alacritty --class pulsemixer -e pulsemixer"))
|
||||
{:description "launch pulsemixer" :group "audio"})
|
||||
(awful.key [] "XF86AudioRaiseVolume" (fn [] (awful.spawn "pactl set-sink-volume @DEFAULT_SINK@ +5%")
|
||||
(awful.spawn "paplay /usr/share/sounds/freedesktop/stereo/audio-volume-change.oga"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue