mirror of
https://github.com/kmein/niveum
synced 2026-03-19 03:21:10 +01:00
fix: replace flameshot-once by regular flameshot
This commit is contained in:
@@ -224,7 +224,7 @@ in {
|
||||
"${modifier}+F11" = "exec ${pkgs.xcalib}/bin/xcalib -invert -alter";
|
||||
"${modifier}+F12" = "exec ${klem}/bin/klem";
|
||||
|
||||
"Print" = "exec flameshot-once";
|
||||
"Print" = "exec flameshot gui -p /tmp";
|
||||
"XF86AudioLowerVolume" =
|
||||
"exec --no-startup-id ${pkgs.pamixer}/bin/pamixer -d 5";
|
||||
"XF86AudioMute" = "exec --no-startup-id ${pkgs.pamixer}/bin/pamixer -t";
|
||||
|
||||
Reference in New Issue
Block a user