more styling for wofi

This commit is contained in:
insects 2024-08-13 17:13:57 +02:00
parent 43a4eb39f8
commit a42d6f0e59
2 changed files with 11 additions and 4 deletions

View file

@ -168,8 +168,8 @@
wofi = lib.getExe pkgs.wofi;
in
lib.optionals config.programs.wofi.enable [
"SUPER,Space,exec,${wofi} -S drun -W 25% -H 50%"
"SHIFTSUPER,Space,exec,${wofi} -S run"
"SUPER,Space,exec,${wofi} -S drun -W 20% -H 15%"
"SHIFTSUPER,Space,exec,${wofi} -S run -W 20% -H 15%"
]
);