Browse Source

~/.config/sway: Float some more audio-related things

Luna Stadler 5 years ago
parent
commit
ed9df91fdd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .config/sway/config

+ 1 - 1
.config/sway/config

237
}
237
}
238
238
239
# float some music related things
239
# float some music related things
240
for_window [title="Calf|Carla"] {
240
for_window [title="Calf|Carla|Catia|aeolus"] {
241
	floating enable
241
	floating enable
242
}
242
}
243
243