aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2025-01-04 20:56:37 +0300
committerIvan Molodetskikh <yalterz@gmail.com>2025-01-04 20:56:45 +0300
commitbefbdc3ae53e4fb03b7e050eee9578a0387e5a84 (patch)
tree1271b31c5a8e7b82f3312c186fec29b27e005d6b
parentdca0364f4c4893b2e062f643105869ec16f71f89 (diff)
downloadniri-befbdc3ae53e4fb03b7e050eee9578a0387e5a84.tar.gz
niri-befbdc3ae53e4fb03b7e050eee9578a0387e5a84.tar.bz2
niri-befbdc3ae53e4fb03b7e050eee9578a0387e5a84.zip
default-config: Fix typo
-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 4e53ef9d..5696a88c 100644
--- a/resources/default-config.kdl
+++ b/resources/default-config.kdl
@@ -452,7 +452,7 @@ binds {
// The following binds move the focused window in and out of a column.
// If the window is alone, they will consume it into the nearby column to the side.
- // IF the window is already in a column, they will expel it out.
+ // If the window is already in a column, they will expel it out.
Mod+BracketLeft { consume-or-expel-window-left; }
Mod+BracketRight { consume-or-expel-window-right; }