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 = {
|
programs.anyrun = {
|
||||||
enable = true;
|
enable = true;
|
||||||
config = {
|
config = {
|
||||||
x = {fraction = 0.5;};
|
x.fraction = 0.5;
|
||||||
y = {fraction = 0.3;};
|
y.fraction = 0.3;
|
||||||
width = {fraction = 0.3;};
|
width.fraction = 0.5;
|
||||||
hideIcons = false;
|
hideIcons = false;
|
||||||
ignoreExclusiveZones = false;
|
ignoreExclusiveZones = false;
|
||||||
layer = "overlay";
|
layer = "overlay";
|
||||||
|
|
Loading…
Reference in a new issue