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 # PROGRAMS
# ============================================================================= # =============================================================================
$terminal = ghostty $terminal = ghostty --gtk-single-instance=false
$fileManager = dolphin $fileManager = dolphin
$menu = rofi -show drun -show-icons $menu = rofi -show drun -show-icons
$runMenu = rofi -show run $runMenu = rofi -show run

View File

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