blob: 3110ba58f1ca78719fd433200c599c1985b2d39b (
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
|
[pyprland]
plugins = [
"toggle_special",
"scratchpads",
"expose"
]
[scratchpads.sphtop]
animation = "fromBottom"
command = "kitty --class sphtop -e htop"
class = "sphtop"
size = "50% 50%"
[scratchpads.spterm]
animation = "fromBottom"
command = "kitty --class spterm"
class = "spterm"
size = "50% 50%"
[scratchpads.sppmxr]
animation = "fromBottom"
command = "kitty --class sppmxr -e pulsemixer"
class = "sppmxr"
size = "50% 50%"
[scratchpads.spblue]
animation = "fromBottom"
command = "kitty --class spblue -e bluetoothctl"
class = "spblue"
size = "50% 50%"
[scratchpads.spncmp]
animation = "fromBottom"
command = "kitty --class spncmp -e ncmpcpp"
class = "spncmp"
size = "50% 50%"
[scratchpads.spmutt]
animation = "fromBottom"
command = "kitty --class spmutt -e neomutt"
class = "spmutt"
size = "50% 50%"
[scratchpads.spprof]
animation = "fromBottom"
command = "kitty --class spprof -e profanity"
class = "spprof"
size = "50% 50%"
[scratchpads.spirss]
animation = "fromBottom"
command = "kitty --class spirss -e irssi"
class = "spirss"
size = "50% 50%"
[scratchpads.spvimw]
animation = "fromBottom"
command = "kitty --class spvimw -e vw"
class = "spvimw"
size = "50% 50%"
[scratchpads.trmc]
animation = "fromBottom"
command = "kitty --class trmc -e tremc"
class = "trmc"
size = "50% 50%"
[scratchpads.helvum]
animation = "fromBottom"
command = "helvum"
class = "org.pipewire.Helvum"
size = "50% 50%"
[scratchpads.easyfx]
animation = "fromBottom"
command = "easyeffects"
class = "com.github.wwmm.easyeffects"
size = "50% 50%"
|