blob: 309b7c4d7f428a232f0db4c023bd8edebad91f25 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
for_window [title="Picture-in-Picture"] {
sticky enabe
floating enable
position 2567,619
size 791x445
focus parent
}
for_window [app_id="pavucontrol"] {
border normal
floating enable
move position cursor
resize set 800 600
focus
}
for_window [class="feh"] {
floating enable
focus
}
bindsym --release --border button2 kill
|