Tweak swaywm

This commit is contained in:
Nathan McCarty 2023-01-14 03:09:27 -05:00
parent 9a9f315629
commit 2dba810fa1
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 9 additions and 9 deletions

View File

@ -13,12 +13,13 @@
# Sway outputs # Sway outputs
wayland.windowManager.sway.config = { wayland.windowManager.sway.config = {
output = { output = {
DP-1 = { # DP-1 = {
pos = "0 140"; # pos = "0 140";
scale = "1"; # scale = "1";
subpixel = "rgb"; # subpixel = "rgb";
max_render_time = "6"; # max_render_time = "6";
}; # };
DP-1 = { disable = ""; };
DP-3 = { DP-3 = {
pos = "2560 0"; pos = "2560 0";
scale = "1.25"; scale = "1.25";
@ -32,17 +33,16 @@
max_render_time = "6"; max_render_time = "6";
}; };
}; };
input = { "type:pointer" = { pointer_accel = "-0.2"; }; }; input = { "type:pointer" = { pointer_accel = "-0.3"; }; };
startup = [ startup = [
# GLPaper # 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 DP-3 ${../../custom-files/sway/selen.frag} --fork"; }
{ {
command = command =
"glpaper HDMI-A-1 ${../../custom-files/sway/selen.frag} --fork"; "glpaper HDMI-A-1 ${../../custom-files/sway/selen.frag} --fork";
} }
# Up the mouse dpi # Up the mouse dpi
{ command = "solaar"; }
{ command = "solaar config 1 dpi 4000"; } { command = "solaar config 1 dpi 4000"; }
]; ];
}; };