diff --git a/modules/nixos/desktop/sway/default.nix b/modules/nixos/desktop/sway/default.nix index 3ade11b..b4049fe 100644 --- a/modules/nixos/desktop/sway/default.nix +++ b/modules/nixos/desktop/sway/default.nix @@ -135,21 +135,10 @@ in { # TODO: Should this live at the system configuration level? output = { - # TODO: Set up wallpaper "*".bg = "${user_cfg.xdg.dataHome}/${cfg.wallpaperPath} fill"; "eDP-1".scale = "1.25"; - - "ASUSTek COMPUTER INC ASUS VG24V 0x00007AAC" = { - mode = "1920x1080@120Hz"; - position = "0 830"; - }; - - "Dell Inc. DELL S2721QS 47W7M43" = { - transform = "270"; - position = "1920 0"; - bg = "${user_cfg.xdg.dataHome}/${cfg.verticalWallpaperPath} fill"; - }; - "Dell Inc. DELL S2721QS 4FR7M43".position = "4080 830"; + "Dell Inc. DELL S2721QS 4FR7M43".position = "0 0"; + "Dell Inc. DELL S2721QS 47W7M43".position = "0 2160"; }; modes = { @@ -278,7 +267,7 @@ in { "${modifier}+f" = "fullscreen"; ## move container between displays - "${modifier}+semicolon" = "move workspace to output right"; + "${modifier}+semicolon" = "move workspace to output up"; ## Toggle the current focus between tiling and floating mode "${modifier}+Shift+f" = "floating toggle"; diff --git a/modules/nixos/desktop/sway/skull.png b/modules/nixos/desktop/sway/skull.png deleted file mode 100644 index 2db9393..0000000 Binary files a/modules/nixos/desktop/sway/skull.png and /dev/null differ diff --git a/modules/nixos/desktop/sway/vertical.png b/modules/nixos/desktop/sway/vertical.png deleted file mode 100644 index 5968cdd..0000000 Binary files a/modules/nixos/desktop/sway/vertical.png and /dev/null differ