ghostty title bar fix for i3
dblume

dblume commited on 2025-01-10 22:43:04
Showing 1 changed files, with 5 additions and 0 deletions.


Linux-only config change: Instead of the huge titlebar with
menu, have to expected small titlebar in i3
... ...
@@ -13,6 +13,7 @@ background = 1a1c1e
13 13
 # For Monokai Pro Spectrum
14 14
 #background = 141618
15 15
 
16
+#font-family = "DejaVu Sans Mono for Powerline"
16 17
 font-family = "Roboto Mono for Powerline"
17 18
 font-thicken = true
18 19
 
... ...
@@ -28,5 +29,9 @@ shell-integration-features = no-cursor
28 29
 # Same mapping is in .config/alacritty/alacritty.toml
29 30
 keybind = control+i=text:\\i
30 31
 
32
+# Linux-only configuration: Expected titlebar in i3
33
+gtk-adwaita = false
34
+gtk-titlebar = false
35
+ 
31 36
 # consider
32 37
 #copy-on-select = clipboard
33 38