diff options
| author | José Juan Loeza Sierra <jj@xz6ze.com> | 2025-08-08 23:59:26 -0700 |
|---|---|---|
| committer | José Juan Loeza Sierra <jj@xz6ze.com> | 2025-08-08 23:59:57 -0700 |
| commit | 47d3b0c3b3d0e816ecebc9157ffce318b69594d1 (patch) | |
| tree | 9ab04e1aeb42e3d29f99754aa4a5ab53667642bc | |
| parent | cd4ac0336de542278eb2397282ea629af202e8d0 (diff) | |
switch to foot terminal
| -rw-r--r-- | dot-config/niri/config.kdl | 4 |
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"; } |
