From a39bdfd41e01a4b73236ee957ff95ac22f19e71d Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Thu, 13 Feb 2020 02:00:11 +0100 Subject: sway: Add auto-rule for firefox dev tools --- .config/sway/auto.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to '.config') diff --git a/.config/sway/auto.conf b/.config/sway/auto.conf index e58c8b9..7182040 100644 --- a/.config/sway/auto.conf +++ b/.config/sway/auto.conf @@ -20,6 +20,8 @@ for_window [class="balena-etcher-electron"] floating enable; border normal for_window [app_id="imv"] border pixel for_window [app_id="firefox" title="Picture-in-Picture"] \ floating enable, sticky enable, border none +for_window [app_id="firefox" title="^Developer Tools - "] \ + floating enable, border pixel # Tag windows for_window [class="zoom"] mark work -- cgit 1.4.1