diff options
| author | Robert Günzler <r@gnzler.io> | 2020-01-30 10:08:43 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2020-01-30 10:08:43 +0100 |
| commit | 070bfe16b96416a4380b147b0946e05e98d6b7a4 (patch) | |
| tree | 5c69953265a1c6ea19e4c38fc1fa32105f15ee73 /.config/sway/auto.conf | |
| parent | 93cf74b37c40ffa85f7920b3897e70699c949cc7 (diff) | |
sway: No borders for mpv
Diffstat (limited to '')
| -rw-r--r-- | .config/sway/auto.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/sway/auto.conf b/.config/sway/auto.conf index 3c346b2..e58c8b9 100644 --- a/.config/sway/auto.conf +++ b/.config/sway/auto.conf @@ -3,7 +3,7 @@ for_window [class="nnn"] border pixel -for_window [app_id="mpv"] floating enable; border pixel; inhibit_idle open +for_window [app_id="mpv"] floating enable; border none; inhibit_idle open for_window [app_id="Alacritty"] border pixel for_window [app_id="^__floating-.*"] floating enable for_window [class="pinentry"] floating enable; border normal |