fix kanshi

This commit is contained in:
willifan 2024-05-28 13:01:48 +02:00
parent bc54738fbd
commit 1eebdc2fc0

View file

@ -2,7 +2,7 @@
{ {
home-manager.users.willifan = { home-manager.users.willifan = {
services.kanshi = { services.kanshi = {
enable = false; enable = true;
settings = [ settings = [
{ {
@ -42,9 +42,6 @@
scale = 1.0; scale = 1.0;
transform = "270"; transform = "270";
} }
{
criteria = "*";
}
]; ];
profile.exec = "$XDG_CONFIG_HOME/eww/scripts/monitors.sh"; profile.exec = "$XDG_CONFIG_HOME/eww/scripts/monitors.sh";
} }