Compare commits
2 commits
5376c91f35
...
3b322619e5
Author | SHA1 | Date | |
---|---|---|---|
3b322619e5 | |||
ef94281d67 |
2 changed files with 4 additions and 5 deletions
|
@ -252,7 +252,7 @@
|
||||||
:height "32px"
|
:height "32px"
|
||||||
:anchor "top center")
|
:anchor "top center")
|
||||||
:stacking "fg"
|
:stacking "fg"
|
||||||
:monitor 0
|
:monitor "DP-2"
|
||||||
:reserve (struts :distance "47px"
|
:reserve (struts :distance "47px"
|
||||||
:side "top")
|
:side "top")
|
||||||
:wm-ignore false
|
:wm-ignore false
|
||||||
|
@ -268,7 +268,7 @@
|
||||||
:height "32px"
|
:height "32px"
|
||||||
:anchor "top center")
|
:anchor "top center")
|
||||||
:stacking "fg"
|
:stacking "fg"
|
||||||
:monitor 0
|
:monitor '["<primary>", "DP-1", "PLG2888UH", 0]'
|
||||||
:exclusive true
|
:exclusive true
|
||||||
:hexpand false
|
:hexpand false
|
||||||
:vexpand false
|
:vexpand false
|
||||||
|
|
|
@ -49,7 +49,7 @@
|
||||||
fonts.enable = true;
|
fonts.enable = true;
|
||||||
gnome.enable = true;
|
gnome.enable = true;
|
||||||
greetd = {
|
greetd = {
|
||||||
enable = false;
|
enable = true;
|
||||||
sway = true;
|
sway = true;
|
||||||
wayvnc = true;
|
wayvnc = true;
|
||||||
wallpaper = ../../wallpapers/river-3840.png;
|
wallpaper = ../../wallpapers/river-3840.png;
|
||||||
|
@ -89,7 +89,7 @@
|
||||||
cross-systems = [ "aarch64-linux" ];
|
cross-systems = [ "aarch64-linux" ];
|
||||||
};
|
};
|
||||||
regreet = {
|
regreet = {
|
||||||
enable = true;
|
enable = false;
|
||||||
wallpaper = ../../wallpapers/river-3840.png;
|
wallpaper = ../../wallpapers/river-3840.png;
|
||||||
wayvnc = true;
|
wayvnc = true;
|
||||||
};
|
};
|
||||||
|
@ -326,7 +326,6 @@
|
||||||
programs = {
|
programs = {
|
||||||
sway = {
|
sway = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.sway;
|
|
||||||
wrapperFeatures = {
|
wrapperFeatures = {
|
||||||
gtk = true;
|
gtk = true;
|
||||||
base = true;
|
base = true;
|
||||||
|
|
Loading…
Reference in a new issue