diff options
author | Adrian Kummerlaender | 2023-03-03 16:15:09 +0100 |
---|---|---|
committer | Adrian Kummerlaender | 2023-03-03 16:15:09 +0100 |
commit | e6d6f34ad917d0746f96f91d886bd1a29093bcd3 (patch) | |
tree | 476cb01928ec10c0dc6a0bbb3289af67c4e0e1d0 | |
parent | 507ca6d4f3b8b5301852cf8e84f9efa923cce4b1 (diff) | |
download | nixos_home-e6d6f34ad917d0746f96f91d886bd1a29093bcd3.tar nixos_home-e6d6f34ad917d0746f96f91d886bd1a29093bcd3.tar.gz nixos_home-e6d6f34ad917d0746f96f91d886bd1a29093bcd3.tar.bz2 nixos_home-e6d6f34ad917d0746f96f91d886bd1a29093bcd3.tar.lz nixos_home-e6d6f34ad917d0746f96f91d886bd1a29093bcd3.tar.xz nixos_home-e6d6f34ad917d0746f96f91d886bd1a29093bcd3.tar.zst nixos_home-e6d6f34ad917d0746f96f91d886bd1a29093bcd3.zip |
Deprecate majestix in favor of atlas
New fancy dual GPU system!
-rw-r--r-- | gui/conf/xmonad.hs | 8 | ||||
-rw-r--r-- | host/atlas.nix (renamed from host/majestix.nix) | 0 |
2 files changed, 4 insertions, 4 deletions
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/majestix.nix b/host/atlas.nix index f73a1c7..f73a1c7 100644 --- a/host/majestix.nix +++ b/host/atlas.nix |