more sway stuff

This commit is contained in:
Schrottkatze 2024-06-12 13:25:51 +02:00
parent a20ee22543
commit 11d200f60b
Signed by: schrottkatze
SSH key fingerprint: SHA256:hXb3t1vINBFCiDCmhRABHX5ocdbLiKyCdKI4HK2Rbbc
2 changed files with 13 additions and 2 deletions

View file

@ -5,8 +5,17 @@
... ...
}: { }: {
programs.wofi.enable = true; programs.wofi.enable = true;
programs.swaylock.enable = true;
wayland.windowManager.sway = { wayland.windowManager.sway = {
enable = true; enable = true;
systemd = {
enable = true;
};
wrapperFeatures = {
base = true;
gtk = true;
};
config = { config = {
modes = { modes = {
resize = { resize = {
@ -22,6 +31,7 @@
l = "resize grow width 10 px"; l = "resize grow width 10 px";
}; };
}; };
terminal = "kitty";
output = { output = {
"*" = { "*" = {
bg = "${../xmonad/wallpaper/wallpaper.jpg} fill"; bg = "${../xmonad/wallpaper/wallpaper.jpg} fill";

View file

@ -20,7 +20,8 @@
}; };
security.polkit.enable = true; security.polkit.enable = true;
programs.sway.enable = true; # programs.sway.enable = true;
services.displayManager.defaultSession = "none+xmonad"; # services.displayManager.defaultSession = "none+xmonad";
services.displayManager.defaultSession = "sway";
} }