Update swaywm config
This commit is contained in:
parent
7db90489e3
commit
ed93298679
|
@ -20,8 +20,8 @@
|
|||
# subpixel = "rgb";
|
||||
# max_render_time = "6";
|
||||
# };
|
||||
DP-1 = { disable = ""; };
|
||||
DP-3 = {
|
||||
DP-3 = { disable = ""; };
|
||||
DP-1 = {
|
||||
pos = "2560 0";
|
||||
scale = "1.25";
|
||||
subpixel = "rgb";
|
||||
|
@ -38,7 +38,7 @@
|
|||
startup = [
|
||||
# GLPaper
|
||||
# { 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 =
|
||||
"glpaper HDMI-A-1 ${../../custom-files/sway/selen.frag} --fork";
|
||||
|
@ -83,6 +83,6 @@
|
|||
# Mako output configuration
|
||||
programs.mako = {
|
||||
# Lock mako notifs to main display
|
||||
output = "DP-3";
|
||||
output = "DP-1";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue