aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sway/.config
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2023-11-27 12:04:24 -0600
committerToby Vincent <tobyv@tobyvin.dev>2023-11-27 12:04:24 -0600
commite0ff11f59c4cf2e827617e189716b532050401d6 (patch)
tree5025a88eb02070ec613e5ef835e30528c98c7d67 /sway/.config
parent60b406e39f678ecf022ddac4775fa9e02066fb15 (diff)
fix(sway): floating windows
Diffstat (limited to 'sway/.config')
-rw-r--r--sway/.config/sway/config5
1 files changed, 3 insertions, 2 deletions
diff --git a/sway/.config/sway/config b/sway/.config/sway/config
index ca491c6..822f115 100644
--- a/sway/.config/sway/config
+++ b/sway/.config/sway/config
@@ -37,8 +37,9 @@ default_border pixel
hide_edge_borders smart
for_window [shell=".*"] inhibit_idle fullscreen
-for_window [app_id="pavucontrol" title="^Volume Control$"] border none, floating enable
-for_window [app_id="" title="^Streamlink Twitch GUI$"] border none, floating enable
+for_window [app_id="pavucontrol" title="^Volume Control$"] floating enable
+for_window [app_id="" title="^Streamlink Twitch GUI$"] floating enable
+for_window [app_id="mpv"] floating enable
for_window [app_id="firefox" title="Firefox — Sharing Indicator"] kill
# NOTE: Configure asynchronously with swaymsg as workaround for Firefox crash on reload