Compare commits
2 commits
c7fc778a49
...
af91148e18
Author | SHA1 | Date | |
---|---|---|---|
af91148e18 | |||
05f664eccf |
1 changed files with 13 additions and 1 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue