Screenshot shortcut

This commit is contained in:
Filippo Berto 2022-07-24 08:49:04 +02:00
parent b75fe0a3f1
commit e909aff9e1

View file

@ -9,6 +9,7 @@
terminator
update-background
xorg.xbacklight
gnome.gnome-screenshot
];
services.sxhkd =
let
@ -55,6 +56,7 @@
"XF86Audio{Next,Play,Prev}" = "playerctl {next,play-pause,previous}";
"super + alt + {Right,Down,Left}" = "playerctl {next,play-pause,previous}";
"XF86MonBrightness{Up,Down}" = "xbacklight {+,-}10%";
"Print" = "gnome-screenshot -i";
};
};
}