diff --git a/modules/desktop/home/niri/kdl/screenshot.kdl b/modules/desktop/home/niri/kdl/screenshot.kdl index 9458bdc..f99e15c 100644 --- a/modules/desktop/home/niri/kdl/screenshot.kdl +++ b/modules/desktop/home/niri/kdl/screenshot.kdl @@ -1,9 +1,6 @@ screenshot-path "~/Pictures/screenshots/%Y-%m-%dT%H:%M:%S.png" binds { - Ctrl+Print { screenshot-screen; } Mod+Ctrl+S { screenshot-screen; } Mod+Shift+S { screenshot-window; } - Shift+Print { screenshot-window; } Mod+S { screenshot; } - Print { screenshot; } }