From c8105ae1a67f78a7b31374eb390a89538064cc59 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Tue, 10 Oct 2023 12:42:24 +0400 Subject: Add screenshot-window action --- resources/default-config.kdl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'resources') diff --git a/resources/default-config.kdl b/resources/default-config.kdl index aab1d77d..0c27a45d 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -208,6 +208,8 @@ binds { Mod+Equal { set-column-width "+10%"; } Print { screenshot; } + Alt+Print { screenshot-window; } + Mod+Shift+E { quit; } Mod+Shift+P { power-off-monitors; } -- cgit