improvements
This commit is contained in:
parent
edd38f07c3
commit
2105c0aebf
@ -1,8 +1,18 @@
|
|||||||
|
XF86AudioMicMute
|
||||||
|
pactl set-source-mute @DEFAULT_SOURCE@ toggle
|
||||||
|
XF86AudioMute
|
||||||
|
pactl -- set-sink-mute @DEFAULT_SINK@ toggle
|
||||||
|
XF86Audio{Lower,Raise}Volume
|
||||||
|
pactl set-sink-volume @DEFAULT_SINK@ {"-5%","+5%"}
|
||||||
|
XF86Audio{Play,Pause,Next,Prev}
|
||||||
|
playerctl {play,pause,next,previous}
|
||||||
|
XF86Launch1
|
||||||
|
$TERMINAL
|
||||||
|
|
||||||
control + shift + Escape
|
control + shift + Escape
|
||||||
$TERMINAL -e htop
|
$TERMINAL -e htop
|
||||||
|
Print
|
||||||
mod1 + d
|
scrot
|
||||||
dmenu_run
|
|
||||||
|
|
||||||
# cred 4 https://github.com/patrickbolle/dotfiles/
|
# cred 4 https://github.com/patrickbolle/dotfiles/
|
||||||
mod1 + equal
|
mod1 + equal
|
||||||