summaryrefslogtreecommitdiff
path: root/.config/sway/config.d/windows
blob: 10ffd7bbd233dd7d0b28951bacbcafeac2fdd2d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
for_window [title="Picture-in-Picture"] {
	sticky		enabe
	floating 	enable
	position 	2567,619
	size		791x445
	focus parent
}

for_window [app_id="pavucontrol"] {
	floating enable
	move position cursor
	resize set 600 300
	focus
}