replace ghostty with wezterm

This commit is contained in:
2026-02-11 19:59:01 +01:00
parent ad5e4a1303
commit 8f525e3c52
20 changed files with 47 additions and 166 deletions
+3 -3
View File
@@ -14,9 +14,9 @@ binds {
Mod+E { spawn "dolphin" "--new-window"; }
Mod+W { spawn-sh "zen || zen-browser"; }
Mod+X { spawn "gnome-text-editor" "--new-window"; }
Mod+B { spawn-sh "pkill -x -n btop || ghostty -e btop"; }
Mod+Shift+T { spawn "ghostty" "+new-window"; }
Mod+Shift+Return { spawn "ghostty" "+new-window"; }
Mod+B { spawn-sh "pkill -x -n btop || wezterm -e btop"; }
Mod+Shift+T { spawn "wezterm"; }
Mod+Shift+Return { spawn "wezterm"; }
Mod+T { spawn "kitty"; }
Mod+Return { spawn "kitty"; }
Mod+Shift+W { spawn "wallpaper-carousel"; }
+2 -2
View File
@@ -34,6 +34,6 @@ spawn-at-startup "hypridle"
spawn-at-startup "quickshell"
// According to (https://ghostty.org/docs/linux/systemd#starting-ghostty-at-login)
spawn-sh-at-startup "systemctl start --user app-com.mitchellh.ghostty.service"
// spawn-sh-at-startup "systemctl start --user app-com.mitchellh.ghostty.service"
// No, do not do this, otherwise the envs defined in envs.kdl won't be applied to ghostty.
// Unless you have something like "config/shell/.config/fish/prev.d/niri-env.fish"
// Unless you have something like "config/shell/.config/fish/prev.d/niri-env.fish"
+1 -1
View File
@@ -18,7 +18,7 @@ window-rule {
// FLoating terminal
window-rule {
match app-id="com.mitchellh.ghostty"
match app-id="org.wezfurlong.wezterm"
open-floating true
default-column-width { proportion 0.5; }
}