summaryrefslogtreecommitdiff
path: root/dot-config/niri/config.kdl
diff options
context:
space:
mode:
Diffstat (limited to 'dot-config/niri/config.kdl')
-rw-r--r--dot-config/niri/config.kdl4
1 files changed, 2 insertions, 2 deletions
diff --git a/dot-config/niri/config.kdl b/dot-config/niri/config.kdl
index c6a3815..c07b594 100644
--- a/dot-config/niri/config.kdl
+++ b/dot-config/niri/config.kdl
@@ -308,7 +308,7 @@ animations {
// Work around WezTerm's initial configure bug
// by setting an empty default-column-width.
-window-rule {
+/-window-rule {
// 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.
@@ -360,7 +360,7 @@ binds {
Mod+Shift+Slash { show-hotkey-overlay; }
// Suggested binds for running programs: terminal, app launcher, screen locker.
- Mod+Return hotkey-overlay-title="Open a Terminal: kitty" { spawn "kitty"; }
+ Mod+Return hotkey-overlay-title="Open a Terminal: foot" { spawn "foot"; }
Mod+Space hotkey-overlay-title="Run an Application: fuzzel" { spawn "fuzzel"; }
Super+Alt+L hotkey-overlay-title="Lock the Screen: swaylock" { spawn "swaylock" "-f" "-c" "000000"; }