hm/programs/anyrun: increase width
This commit is contained in:
parent
62440fa449
commit
4c86300a0a
1 changed files with 3 additions and 3 deletions
|
@ -13,9 +13,9 @@ in {
|
|||
programs.anyrun = {
|
||||
enable = true;
|
||||
config = {
|
||||
x = {fraction = 0.5;};
|
||||
y = {fraction = 0.3;};
|
||||
width = {fraction = 0.3;};
|
||||
x.fraction = 0.5;
|
||||
y.fraction = 0.3;
|
||||
width.fraction = 0.5;
|
||||
hideIcons = false;
|
||||
ignoreExclusiveZones = false;
|
||||
layer = "overlay";
|
||||
|
|
Loading…
Reference in a new issue