fix: launch separate ghostty instances

This commit is contained in:
2026-04-15 10:57:03 -07:00
committed by Kat Huang
parent c4c2b1e8bb
commit 3426ab8678
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ monitor=,preferred,auto,1
# =============================================================================
# PROGRAMS
# =============================================================================
$terminal = ghostty
$terminal = ghostty --gtk-single-instance=false
$fileManager = dolphin
$menu = rofi -show drun -show-icons
$runMenu = rofi -show run

View File

@@ -98,7 +98,7 @@ import XMonad.Util.WorkspaceCompare
myConfig = def
{ modMask = mod4Mask
, terminal = "ghostty"
, terminal = "ghostty --gtk-single-instance=false"
, manageHook
= composeAll [ placeHook (fixed (0.5, 0.5))
, isDialog --> doFloat