summaryrefslogtreecommitdiff
path: root/.config/sway/config.d/10-window-rules
blob: a5f38d8f54fee67ccf1be98ea0369517c55b7054 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
default_border pixel 2
default_floating_border normal 2
for_window {
	[app_id="pavucontrol"] floating enable
	[title="Picture-in-Picture"] floating enable, sticky enable, resize set 630 350, move position 1870 1050
	[app_id="dragon-drag-and-drop"] sticky enable
	[class=".*.exe"] floating enable
	[app_id=".*.exe"] floating enable
	[class="scrcpy"] floating enable, sticky enable, move scratchpad, scratchpad show
}

assign {
	[class="(league|riot).*.exe"] $ws5
	[class="discord"] $ws8
	[class="^steam$"] $ws0
	[class="^steam"] $ws9
}