ソースを参照

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

Luna Stadler 4 年 前
コミット
43b04c371c
共有1 個のファイルを変更した4 個の追加2 個の削除を含む
  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