diff options
-rw-r--r-- | gui/conf/xmonad.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/conf/xmonad.hs b/gui/conf/xmonad.hs index 9c65436..3b0d7be 100644 --- a/gui/conf/xmonad.hs +++ b/gui/conf/xmonad.hs @@ -180,8 +180,8 @@ customEventHook = do fullscreenEventHook customManageHook host = composeOne - [ hasRole "GtkFileChooserDialog" -?> doRectFloat dropDown - , isParaviewDialog -?> doRectFloat dropDown + [ hasRole "GtkFileChooserDialog" -?> doRectFloat $ hideScreenBorder host dropDown + , isParaviewDialog -?> doRectFloat $ hideScreenBorder host dropDown , isTelegramMediaViewer -?> doFullFloat , isDialog -?> doCenterFloat , transience |