From e6d6f34ad917d0746f96f91d886bd1a29093bcd3 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 3 Mar 2023 16:15:09 +0100 Subject: Deprecate majestix in favor of atlas New fancy dual GPU system! --- gui/conf/xmonad.hs | 8 ++++---- host/atlas.nix | 8 ++++++++ host/majestix.nix | 8 -------- 3 files changed, 12 insertions(+), 12 deletions(-) create mode 100644 host/atlas.nix delete mode 100644 host/majestix.nix diff --git a/gui/conf/xmonad.hs b/gui/conf/xmonad.hs index 2bd66e5..31fce88 100644 --- a/gui/conf/xmonad.hs +++ b/gui/conf/xmonad.hs @@ -365,25 +365,25 @@ hideScreenBorder host (S.RationalRect x0 y0 w h) = S.RationalRect (x0-(bw/sw)) ( screenWidthOn host = case host of "hephaestus" -> 1920 - "majestix" -> 1920 + "atlas" -> 1920 "obelix" -> 1280 "asterix" -> 1366 "athena" -> 1920 screenHeightOn host = case host of "hephaestus" -> 1200 - "majestix" -> 1080 + "atlas" -> 1080 "obelix" -> 1024 "asterix" -> 768 "athena" -> 1080 borderWidthOn host = case host of "hephaestus" -> 3 - "majestix" -> 3 + "atlas" -> 3 "obelix" -> 3 "asterix" -> 3 "athena" -> 3 decoHeightOn host = case host of "hephaestus" -> 20 - "majestix" -> 20 + "atlas" -> 20 "obelix" -> 20 "asterix" -> 20 "athena" -> 20 diff --git a/host/atlas.nix b/host/atlas.nix new file mode 100644 index 0000000..f73a1c7 --- /dev/null +++ b/host/atlas.nix @@ -0,0 +1,8 @@ +{ pkgs, ... }: + +{ + imports = [ + ../gui/default.nix + ../gui/xmonad.nix + ]; +} diff --git a/host/majestix.nix b/host/majestix.nix deleted file mode 100644 index f73a1c7..0000000 --- a/host/majestix.nix +++ /dev/null @@ -1,8 +0,0 @@ -{ pkgs, ... }: - -{ - imports = [ - ../gui/default.nix - ../gui/xmonad.nix - ]; -} -- cgit v1.2.3