Ver Código Fonte

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

Lu Stadler 5 anos atrás
pai
commit
9af63c95f6
1 arquivos alterados com 12 adições e 0 exclusões
  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
}