feat: float file manager
This commit is contained in:
parent
2421cd60a8
commit
f9d11a873d
|
@ -34,6 +34,7 @@ myConfig = def
|
|||
, normalBorderColor = myNormalBorderColor
|
||||
, focusedBorderColor = myFocusedBorderColor
|
||||
, workspaces = myWorkspaces
|
||||
, manageHook = myManageHook
|
||||
} `additionalKeys` myKeybindings
|
||||
|
||||
-- | Configuration
|
||||
|
@ -143,3 +144,8 @@ myXmobarPP = def
|
|||
, ppOrder = \[ws, l, _] -> [ws, l]
|
||||
}
|
||||
|
||||
-- | ManageHook
|
||||
myManageHook = composeAll
|
||||
[ className =? "Thunar" --> doFloat
|
||||
, className =? "Ristretto" --> doFloat
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue