diff options
author | zachir <zachir@librem.one> | 2024-06-04 22:09:28 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-06-04 22:09:28 -0500 |
commit | 94105440e61d539d8ec68ea8bb4a16b37c6d9c50 (patch) | |
tree | 34d015abb21154185fd857e01da394502d470ef0 /hypr | |
parent | 349a3214a678100b522d7fbe34f076b479a10ad9 (diff) |
Increase easyeffects scratchpad size
Increasing it from 50% screen size to 75% (in both dimensions).
Diffstat (limited to 'hypr')
-rw-r--r-- | hypr/pyprland.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hypr/pyprland.toml b/hypr/pyprland.toml index dfa2aab..af439ab 100644 --- a/hypr/pyprland.toml +++ b/hypr/pyprland.toml @@ -98,6 +98,6 @@ animation = "" command = "flatpak run com.github.wwmm.easyeffects" class = "com.github.wwmm.easyeffects" lazy = true -size = "50% 50%" +size = "75% 75%" position = "25% 25%" unfocus = "hide" |