diff options
author | zachir <zachir@librem.one> | 2024-06-04 22:09:28 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-06-04 22:28:28 -0500 |
commit | e845fc03156439df4ceab4c702efbf4f79a5f165 (patch) | |
tree | 7fd72a66ceb29a9752cbd112a1241f4884406650 /hypr/pyprland.toml | |
parent | df7898291f0dcc003767f2ecffb2c16cfa9645a2 (diff) |
Increase easyeffects scratchpad size
Increasing it from 50% screen size to 75% (in both dimensions).
Diffstat (limited to 'hypr/pyprland.toml')
-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" |