mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
Handle floating windows after making windows floating
Inspired with hgabreu's config. Now it makes more sense.
This commit is contained in:
parent
e504f40f88
commit
02c6e0b0d4
@ -72,8 +72,8 @@ myManageHook = composeOne
|
|||||||
[ className =? "Pidgin" -?> doFloat
|
[ className =? "Pidgin" -?> doFloat
|
||||||
, className =? "XCalc" -?> doFloat
|
, className =? "XCalc" -?> doFloat
|
||||||
, className =? "mpv" -?> doFloat
|
, className =? "mpv" -?> doFloat
|
||||||
|
] <+> composeOne
|
||||||
-- Handle floating windows:
|
-- Handle floating windows:
|
||||||
, transience -- move transient windows to their parent
|
[ transience -- move transient windows to their parent
|
||||||
, isDialog -?> doCenterFloat
|
, isDialog -?> doCenterFloat
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user