diff --git a/machines/levitation/home.nix b/machines/levitation/home.nix index 95abe42..57289f4 100644 --- a/machines/levitation/home.nix +++ b/machines/levitation/home.nix @@ -20,8 +20,8 @@ # subpixel = "rgb"; # max_render_time = "6"; # }; - DP-1 = { disable = ""; }; - DP-3 = { + DP-3 = { disable = ""; }; + DP-1 = { pos = "2560 0"; scale = "1.25"; subpixel = "rgb"; @@ -38,7 +38,7 @@ startup = [ # GLPaper # { command = "glpaper DP-1 ${../../custom-files/sway/selen.frag} --fork"; } - { command = "glpaper DP-3 ${../../custom-files/sway/selen.frag} --fork"; } + { command = "glpaper DP-1 ${../../custom-files/sway/selen.frag} --fork"; } { command = "glpaper HDMI-A-1 ${../../custom-files/sway/selen.frag} --fork"; @@ -83,6 +83,6 @@ # Mako output configuration programs.mako = { # Lock mako notifs to main display - output = "DP-3"; + output = "DP-1"; }; }