aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2024-09-13 21:51:56 +0300
committerIvan Molodetskikh <yalterz@gmail.com>2024-09-13 21:51:56 +0300
commite35d9e760b2ad6bad8be206fe8e7192283b73a30 (patch)
treef74daded460d1fd2997549e2ec9cc4d329220887
parent22fee7b003b6a9b107eeb5000bd55b76287c9023 (diff)
downloadniri-e35d9e760b2ad6bad8be206fe8e7192283b73a30.tar.gz
niri-e35d9e760b2ad6bad8be206fe8e7192283b73a30.tar.bz2
niri-e35d9e760b2ad6bad8be206fe8e7192283b73a30.zip
default-config: Uncomment BracketLeft/BracketRight
These are fairly useful.
-rw-r--r--resources/default-config.kdl4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/default-config.kdl b/resources/default-config.kdl
index d514cc48..371bcc29 100644
--- a/resources/default-config.kdl
+++ b/resources/default-config.kdl
@@ -426,8 +426,8 @@ binds {
Mod+Period { expel-window-from-column; }
// There are also commands that consume or expel a single window to the side.
- // Mod+BracketLeft { consume-or-expel-window-left; }
- // Mod+BracketRight { consume-or-expel-window-right; }
+ Mod+BracketLeft { consume-or-expel-window-left; }
+ Mod+BracketRight { consume-or-expel-window-right; }
Mod+R { switch-preset-column-width; }
Mod+Shift+R { switch-preset-window-height; }