aboutsummaryrefslogtreecommitdiff
path: root/gui/conf/xmonad.hs
diff options
context:
space:
mode:
authorAdrian Kummerlaender2023-11-08 14:58:04 +0100
committerAdrian Kummerlaender2023-11-08 14:58:04 +0100
commite432555146db6511e6bbeb3f44c362fbcccc08a7 (patch)
tree82c7a231fcec99cb2b4ab9f62096694d6d09f9e2 /gui/conf/xmonad.hs
parent80798e3345bd4f872c8d852e74bc3dc591bcd3b2 (diff)
downloadnixos_home-e432555146db6511e6bbeb3f44c362fbcccc08a7.tar
nixos_home-e432555146db6511e6bbeb3f44c362fbcccc08a7.tar.gz
nixos_home-e432555146db6511e6bbeb3f44c362fbcccc08a7.tar.bz2
nixos_home-e432555146db6511e6bbeb3f44c362fbcccc08a7.tar.lz
nixos_home-e432555146db6511e6bbeb3f44c362fbcccc08a7.tar.xz
nixos_home-e432555146db6511e6bbeb3f44c362fbcccc08a7.tar.zst
nixos_home-e432555146db6511e6bbeb3f44c362fbcccc08a7.zip
Update
Diffstat (limited to 'gui/conf/xmonad.hs')
-rw-r--r--gui/conf/xmonad.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/conf/xmonad.hs b/gui/conf/xmonad.hs
index 65c2d13..d64cbd4 100644
--- a/gui/conf/xmonad.hs
+++ b/gui/conf/xmonad.hs
@@ -115,7 +115,7 @@ scratchpads host =
(customFloating $ hideScreenBorder host sideBarLeft)
, NS "literature" "zotero" (className =? "Zotero")
(customFloating $ hideScreenBorder host dropDownLarge)
- , NS "calculator" "speedcrunch" (className =? "SpeedCrunch")
+ , NS "calculator" "qalculate-gtk" (title =? "Qalculate!")
(customFloating $ hideScreenBorder host sideBarLeft)
, NS "messaging" "telegram-desktop" ((className =? "TelegramDesktop") <&&> (title /=? "Media viewer"))
(customFloating $ hideScreenBorder host sideBarRight)