ENH float seafile and R windows

This commit is contained in:
Nathan Dwarshuis 2020-02-14 17:00:18 -05:00
parent e0589c1491
commit 6895b2ddac
1 changed files with 2 additions and 1 deletions

View File

@ -101,7 +101,8 @@ myManageHook = composeOne
-- window does, and as such I guess we only need to match that -- window does, and as such I guess we only need to match that
[ -- className =? "VirtualBox Machine" -?> doShift "3" [ -- className =? "VirtualBox Machine" -?> doShift "3"
className =? "VirtualBoxVM" -?> doShift "VM" <+> doFloat className =? "VirtualBoxVM" -?> doShift "VM" <+> doFloat
-- , className =? "URxvt" -?> doFloat , className =? "Seafile Client" -?> doFloat
, className =? "R_x11" -?> doFloat
, className =? "mpv" -?> doFloat , className =? "mpv" -?> doFloat
, isDialog -?> doCenterFloat , isDialog -?> doCenterFloat
] ]