mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11: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
|
|
@ -27,8 +27,8 @@
|
|||
listener = [
|
||||
{
|
||||
timeout = 300;
|
||||
on-timeout = "brightnessctl -s && brightnessctl -e set 10%";
|
||||
on-resume = "brightnessctl -r";
|
||||
on-timeout = "brightnessctl --save --exponent set 10%";
|
||||
on-resume = "brightnessctl --restore";
|
||||
}
|
||||
{
|
||||
timeout = 600;
|
||||
|
|
|
|||
|
|
@ -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