diff options
Diffstat (limited to 'hypr/pyprland.toml')
| -rw-r--r-- | hypr/pyprland.toml | 89 |
1 files changed, 32 insertions, 57 deletions
diff --git a/hypr/pyprland.toml b/hypr/pyprland.toml index af439ab..3110ba5 100644 --- a/hypr/pyprland.toml +++ b/hypr/pyprland.toml @@ -1,103 +1,78 @@ [pyprland] plugins = [ - "scratchpads", "toggle_special", + "scratchpads", "expose" ] [scratchpads.sphtop] -animation = "" -command = "kitty --class sphtop htop" +animation = "fromBottom" +command = "kitty --class sphtop -e htop" class = "sphtop" -lazy = true size = "50% 50%" -position = "25% 25%" [scratchpads.spterm] -animation = "" +animation = "fromBottom" command = "kitty --class spterm" class = "spterm" -lazy = true size = "50% 50%" -position = "25% 25%" [scratchpads.sppmxr] -animation = "" -command = "kitty --class sppmxr pulsemixer" +animation = "fromBottom" +command = "kitty --class sppmxr -e pulsemixer" class = "sppmxr" -lazy = true size = "50% 50%" -position = "25% 25%" [scratchpads.spblue] -animation = "" -command = "kitty --class spblue bluetoothctl" +animation = "fromBottom" +command = "kitty --class spblue -e bluetoothctl" class = "spblue" -lazy = true size = "50% 50%" -position = "25% 25%" [scratchpads.spncmp] -animation = "" -command = "kitty --class spncmp ncmpcpp" +animation = "fromBottom" +command = "kitty --class spncmp -e ncmpcpp" class = "spncmp" -lazy = true size = "50% 50%" -position = "25% 25%" [scratchpads.spmutt] -animation = "" -command = "kitty --class spmutt neomutt" +animation = "fromBottom" +command = "kitty --class spmutt -e neomutt" class = "spmutt" -lazy = true size = "50% 50%" -position = "25% 25%" [scratchpads.spprof] -animation = "" -command = "kitty --class spprof profanity" +animation = "fromBottom" +command = "kitty --class spprof -e profanity" class = "spprof" -lazy = true size = "50% 50%" -position = "25% 25%" [scratchpads.spirss] -animation = "" -command = "kitty --class spirss irssi" +animation = "fromBottom" +command = "kitty --class spirss -e irssi" class = "spirss" -lazy = true size = "50% 50%" -position = "25% 25%" -[scratchpads.sptodo] -animation = "" -command = "kitty --class sptodo todo" -class = "sptodo" -lazy = true +[scratchpads.spvimw] +animation = "fromBottom" +command = "kitty --class spvimw -e vw" +class = "spvimw" size = "50% 50%" -position = "25% 25%" -[scratchpads.sptrmc] -animation = "" -command = "kitty --class sptrmc tremc" -class = "sptremc" -lazy = true +[scratchpads.trmc] +animation = "fromBottom" +command = "kitty --class trmc -e tremc" +class = "trmc" size = "50% 50%" -position = "25% 25%" -[scratchpads.qpwgraph] -animation = "" -command = "qpwgraph" -class = "org.rncbc.qpwgraph" -lazy = true +[scratchpads.helvum] +animation = "fromBottom" +command = "helvum" +class = "org.pipewire.Helvum" size = "50% 50%" -position = "25% 25%" -[scratchpads.easyeffects] -animation = "" -command = "flatpak run com.github.wwmm.easyeffects" +[scratchpads.easyfx] +animation = "fromBottom" +command = "easyeffects" class = "com.github.wwmm.easyeffects" -lazy = true -size = "75% 75%" -position = "25% 25%" -unfocus = "hide" +size = "50% 50%" |
