diff --git a/machines/levitation/home.nix b/machines/levitation/home.nix index e11c34f..665bbdc 100644 --- a/machines/levitation/home.nix +++ b/machines/levitation/home.nix @@ -13,12 +13,13 @@ # Sway outputs wayland.windowManager.sway.config = { output = { - DP-1 = { - pos = "0 140"; - scale = "1"; - subpixel = "rgb"; - max_render_time = "6"; - }; + # DP-1 = { + # pos = "0 140"; + # scale = "1"; + # subpixel = "rgb"; + # max_render_time = "6"; + # }; + DP-1 = { disable = ""; }; DP-3 = { pos = "2560 0"; scale = "1.25"; @@ -32,17 +33,16 @@ max_render_time = "6"; }; }; - input = { "type:pointer" = { pointer_accel = "-0.2"; }; }; + input = { "type:pointer" = { pointer_accel = "-0.3"; }; }; startup = [ # GLPaper - { command = "glpaper DP-1 ${../../custom-files/sway/selen.frag} --fork"; } + # { command = "glpaper DP-1 ${../../custom-files/sway/selen.frag} --fork"; } { command = "glpaper DP-3 ${../../custom-files/sway/selen.frag} --fork"; } { command = "glpaper HDMI-A-1 ${../../custom-files/sway/selen.frag} --fork"; } # Up the mouse dpi - { command = "solaar"; } { command = "solaar config 1 dpi 4000"; } ]; };