diff options
author | zachir <zachir@librem.one> | 2024-02-06 15:46:57 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-02-06 15:48:13 -0600 |
commit | 83274ffd4d91721d643d6c9995df9a670d0bcad3 (patch) | |
tree | 05a3cd47c751f742195d8e6f5dc9a5e72ff651b9 /hypr/pyprland.toml | |
parent | 52c285a7906def19f3fb18a27a39cbc1e5b58e30 (diff) |
hypr: Actually implement pseudo-minimize
I apparently lied in the commit where I said I did
Diffstat (limited to 'hypr/pyprland.toml')
-rw-r--r-- | hypr/pyprland.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hypr/pyprland.toml b/hypr/pyprland.toml index 935f1a8..f9775ab 100644 --- a/hypr/pyprland.toml +++ b/hypr/pyprland.toml @@ -1,6 +1,7 @@ [pyprland] plugins = [ "scratchpads", + "toggle_special", "expose" ] |