(i3) use ghostty as default terminal

This commit is contained in:
jc 2025-05-31 01:01:35 -04:00
commit 2fc00899d2

View file

@ -18,7 +18,7 @@ font pango:FiraCode Nerd Font Mono 12
# app aliases # app aliases
set $default_browser "firefox" set $default_browser "firefox"
set $terminal "alacritty" set $terminal "ghostty"
# This font is widely installed, provides lots of unicode glyphs, right-to-left # This font is widely installed, provides lots of unicode glyphs, right-to-left
# text rendering and scalability on retina/hidpi displays (thanks to pango). # text rendering and scalability on retina/hidpi displays (thanks to pango).
@ -70,7 +70,7 @@ tiling_drag modifier titlebar
bindsym $mod+B exec $default_browser bindsym $mod+B exec $default_browser
# start a terminal # start a terminal
bindsym $mod+T exec --no-startup-id ~/.config/i3/alacritty.sh bindsym $mod+T exec --no-startup-id $terminal
# start discord on workspace 3 # start discord on workspace 3
#bindsym $mod+C exec discord #bindsym $mod+C exec discord