hm/programs/anyrun: increase width

This commit is contained in:
Anthony Rodriguez 2025-01-24 23:13:47 +01:00
parent 62440fa449
commit 4c86300a0a
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -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";