mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
fix sxhkd commands
This commit is contained in:
parent
fdda59fca7
commit
aa349241f3
1 changed files with 3 additions and 3 deletions
|
|
@ -92,11 +92,11 @@
|
||||||
XF86AudioPrev
|
XF86AudioPrev
|
||||||
playerctl previous
|
playerctl previous
|
||||||
XF86AudioRaiseVolume
|
XF86AudioRaiseVolume
|
||||||
amixer sset Master 1%+
|
wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%+
|
||||||
XF86AudioLowerVolume
|
XF86AudioLowerVolume
|
||||||
amixer sset Master 1%-
|
wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%-
|
||||||
XF86AudioMute
|
XF86AudioMute
|
||||||
amixer sset Master toggle
|
wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
||||||
Print
|
Print
|
||||||
maim $HOME/Screenshots/$(date +%Y-%m-%d_%H-%m-%s).jpg
|
maim $HOME/Screenshots/$(date +%Y-%m-%d_%H-%m-%s).jpg
|
||||||
Print + shift
|
Print + shift
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue