profiles/sway: konawall enablement

This commit is contained in:
kat witch 2021-04-30 21:43:59 +01:00
parent 9cad77de86
commit 563a046710
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
7 changed files with 19 additions and 6 deletions

View file

@ -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;

View file

@ -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; };