Compare commits

..

2 commits

Author SHA1 Message Date
af91148e18 feat(shell): alias lw = librewolf 2024-11-05 14:08:54 +01:00
05f664eccf feat(swaync): add settings 2024-11-05 11:37:02 +01:00

View file

@ -166,6 +166,7 @@
sshm = "ssh -M"; sshm = "ssh -M";
pd = "pushd"; pd = "pushd";
wlc = "wl-copy"; wlc = "wl-copy";
lw = "librewolf";
}; };
plugins = [{ plugins = [{
name = "vi-mode"; name = "vi-mode";
@ -277,7 +278,18 @@
}; };
}; };
services.swaync = { enable = true; }; services.swaync = {
enable = true;
settings = {
positionX = "center";
positionY = "bottom";
control-center-positionX = "center";
control-center-positionY = "bottom";
control-center-margin-bottom = 10;
fit-to-screen = false;
control-center-height = 600;
};
};
programs.niri = { programs.niri = {
settings = { settings = {