mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
i3: use ghostty as terminal
This commit is contained in:
parent
f082c28c86
commit
25c8a31d33
1 changed files with 2 additions and 1 deletions
|
|
@ -28,6 +28,7 @@ set_from_resource $color_win_urgent_bg i3wm.color1 #cc817f
|
|||
set_from_resource $color_border i3wm.colorOverlay0 #1a1c2d
|
||||
|
||||
set $background_image /usr/share/backgrounds/majestic-mountain-peak-reflected-flowing-blue-water-generative-ai.jpg
|
||||
set $terminal ghostty
|
||||
|
||||
set $mod Mod4
|
||||
set $super Shift
|
||||
|
|
@ -77,7 +78,7 @@ font pango:JetBrainsMono NF Regular 12
|
|||
floating_modifier $mod
|
||||
|
||||
# start a terminal
|
||||
bindsym $mod+Return exec alacritty
|
||||
bindsym $mod+Return exec $terminal
|
||||
|
||||
# kill focused window
|
||||
bindsym $mod+x kill
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue