From 47d3b0c3b3d0e816ecebc9157ffce318b69594d1 Mon Sep 17 00:00:00 2001 From: José Juan Loeza Sierra Date: Fri, 8 Aug 2025 23:59:26 -0700 Subject: switch to foot terminal --- dot-config/niri/config.kdl | 4 ++-- 1 file 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"; } -- cgit v1.3