1
0
Fork 0
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:
Henrik Hautakoski 2025-01-10 18:46:11 +01:00
parent f082c28c86
commit 25c8a31d33

View file

@ -28,6 +28,7 @@ set_from_resource $color_win_urgent_bg i3wm.color1 #cc817f
set_from_resource $color_border i3wm.colorOverlay0 #1a1c2d 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 $background_image /usr/share/backgrounds/majestic-mountain-peak-reflected-flowing-blue-water-generative-ai.jpg
set $terminal ghostty
set $mod Mod4 set $mod Mod4
set $super Shift set $super Shift
@ -77,7 +78,7 @@ font pango:JetBrainsMono NF Regular 12
floating_modifier $mod floating_modifier $mod
# start a terminal # start a terminal
bindsym $mod+Return exec alacritty bindsym $mod+Return exec $terminal
# kill focused window # kill focused window
bindsym $mod+x kill bindsym $mod+x kill