feat(hyprland): replace ghostty with wezterm

This commit is contained in:
tux
2025-08-07 16:34:02 +05:30
parent 42e25c589c
commit 1cb9a3d502

View File

@@ -23,9 +23,9 @@
inactive_border_col = "rgba(86aaeccc) rgba(93cee9cc) 45deg"; inactive_border_col = "rgba(86aaeccc) rgba(93cee9cc) 45deg";
# Apps # Apps
terminal = "ghostty"; terminal = "wezterm";
floating_terminal = "ghostty --class=com.ghostty.floating"; floating_terminal = "wezterm start --class wezterm-floating";
editor = "ghostty -e nvim"; editor = "wezterm -e nvim";
browser = "firefox"; browser = "firefox";
filemanager = "thunar"; filemanager = "thunar";
in { in {