Swaywm tweaks

This commit is contained in:
Nathan McCarty 2022-11-29 10:45:41 -05:00
parent 0c98855224
commit 3df5db5234
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 4 additions and 0 deletions

View File

@ -17,18 +17,22 @@
pos = "0 140"; pos = "0 140";
scale = "1"; scale = "1";
subpixel = "rgb"; subpixel = "rgb";
max_render_time = "4";
}; };
DP-3 = { DP-3 = {
pos = "2560 0"; pos = "2560 0";
scale = "1.25"; scale = "1.25";
subpixel = "rgb"; subpixel = "rgb";
max_render_time = "4";
}; };
HDMI-A-1 = { HDMI-A-1 = {
pos = "5632 140"; pos = "5632 140";
scale = "1"; scale = "1";
subpixel = "rgb"; subpixel = "rgb";
max_render_time = "4";
}; };
}; };
input = { "type:pointer" = { pointer_accel = "-0.2"; }; };
startup = [ startup = [
# GLPaper # GLPaper
{ command = "glpaper DP-1 ${../../custom-files/sway/selen.frag} --fork"; } { command = "glpaper DP-1 ${../../custom-files/sway/selen.frag} --fork"; }