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 = { 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";