diff --git a/home_manager/modules/sxhkd.nix b/home_manager/modules/sxhkd.nix index 3d9f6f0..aab4186 100644 --- a/home_manager/modules/sxhkd.nix +++ b/home_manager/modules/sxhkd.nix @@ -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"; }; }; }