summaryrefslogtreecommitdiff
path: root/hypr/pyprland.toml
blob: dfa2aab3a387a0ee4c9d98e51999beb25aa9e52b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
[pyprland]
plugins = [
  "scratchpads",
  "toggle_special",
  "expose"
]

[scratchpads.sphtop]
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"