mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-28 02:31:51 -07:00
don't pretend to be LG3D in X.C.Dmwit because this confuses modern GTK
This commit is contained in:
@@ -28,7 +28,6 @@ import XMonad.Actions.Warp
|
||||
import XMonad.Hooks.DynamicLog
|
||||
import XMonad.Hooks.ManageDocks
|
||||
import XMonad.Hooks.ManageHelpers
|
||||
import XMonad.Hooks.SetWMName
|
||||
import XMonad.Layout.Grid
|
||||
import XMonad.Layout.IndependentScreens
|
||||
import XMonad.Layout.Magnifier
|
||||
@@ -225,7 +224,7 @@ dmwitConfig nScreens = def {
|
||||
<+> manageDocks
|
||||
<+> manageSpawn,
|
||||
logHook = allPPs nScreens,
|
||||
startupHook = refresh >> setWMName "LG3D" -- gotta keep this until all the machines I use have the version of openjdk that respects _JAVA_AWT_WM_NONREPARENTING
|
||||
startupHook = refresh
|
||||
>> mapM_ (spawnOnce . xmobarCommand) [0 .. nScreens-1]
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user