diff options
-rw-r--r-- | gui/conf/xmonad.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gui/conf/xmonad.hs b/gui/conf/xmonad.hs index fa1b2d7..3b4b790 100644 --- a/gui/conf/xmonad.hs +++ b/gui/conf/xmonad.hs @@ -113,8 +113,6 @@ scratchpads host = (customFloating $ hideScreenBorder host dropDownLarge) , NS "thesaurus" "artha" (className =? "Artha") (customFloating $ hideScreenBorder host sideBarLeft) - , NS "literature" "zotero" (className =? "Zotero") - (customFloating $ hideScreenBorder host dropDownLarge) , NS "calculator" "qalculate-gtk" (title =? "Qalculate!") (customFloating $ hideScreenBorder host sideBarLeft) , NS "messaging" "telegram-desktop" ((className =? "TelegramDesktop") <&&> (title /=? "Media viewer")) |