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