diff options
| author | Robert Günzler <r@gnzler.io> | 2023-01-19 15:08:49 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2023-01-19 15:08:49 +0100 |
| commit | e473c57690197344a3f69f6f62dcee472513edb2 (patch) | |
| tree | dd75f3b66cadb2074544b7894442de1832cf6a88 | |
| parent | 651a2956646c5baf94d3efbc1ab02c1acbeaf9b0 (diff) | |
sway: make autocommands work with librewolf
Signed-off-by: Robert Günzler <r@gnzler.io>
| -rw-r--r-- | .config/sway/auto.conf | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/.config/sway/auto.conf b/.config/sway/auto.conf index 766974b..d22be1b 100644 --- a/.config/sway/auto.conf +++ b/.config/sway/auto.conf @@ -8,17 +8,16 @@ for_window [app_id="[tT]elegram[-_][dD]esktop" title="Media viewer"] floating en for_window [app_id="[tT]elegram[-_][dD]esktop" title="TelegramDesktop"] floating enable for_window [app_id="^__floating-.*"] floating enable for_window [app_id="com.github.wwmm.easyeffects"] floating enable; border none; exec centercon -w .4 -for_window [app_id="firefox" title="Picture-in-Picture"] floating enable, sticky enable, border none -for_window [app_id="firefox" title="Sharing Indicator$"] floating enable, border none, sticky enable; exec centercon 1 tr; focus mode_toggle -for_window [app_id="firefox" title="^About Mozilla Firefox$"] floating enable -for_window [app_id="firefox" title="^Close tabs?"] floating enable +for_window [app_id="(fire|libre|work)fox" title="Picture-in-Picture"] floating enable, sticky enable, border none +for_window [app_id="(fire|libre|work)fox" title="Sharing Indicator$"] floating enable, border none, sticky enable; exec centercon 1 tr; focus mode_toggle +for_window [app_id="(fire|libre|work)fox" title="^About Mozilla Firefox$"] floating enable +for_window [app_id="(fire|libre|work)fox" title="^Close tabs?"] floating enable # for_window [app_id="firefox" title="^Developer Tools"] floating enable -for_window [app_id="firefox" title="^Extension: (Yomichan)"] floating enable -for_window [app_id="firefox" title="^File Upload$"] floating enable -for_window [app_id="firefox" title="^Open Firefox in Troubleshoot Mode?$"] floating enable -for_window [app_id="firefox" title="^Save As$"] floating enable -for_window [app_id="firefox"] mark browser -for_window [app_id="librefox"] mark browser +for_window [app_id="(fire|libre|work)fox" title="^Extension: (Yomichan)"] floating enable +for_window [app_id="(fire|libre|work)fox" title="^File Upload$"] floating enable +for_window [app_id="(fire|libre|work)fox" title="^Open Firefox in Troubleshoot Mode?$"] floating enable +for_window [app_id="(fire|libre|work)fox" title="^Save As$"] floating enable +for_window [app_id="(fire|libre|work)fox"] mark browser for_window [app_id="imv"] floating enable; inhibit_idle open for_window [app_id="launcher"] floating enable for_window [app_id="mpv"] floating enable; inhibit_idle fullscreen |