aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2023-10-26 16:47:59 +0400
committerIvan Molodetskikh <yalterz@gmail.com>2023-10-30 14:02:42 +0400
commit155a239fcc2ceb079006da800ba2c9a999fdb06b (patch)
treee67c2c8370784d4c571e962a9d3cc92d5eb46104 /resources
parent088877889d738e7d539243a239441bd82eb44a2c (diff)
downloadniri-155a239fcc2ceb079006da800ba2c9a999fdb06b.tar.gz
niri-155a239fcc2ceb079006da800ba2c9a999fdb06b.tar.bz2
niri-155a239fcc2ceb079006da800ba2c9a999fdb06b.zip
Rename Screenshot to ScreenshotScreen
Diffstat (limited to 'resources')
-rw-r--r--resources/default-config.kdl2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/default-config.kdl b/resources/default-config.kdl
index 15b46a52..6c2ac7a9 100644
--- a/resources/default-config.kdl
+++ b/resources/default-config.kdl
@@ -213,7 +213,7 @@ binds {
Mod+Minus { set-column-width "-10%"; }
Mod+Equal { set-column-width "+10%"; }
- Print { screenshot; }
+ Print { screenshot-screen; }
Alt+Print { screenshot-window; }
Mod+Shift+E { quit; }