fix: launch separate ghostty instances
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user