mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
profiles/sway: konawall enablement
This commit is contained in:
parent
9cad77de86
commit
563a046710
7 changed files with 19 additions and 6 deletions
|
|
@ -9,17 +9,17 @@
|
|||
left = {
|
||||
res = "1920x1080";
|
||||
pos = "0 0";
|
||||
bg = "${../../../private/files/wallpapers/left.jpg} fill";
|
||||
#bg = "${../../../private/files/wallpapers/left.jpg} fill";
|
||||
};
|
||||
middle = {
|
||||
res = "1920x1080";
|
||||
pos = "1920 0";
|
||||
bg = "${../../../private/files/wallpapers/main.png} fill";
|
||||
#bg = "${../../../private/files/wallpapers/main.png} fill";
|
||||
};
|
||||
right = {
|
||||
res = "1920x1080";
|
||||
pos = "3840 0";
|
||||
bg = "${../../../private/files/wallpapers/right.jpg} fill";
|
||||
#bg = "${../../../private/files/wallpapers/right.jpg} fill";
|
||||
};
|
||||
in {
|
||||
"DP-1" = left;
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
laptop = {
|
||||
res = "1920x1080";
|
||||
pos = "0 0";
|
||||
bg = "${../../../private/files/wallpapers/main.png} fill";
|
||||
#bg = "${../../../private/files/wallpapers/main.png} fill";
|
||||
};
|
||||
in { "eDP-1" = laptop; };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue