diff --git a/nix/configurations/vanadium/home/xmobar/xmobar.hs b/nix/configurations/vanadium/home/xmobar/xmobar.hs index 058bf24e..a4958817 100644 --- a/nix/configurations/vanadium/home/xmobar/xmobar.hs +++ b/nix/configurations/vanadium/home/xmobar/xmobar.hs @@ -78,8 +78,6 @@ config = , "--target", "2025-11-29=à deux" , "--target", "2025-12-16=dragon book" , "--target", "2025-12-30=seule" - , "--target", "2025-12-15=campus baguette" - , "--target", "2026-02-22=dernier appel" ] "" (60 &minute) diff --git a/nix/configurations/vanadium/home/xmonad/xmonad.hs b/nix/configurations/vanadium/home/xmonad/xmonad.hs index b6ee4e7b..8a0e721c 100644 --- a/nix/configurations/vanadium/home/xmonad/xmonad.hs +++ b/nix/configurations/vanadium/home/xmonad/xmonad.hs @@ -85,9 +85,6 @@ isDiscord = isEvolution :: Query Bool isEvolution = className ~? "gnome.Evolution" -isEvolutionComposer :: Query Bool -isEvolutionComposer = isEvolution <&&> title =? "Compose Message" - isFirefox :: Query Bool isFirefox = className =? "firefox" @@ -125,11 +122,6 @@ isMinder = className =? "Minder" <&&> (not <$> title ~? "Pick a Color") isKitty :: Query Bool isKitty = className =? "kitty" -isUtility :: Query Bool -isUtility = - -- Useful to ignore stuff like digikam pop ups - isInProperty "_NET_WM_WINDOW_TYPE" "_NET_WM_WINDOW_TYPE_UTILITY" - myActivateHook :: ManageHook myActivateHook = -- Ignore activate request @@ -144,21 +136,17 @@ myActivateHook = myManageHook :: ManageHook myManageHook = - composeAll - [ isNautilusPreviewer --> customFloating centeredFloat - , isFeh --> doF copyToAll <> customFloating buttomRightFloat - , isMinder --> customFloating centeredFloat - , isFirefoxPip --> doF copyToAll <> customFloating buttomRightFloat - , isDiscord --> doShift chatWS - , isEvolution --> doShift chatWS - , isSignal --> doShift chatWS - , isFirefox --> insertPosition Master Newer - , isKitty --> insertPosition Below Newer - , isNautilus <||> isSioyek --> insertPosition End Older - - , isUtility --> doIgnore - , isDialog --> doF copyToAll <> customFloating centeredFloat - , isEvolutionComposer --> customFloating centeredFloat + composeOne + [ isNautilusPreviewer -?> customFloating centeredFloat + , isFeh -?> doF copyToAll <> customFloating buttomRightFloat + , isMinder -?> customFloating centeredFloat + , isFirefoxPip -?> doF copyToAll <> customFloating buttomRightFloat + , isDiscord -?> doShift chatWS + , isEvolution -?> doShift chatWS + , isSignal -?> doShift chatWS + , isFirefox -?> insertPosition Master Newer + , isKitty -?> insertPosition Below Newer + , isNautilus <||> isSioyek -?> insertPosition End Older ] <> namedScratchpadManageHook myScratchpads diff --git a/nix/configurations/vanadium/kernel-overlay.nix b/nix/configurations/vanadium/kernel-overlay.nix index 795a480a..d2ceda7b 100644 --- a/nix/configurations/vanadium/kernel-overlay.nix +++ b/nix/configurations/vanadium/kernel-overlay.nix @@ -96,10 +96,6 @@ in XEN_PVHVM = lib.mkForce unset; XEN_SAVE_RESTORE = lib.mkForce unset; XEN_SYS_HYPERVISOR = lib.mkForce unset; - - # Device Driver - MACINTOSH_DRIVERS = no; # hmm - SURFACE_PLATFORMS = no; # ew }; } ); diff --git a/nix/networks/list.nix b/nix/networks/list.nix index 3dca7a25..8095998f 100644 --- a/nix/networks/list.nix +++ b/nix/networks/list.nix @@ -89,10 +89,6 @@ in ssid = "R1108"; randomizeMac = true; } - { - ssid = "NTUH_guest"; - randomizeMac = true; - } { ssid = "_SNCF_WIFI_INOUI"; } { ssid = "_WIFI_LYRIA"; } diff --git a/nix/secrets/iambconfig.age b/nix/secrets/iambconfig.age index 00f559cd..707377f3 100644 Binary files a/nix/secrets/iambconfig.age and b/nix/secrets/iambconfig.age differ