From 20c2d19f08a5e8ed626ab05426c6ab52f100a109 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 13 Oct 2018 21:02:45 +0200 Subject: Hide screen border of drop down open file dialogs --- gui/conf/xmonad.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gui/conf/xmonad.hs') 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 -- cgit v1.2.3