(i3) use ghostty as default terminal
This commit is contained in:
parent
c9b4eeebf6
commit
2fc00899d2
1 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ font pango:FiraCode Nerd Font Mono 12
|
|||
|
||||
# app aliases
|
||||
set $default_browser "firefox"
|
||||
set $terminal "alacritty"
|
||||
set $terminal "ghostty"
|
||||
|
||||
# This font is widely installed, provides lots of unicode glyphs, right-to-left
|
||||
# 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
|
||||
|
||||
# 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
|
||||
#bindsym $mod+C exec discord
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue