aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2024-02-16 17:40:18 +0400
committerIvan Molodetskikh <yalterz@gmail.com>2024-02-16 17:40:18 +0400
commit6345224e953f580987105af669f3d2364bc0993c (patch)
treede8136407b6d287395aefbeaa20e08761ea44f43
parentb3d2096439f194108bd11c56fbf0ecb1a7a73fdf (diff)
downloadniri-6345224e953f580987105af669f3d2364bc0993c.tar.gz
niri-6345224e953f580987105af669f3d2364bc0993c.tar.bz2
niri-6345224e953f580987105af669f3d2364bc0993c.zip
default-config: Fix spelling mistakes
Ok I added automatic :set spell for KDL now.
-rw-r--r--resources/default-config.kdl6
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/default-config.kdl b/resources/default-config.kdl
index a95d9001..7ea25e4c 100644
--- a/resources/default-config.kdl
+++ b/resources/default-config.kdl
@@ -64,7 +64,7 @@ input {
// You can configure outputs by their name, which you can find
// by running `niri msg outputs` while inside a niri instance.
// The built-in laptop monitor is usually called "eDP-1".
-// Remember to uncommend the node by removing "/-"!
+// Remember to uncomment the node by removing "/-"!
/-output "eDP-1" {
// Uncomment this line to disable this output.
// off
@@ -99,7 +99,7 @@ input {
layout {
// By default focus ring and border are rendered as a solid background rectangle
// behind windows. That is, they will show up through semitransparent windows.
- // This is because windows using client-side decoratins can have an arbitrary shape.
+ // This is because windows using client-side decorations can have an arbitrary shape.
//
// If you don't like that, you should uncomment `prefer-no-csd` below.
// Niri will draw focus ring and border *around* windows that agree to omit their
@@ -289,7 +289,7 @@ animations {
// Here's a useful example. Work around WezTerm's initial configure bug
// by setting an empty default-column-width.
window-rule {
- // This regular expression is intentially made as specific as possile,
+ // This regular expression is intentionally made as specific as possible,
// since this is the default config, and we want no false positives.
// You can get away with just app-id="wezterm" if you want.
// The regular expression can match anywhere in the string.