From de4b8442cf8fec321374b24e8f5b2b7996664ec5 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Wed, 22 Apr 2020 15:10:12 +0200 Subject: Restore password prompt to center float after update to 20.03 --- gui/conf/xmonad.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gui/conf/xmonad.hs') diff --git a/gui/conf/xmonad.hs b/gui/conf/xmonad.hs index bd05d0f..7a9f7bb 100644 --- a/gui/conf/xmonad.hs +++ b/gui/conf/xmonad.hs @@ -265,11 +265,13 @@ customManageHook host = manageMonitor (hudMonitor host) <+> composeOne , isParaviewDialog -?> doRectFloat $ hideScreenBorder host dropDown , isTelegramMediaViewer -?> doFullFloat , isDialog -?> doCenterFloat + , isPrompter -?> doCenterFloat , transience , pure True -?> insertPosition Below Newer <+> namedScratchpadManageHook (scratchpads host) ] where hasRole x = stringProperty "WM_WINDOW_ROLE" =? x isParaviewDialog = (className =? "ParaView") <&&> isDialog + isPrompter = (className =? "Gcr-prompter") isTelegramMediaViewer = (className =? "TelegramDesktop") <&&> (title =? "Media viewer") customLogHook = do -- cgit v1.2.3