diff options
author | Adrian Kummerlaender | 2021-03-18 23:16:56 +0100 |
---|---|---|
committer | Adrian Kummerlaender | 2021-03-18 23:16:56 +0100 |
commit | c9714aadf661acac2925be923fe46101e20a245f (patch) | |
tree | 4bee14d1abf3dc98cb18b780b42150306766b652 /gui/conf | |
parent | 06e88cb46bb1ebd10f528620a0dc67a4cfc4bd8f (diff) | |
download | nixos_home-c9714aadf661acac2925be923fe46101e20a245f.tar nixos_home-c9714aadf661acac2925be923fe46101e20a245f.tar.gz nixos_home-c9714aadf661acac2925be923fe46101e20a245f.tar.bz2 nixos_home-c9714aadf661acac2925be923fe46101e20a245f.tar.lz nixos_home-c9714aadf661acac2925be923fe46101e20a245f.tar.xz nixos_home-c9714aadf661acac2925be923fe46101e20a245f.tar.zst nixos_home-c9714aadf661acac2925be923fe46101e20a245f.zip |
Change default application set
Diffstat (limited to 'gui/conf')
-rw-r--r-- | gui/conf/xmonad.hs | 3 |
1 files changed, 0 insertions, 3 deletions
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") |