Update swaywm config

This commit is contained in:
Nathan McCarty 2023-03-02 00:05:11 -05:00
parent 7db90489e3
commit ed93298679
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 4 additions and 4 deletions

View File

@ -20,8 +20,8 @@
# subpixel = "rgb"; # subpixel = "rgb";
# max_render_time = "6"; # max_render_time = "6";
# }; # };
DP-1 = { disable = ""; }; DP-3 = { disable = ""; };
DP-3 = { DP-1 = {
pos = "2560 0"; pos = "2560 0";
scale = "1.25"; scale = "1.25";
subpixel = "rgb"; subpixel = "rgb";
@ -38,7 +38,7 @@
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-1 ${../../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";
@ -83,6 +83,6 @@
# Mako output configuration # Mako output configuration
programs.mako = { programs.mako = {
# Lock mako notifs to main display # Lock mako notifs to main display
output = "DP-3"; output = "DP-1";
}; };
} }