diff options
| -rw-r--r-- | hypr/pyprland.toml | 24 | 
1 files changed, 24 insertions, 0 deletions
diff --git a/hypr/pyprland.toml b/hypr/pyprland.toml index f9775ab..dfa2aab 100644 --- a/hypr/pyprland.toml +++ b/hypr/pyprland.toml @@ -10,70 +10,94 @@ animation = ""  command = "kitty --class sphtop htop"  class = "sphtop"  lazy = true +size = "50% 50%" +position = "25% 25%"  [scratchpads.spterm]  animation = ""  command = "kitty --class spterm"  class = "spterm"  lazy = true +size = "50% 50%" +position = "25% 25%"  [scratchpads.sppmxr]  animation = ""  command = "kitty --class sppmxr pulsemixer"  class = "sppmxr"  lazy = true +size = "50% 50%" +position = "25% 25%"  [scratchpads.spblue]  animation = ""  command = "kitty --class spblue bluetoothctl"  class = "spblue"  lazy = true +size = "50% 50%" +position = "25% 25%"  [scratchpads.spncmp]  animation = ""  command = "kitty --class spncmp ncmpcpp"  class = "spncmp"  lazy = true +size = "50% 50%" +position = "25% 25%"  [scratchpads.spmutt]  animation = ""  command = "kitty --class spmutt neomutt"  class = "spmutt"  lazy = true +size = "50% 50%" +position = "25% 25%"  [scratchpads.spprof]  animation = ""  command = "kitty --class spprof profanity"  class = "spprof"  lazy = true +size = "50% 50%" +position = "25% 25%"  [scratchpads.spirss]  animation = ""  command = "kitty --class spirss irssi"  class = "spirss"  lazy = true +size = "50% 50%" +position = "25% 25%"  [scratchpads.sptodo]  animation = ""  command = "kitty --class sptodo todo"  class = "sptodo"  lazy = true +size = "50% 50%" +position = "25% 25%"  [scratchpads.sptrmc]  animation = ""  command = "kitty --class sptrmc tremc"  class = "sptremc"  lazy = true +size = "50% 50%" +position = "25% 25%"  [scratchpads.qpwgraph]  animation = ""  command = "qpwgraph"  class = "org.rncbc.qpwgraph"  lazy = true +size = "50% 50%" +position = "25% 25%"  [scratchpads.easyeffects]  animation = ""  command = "flatpak run com.github.wwmm.easyeffects"  class = "com.github.wwmm.easyeffects"  lazy = true +size = "50% 50%" +position = "25% 25%"  unfocus = "hide"  | 
