Quellcode durchsuchen

~/.config/sway: Always float a few common applications/windows

Lu Stadler vor 5 Jahren
Ursprung
Commit
9af63c95f6
1 geänderte Dateien mit 12 neuen und 0 gelöschten Zeilen
  1. 12 0
      .config/sway/config

+ 12 - 0
.config/sway/config

@ -221,6 +221,18 @@ mode "resize" {
221 221
}
222 222
bindsym $mod+r mode "resize"
223 223
224
for_window [title="Select file"] {
225
	floating enable
226
}
227
228
for_window [app_id="blueberry"] {
229
	floating enable
230
}
231
232
for_window [app_id="pavucontrol"] {
233
	floating enable
234
}
235
224 236
for_window [title="PICO-8"] {
225 237
	floating enable
226 238
}