Add and configure flameshot for screenshots
This commit is contained in:
parent
79f5c8ac5b
commit
e7c9db7711
3 changed files with 18 additions and 2 deletions
system/nixos/home-manager/modules
|
@ -37,6 +37,8 @@ in
|
|||
"${modifier}+Shift+k" = "move up";
|
||||
"${modifier}+Shift+l" = "move right";
|
||||
|
||||
"${modifier}+Shift+p" = "exec flameshot gui";
|
||||
|
||||
"XF86AudioRaiseVolume" = "exec pamixer -ui 2 && pamixer --get-volume";
|
||||
"XF86AudioLowerVolume" = "exec pamixer -ud 2 && pamixer --get-volume";
|
||||
"XF86AudioMute" = "exec pamixer --toggle-mute && ( [ \"$(pamixer --get-mute)\" = \"true\" ] && echo 0";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue