13 lines
434 B
Text
13 lines
434 B
Text
|
###################
|
||
|
### KEYBINDINGS ###
|
||
|
###################
|
||
|
|
||
|
$mainMod = Alt
|
||
|
|
||
|
bind = $mainMod, Return, exec, $terminal
|
||
|
bind = $mainMod+Shift, Q, killactive,
|
||
|
bindel = ,XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
|
||
|
bindel = ,XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
|
||
|
bindel = ,XF86MonBrightnessUp, exec, brightnessctl s 10%+
|
||
|
bindel = ,XF86MonBrightnessDown, exec, brightnessctl s 10%-
|