Explorar el Código

~/.config/sway: Clean up application-specific configs

Luna Stadler %!s(int64=4) %!d(string=hace) años
padre
commit
43b04c371c
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. 4 2
      .config/sway/config

+ 4 - 2
.config/sway/config

@ -231,11 +231,13 @@ for_window [title="Select file"] {
231 231
	floating enable
232 232
}
233 233
234
for_window [app_id="blueberry"] {
234
# float some settings windows
235
for_window [app_id="pavucontrol|blueberry"] {
235 236
	floating enable
236 237
}
237 238
238
for_window [app_id="pavucontrol"] {
239
# float some music related things
240
for_window [title="Calf|Carla"] {
239 241
	floating enable
240 242
}
241 243