replace ghostty with wezterm
This commit is contained in:
@@ -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"; }
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user