From 49184fd1c4acd4d1bb5aa137042d1748c7707012 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 28 Apr 2018 21:09:48 +0200 Subject: Add Zeal --- conf/xmonad/xmonad.hs | 3 +++ home.nix | 1 + 2 files changed, 4 insertions(+) diff --git a/conf/xmonad/xmonad.hs b/conf/xmonad/xmonad.hs index 05e5fdf..e767369 100644 --- a/conf/xmonad/xmonad.hs +++ b/conf/xmonad/xmonad.hs @@ -42,6 +42,8 @@ windowBringerDmenuConfig = def { menuCommand = "rofi" scratchpads = [ NS "terminal" "kitty --class=scratchterm" (className =? "scratchterm") (customFloating $ RationalRect (1/6) (1/6) (2/3) (2/3)) + , NS "zeal" "zeal" (className =? "Zeal") + (customFloating $ RationalRect (1/20) (1/20) (18/20) (18/20)) , NS "telegram" "telegram-desktop" (className =? "TelegramDesktop") (customFloating $ RationalRect (1/6) (1/6) (2/3) (2/3)) ] @@ -81,6 +83,7 @@ main = xmonad $ ewmh , ("M-S-w k" , shiftToPrev >> prevWS) -- scratchpads , ("M-s t" , namedScratchpadAction scratchpads "terminal") + , ("M-s h" , namedScratchpadAction scratchpads "zeal") , ("M-s m" , namedScratchpadAction scratchpads "telegram") -- system control , ("M-c " , spawn "amixer sset Master 10%+") diff --git a/home.nix b/home.nix index 95e0a5d..833c7a7 100644 --- a/home.nix +++ b/home.nix @@ -24,6 +24,7 @@ # communication tdesktop # UI dev utilities (CLI utilities are added in project specific nix-shells) + zeal hotspot qcachegrind gitg -- cgit v1.2.3