aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2023-10-30 20:29:03 +0400
committerIvan Molodetskikh <yalterz@gmail.com>2023-10-30 20:29:03 +0400
commit073b52c3e62e5c11528c7a8ad644e4a71edada53 (patch)
tree00512b329f6ca1a3da91373b2df9609d74e0281d /resources
parent31f6b32fa3390ea05db66ed40a2954001c0700e5 (diff)
downloadniri-073b52c3e62e5c11528c7a8ad644e4a71edada53.tar.gz
niri-073b52c3e62e5c11528c7a8ad644e4a71edada53.tar.bz2
niri-073b52c3e62e5c11528c7a8ad644e4a71edada53.zip
Implement area selection screenshots
Diffstat (limited to 'resources')
-rw-r--r--resources/default-config.kdl3
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/default-config.kdl b/resources/default-config.kdl
index 6c2ac7a9..e6c6e69f 100644
--- a/resources/default-config.kdl
+++ b/resources/default-config.kdl
@@ -213,7 +213,8 @@ binds {
Mod+Minus { set-column-width "-10%"; }
Mod+Equal { set-column-width "+10%"; }
- Print { screenshot-screen; }
+ Print { screenshot; }
+ Ctrl+Print { screenshot-screen; }
Alt+Print { screenshot-window; }
Mod+Shift+E { quit; }