mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
Replace short flags with long ones for readability
This commit is contained in:
parent
dc57acb9d8
commit
e094f112bf
6 changed files with 13 additions and 13 deletions
|
|
@ -86,8 +86,8 @@
|
|||
bindl = SUPER ALT, M, exec, $mute-mic
|
||||
|
||||
# Adjust brightness
|
||||
bindel = , XF86MonBrightnessUp, exec, brightnessctl -e set +2%
|
||||
bindel = , XF86MonBrightnessDown, exec, brightnessctl -e set 2%-
|
||||
bindel = , XF86MonBrightnessUp, exec, brightnessctl --exponent set +2%
|
||||
bindel = , XF86MonBrightnessDown, exec, brightnessctl --exponent set 2%-
|
||||
|
||||
# Screenshot
|
||||
bind = , Print, exec, grimblast --notify --freeze copysave output
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue