use copyq again

This commit is contained in:
Ingolf Wagner 2023-07-02 22:11:09 +02:00
parent fdedda3e06
commit d5fe5ba687
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -48,12 +48,12 @@ in
}
{ block = "net"; }
{ block = "sound"; }
{ block = "uptime"; }
{
block = "battery";
interval = 10;
format = "$icon $percentage $time";
}
{ block = "uptime"; }
{
block = "taskwarrior";
interval = 60;
@ -91,6 +91,9 @@ in
};
};
services.copyq = {
enable = true;
};
xsession.windowManager.i3 = {
enable = true;