trying ghostty again

This commit is contained in:
2025-01-10 17:07:22 +02:00
parent 8fb034c7bc
commit b34d7051d2
2 changed files with 3 additions and 2 deletions

View File

@@ -314,6 +314,7 @@ in
theme = "iTerm2 Default"; theme = "iTerm2 Default";
command = lib.getExe pkgs.tmuxbash; command = lib.getExe pkgs.tmuxbash;
window-decoration = false; window-decoration = false;
gtk-single-instance = true;
font-feature = [ font-feature = [
"-calt" "-calt"
"-liga" "-liga"

View File

@@ -50,8 +50,8 @@ mytheme.wallpaper = gears.wallpaper.set("#008080")
beautiful.init(mytheme) beautiful.init(mytheme)
-- This is used later as the default terminal and editor to run. -- This is used later as the default terminal and editor to run.
terminal = "xfce4-terminal" --terminal = "xfce4-terminal"
--terminal = "ghostty" terminal = "ghostty"
editor = os.getenv("EDITOR") or "editor" editor = os.getenv("EDITOR") or "editor"
editor_cmd = terminal .. " -e " .. editor editor_cmd = terminal .. " -e " .. editor