diff options
Diffstat (limited to 'hypr/pyprland.toml')
-rw-r--r-- | hypr/pyprland.toml | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/hypr/pyprland.toml b/hypr/pyprland.toml new file mode 100644 index 0000000..600c30a --- /dev/null +++ b/hypr/pyprland.toml @@ -0,0 +1,77 @@ +[pyprland] +plugins = [ + "scratchpads", +] + +[scratchpads.sphtop] +animation = "" +command = "kitty --class sphtop htop" +class = "sphtop" +lazy = true + +[scratchpads.spterm] +animation = "" +command = "kitty --class spterm" +class = "spterm" +lazy = true + +[scratchpads.sppmxr] +animation = "" +command = "kitty --class sppmxr pulsemixer" +class = "sppmxr" +lazy = true + +[scratchpads.spblue] +animation = "" +command = "kitty --class spblue bluetoothctl" +class = "spblue" +lazy = true + +[scratchpads.spncmp] +animation = "" +command = "kitty --class spncmp ncmpcpp" +class = "spncmp" +lazy = true + +[scratchpads.spmutt] +animation = "" +command = "kitty --class spmutt neomutt" +class = "spmutt" +lazy = true + +[scratchpads.spprof] +animation = "" +command = "kitty --class spprof profanity" +class = "spprof" +lazy = true + +[scratchpads.spirss] +animation = "" +command = "kitty --class spirss irssi" +class = "spirss" +lazy = true + +[scratchpads.sptodo] +animation = "" +command = "kitty --class sptodo todo" +class = "sptodo" +lazy = true + +[scratchpads.sptrmc] +animation = "" +command = "kitty --class sptrmc tremc" +class = "sptremc" +lazy = true + +[scratchpads.qpwgraph] +animation = "" +command = "qpwgraph" +class = "org.rncbc.qpwgraph" +lazy = true + +[scratchpads.easyeffects] +animation = "" +command = "flatpak run com.github.wwmm.easyeffects" +class = "com.github.wwmm.easyeffects" +lazy = true +unfocus = "hide" |