diff options
author | zachir <zachir@librem.one> | 2025-07-12 19:34:58 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-12 19:34:58 -0500 |
commit | 0255f6d777a67de3f1f8e643cd6c7d95a12a72c9 (patch) | |
tree | 8f59d340bf3f1f0f3e13ccf1a0409af4595a21bc /hypr | |
parent | 5bcd1ea7ccd231f756861997ba813b1f1cec1eda (diff) |
Use Helvum not QPWGraph
Diffstat (limited to 'hypr')
-rw-r--r-- | hypr/pyprland.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hypr/pyprland.toml b/hypr/pyprland.toml index af439ab..a0aa176 100644 --- a/hypr/pyprland.toml +++ b/hypr/pyprland.toml @@ -87,8 +87,8 @@ position = "25% 25%" [scratchpads.qpwgraph] animation = "" -command = "qpwgraph" -class = "org.rncbc.qpwgraph" +command = "helvum" +class = "org.pipewire.Helvum" lazy = true size = "50% 50%" position = "25% 25%" |