summaryrefslogtreecommitdiff
path: root/.config/sway/config.d/windows
blob: ad2d004951101aa07bca643535935b79c9144114 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 800 600
	focus
}

for_window [class="feh"] {
	floating enable
	focus
}