diff options
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/default-config.kdl | 3 |
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; } |
