Reconfigure sway for new monitor

This commit is contained in:
Nathan McCarty 2023-04-18 17:18:18 -04:00
parent 8bf60ef5aa
commit 5323903e01
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 2 additions and 17 deletions

View File

@ -16,34 +16,19 @@
# Sway outputs
wayland.windowManager.sway.config = {
output = {
# DP-1 = {
# pos = "0 140";
# scale = "1";
# subpixel = "rgb";
# max_render_time = "6";
# };
DP-3 = { disable = ""; };
DP-1 = {
pos = "2560 0";
scale = "1.25";
subpixel = "rgb";
max_render_time = "6";
};
HDMI-A-1 = {
pos = "5632 140";
scale = "1";
subpixel = "rgb";
max_render_time = "6";
adaptive_sync = "on";
};
};
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 HDMI-A-1 ${../../custom-files/sway/selen.frag} --fork";
command = "glpaper DP-1 ${../../custom-files/sway/selen.frag} --fork";
}
# Up the mouse dpi
{ command = "solaar config 1 dpi 4000"; }