more styling for wofi
This commit is contained in:
parent
43a4eb39f8
commit
a42d6f0e59
2 changed files with 11 additions and 4 deletions
|
@ -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%"
|
||||
]
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue