diff options
author | Adrian Kummerlaender | 2022-02-01 23:40:17 +0100 |
---|---|---|
committer | Adrian Kummerlaender | 2022-02-01 23:40:17 +0100 |
commit | 44434920a92a2e47a26e075e6ac9fea01c24bd70 (patch) | |
tree | 69a3e9e73ea9929d04935ae640cb27192c14ec29 /gui/conf | |
parent | 716eb7c399631df86f8993db6c5ea27a90f6298b (diff) | |
download | nixos_home-44434920a92a2e47a26e075e6ac9fea01c24bd70.tar nixos_home-44434920a92a2e47a26e075e6ac9fea01c24bd70.tar.gz nixos_home-44434920a92a2e47a26e075e6ac9fea01c24bd70.tar.bz2 nixos_home-44434920a92a2e47a26e075e6ac9fea01c24bd70.tar.lz nixos_home-44434920a92a2e47a26e075e6ac9fea01c24bd70.tar.xz nixos_home-44434920a92a2e47a26e075e6ac9fea01c24bd70.tar.zst nixos_home-44434920a92a2e47a26e075e6ac9fea01c24bd70.zip |
Update athena config
Diffstat (limited to 'gui/conf')
-rw-r--r-- | gui/conf/xmonad.hs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gui/conf/xmonad.hs b/gui/conf/xmonad.hs index e85b121..c676882 100644 --- a/gui/conf/xmonad.hs +++ b/gui/conf/xmonad.hs @@ -368,25 +368,25 @@ screenWidthOn host = case host of "majestix" -> 1920 "obelix" -> 1280 "asterix" -> 1366 - "athena" -> 2560 + "athena" -> 1920 screenHeightOn host = case host of "hephaestus" -> 1200 "majestix" -> 1080 "obelix" -> 1024 "asterix" -> 768 - "athena" -> 1440 + "athena" -> 1080 borderWidthOn host = case host of "hephaestus" -> 3 "majestix" -> 3 "obelix" -> 3 "asterix" -> 3 - "athena" -> 6 + "athena" -> 3 decoHeightOn host = case host of "hephaestus" -> 20 "majestix" -> 20 "obelix" -> 20 "asterix" -> 20 - "athena" -> 30 + "athena" -> 20 ------------------------------------------------------------------------------- -- helper for layout name dependent actions |