From c9714aadf661acac2925be923fe46101e20a245f Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 18 Mar 2021 23:16:56 +0100 Subject: Change default application set --- gui/conf/xmonad.hs | 3 --- 1 file changed, 3 deletions(-) (limited to 'gui/conf/xmonad.hs') diff --git a/gui/conf/xmonad.hs b/gui/conf/xmonad.hs index 674d957..44b074b 100644 --- a/gui/conf/xmonad.hs +++ b/gui/conf/xmonad.hs @@ -108,8 +108,6 @@ scratchpads host = (customFloating $ hideScreenBorder host dropDown) , NS "browser" "env MOZ_USE_XINPUT2=1 firefox --no-remote -P scratchpad --class scratchfire" (className =? "scratchfire") (customFloating $ hideScreenBorder host dropDownLarge) - , NS "documentation" "zeal" (className =? "Zeal") - (customFloating $ hideScreenBorder host dropDown) , NS "thesaurus" "artha" (className =? "Artha") (customFloating $ hideScreenBorder host sideBarLeft) , NS "literature" "zotero" (className =? "Zotero") @@ -200,7 +198,6 @@ commonKeybindings host = -- scratchpads , ("M-b" , namedScratchpadAction (scratchpads host) "browser") - , ("M-d" , namedScratchpadAction (scratchpads host) "documentation") , ("M-t" , namedScratchpadAction (scratchpads host) "thesaurus") , ("M-z" , namedScratchpadAction (scratchpads host) "literature") , ("M-r" , namedScratchpadAction (scratchpads host) "calculator") -- cgit v1.2.3