feat: added keymaps for brightness and audio
This commit is contained in:
parent
db2c08d240
commit
63c6e4214e
1 changed files with 10 additions and 1 deletions
|
|
@ -93,7 +93,16 @@ bind=SUPER,E,exec,nautilus --new-window
|
|||
bind=SUPER,V,togglefloating,
|
||||
bind=SUPER,R,exec,wofi --show drun -o DP-3
|
||||
bind=SUPER,C,togglesplit
|
||||
bind=SUPER,backslash,layoutmsg,cyclenext
|
||||
bind=SUPERSHIFT,L,exec, playerctl -a pause & swaylock -c 000000 & systemctl suspend
|
||||
bind=,XF86AudioMute,exec,pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||
bind=,XF86AudioLowerVolume,exec,pactl set-sink-volume @DEFAULT_SINK@ -5%
|
||||
bind=,XF86AudioRaiseVolume,exec,pactl set-sink-volume @DEFAULT_SINK@ +5%
|
||||
bind=,XF86AudioPlay,exec, playerctl play-pause
|
||||
bind=,XF86AudioNext,exec, playerctl next
|
||||
bind=,XF86AudioPrev,exec, playerctl previous
|
||||
bind=,XF86MonBrightnessDown,exec, brightnessctl set 10%-
|
||||
bind=,XF86MonBrightnessUp,exec, brightnessctl set +10%
|
||||
|
||||
|
||||
bind=SUPER,bracketleft,movefocus,l
|
||||
bind=SUPER,bracketright,movefocus,r
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue