From 5463ce39cfd4b56b0cbe02c528c5487fcd1bb713 Mon Sep 17 00:00:00 2001 From: Schrottkatze Date: Mon, 26 Jan 2026 00:42:00 +0100 Subject: [PATCH] remove screenshot shortcuts --- modules/desktop/home/niri/kdl/screenshot.kdl | 3 --- 1 file changed, 3 deletions(-) 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; } }