From e432555146db6511e6bbeb3f44c362fbcccc08a7 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Wed, 8 Nov 2023 14:58:04 +0100 Subject: Update --- gui/apps/dev.nix | 4 ++-- gui/apps/web.nix | 10 +++------- gui/conf/xmonad.hs | 2 +- 3 files changed, 6 insertions(+), 10 deletions(-) (limited to 'gui') diff --git a/gui/apps/dev.nix b/gui/apps/dev.nix index c56b346..0937cde 100644 --- a/gui/apps/dev.nix +++ b/gui/apps/dev.nix @@ -6,12 +6,12 @@ # UI dev utilities (language environments are maintained in project specific nix-shells) hotspot kcachegrind - pkgs-unstable.paraview + paraview meld # language utilities artha # calculator - speedcrunch + qalculate-gtk # ctag to override the emacs provided ones (placeholder) universal-ctags fzf diff --git a/gui/apps/web.nix b/gui/apps/web.nix index 22c5d45..e4de814 100644 --- a/gui/apps/web.nix +++ b/gui/apps/web.nix @@ -2,13 +2,9 @@ { home = { - packages = with pkgs-unstable; [ - tdesktop - - zotero - - teams - + packages = [ + pkgs-unstable.tdesktop + pkgs-unstable.zotero pkgs.tigervnc pkgs.remmina ]; 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) -- cgit v1.2.3