Swaywm tweaks
This commit is contained in:
parent
0c98855224
commit
3df5db5234
|
@ -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"; }
|
||||||
|
|
Loading…
Reference in New Issue