sway tooling and config

This commit is contained in:
Markus Heurung 2024-06-19 15:27:15 +02:00
parent b4846ce36c
commit 75949d20da

View file

@ -54,6 +54,8 @@
wl-clipboard wl-clipboard
wl-mirror wl-mirror
sway-launcher-desktop sway-launcher-desktop
swaynotificationcenter
swayosd
xdg-utils xdg-utils
zellij zellij
zulip zulip
@ -392,7 +394,7 @@
mainBar = { mainBar = {
layer = "top"; layer = "top";
position = "top"; position = "top";
height = 36; height = 24;
spacing = 3; spacing = 3;
output = [ "DP-1" ]; output = [ "DP-1" ];
modules-left = [ modules-left = [
@ -467,8 +469,13 @@
} }
]; ];
}; };
swaync = {
enable = true;
};
swayosd = { swayosd = {
enable = true; enable = true;
display = "DP-1";
}; };
syncthing = { syncthing = {
enable = true; enable = true;