diff options
| author | Craig Jennings <c@cjennings.net> | 2026-03-07 11:28:50 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-03-07 11:28:50 -0600 |
| commit | 554db3cbc95735112dbbba6be7058b6197abfb5c (patch) | |
| tree | 33f71522e2e5c4a7a6e653ff93c40914be8fecb5 /dotfiles/hyprland/.config | |
| parent | d5da9a6fd8049e3a72a1d18a9caeb7549d05a013 (diff) | |
| download | archsetup-554db3cbc95735112dbbba6be7058b6197abfb5c.tar.gz archsetup-554db3cbc95735112dbbba6be7058b6197abfb5c.zip | |
feat(hyprland): update plugins for 0.54, add scratchpad hide_delay
Remove hyprscrolling from plugin setup (now in core). Add hide_delay
workaround for pyprland bug #211 to all scratchpads.
Diffstat (limited to 'dotfiles/hyprland/.config')
| -rw-r--r-- | dotfiles/hyprland/.config/pypr/config.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dotfiles/hyprland/.config/pypr/config.toml b/dotfiles/hyprland/.config/pypr/config.toml index 193f499..bb35aad 100644 --- a/dotfiles/hyprland/.config/pypr/config.toml +++ b/dotfiles/hyprland/.config/pypr/config.toml @@ -25,6 +25,7 @@ class = "foot-term" size = "50% 70%" position = "25% 15%" animation = "fromBottom" +hide_delay = 0.5 [scratchpads.ai-term] command = "foot --app-id foot-ai-term tmux" @@ -32,6 +33,7 @@ class = "foot-ai-term" size = "50% 70%" position = "25% 15%" animation = "fromBottom" +hide_delay = 0.5 [scratchpads.audio] command = "foot --app-id foot-audio pulsemixer" @@ -39,6 +41,7 @@ class = "foot-audio" size = "50% 60%" position = "25% 20%" animation = "fromBottom" +hide_delay = 0.5 [scratchpads.monitor] command = "foot --app-id foot-monitor monitor-dashboard" @@ -46,6 +49,7 @@ class = "foot-monitor" size = "50% 60%" position = "25% 20%" animation = "fromBottom" +hide_delay = 0.5 [scratchpads.music] command = "foot --app-id foot-music ncmpcpp" @@ -53,6 +57,7 @@ class = "foot-music" size = "60% 60%" position = "20% 20%" animation = "fromBottom" +hide_delay = 0.5 [scratchpads.network] command = "foot --app-id foot-network nmtui" @@ -60,3 +65,4 @@ class = "foot-network" size = "50% 60%" position = "25% 20%" animation = "fromBottom" +hide_delay = 0.5 |
