Update swaywm config
This commit is contained in:
parent
7db90489e3
commit
ed93298679
|
@ -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";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue