diff options
| author | Robert Günzler <r@gnzler.io> | 2020-04-23 13:22:03 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2020-04-23 13:22:03 +0200 |
| commit | cb5829f38c4d52478a0b10b9643f501f4c360a61 (patch) | |
| tree | 6c45a0d7d528cc6f4edaba58196868c278045219 /.config/sway | |
| parent | b30e2065dd2dc86d60097b9d4b8a637263436400 (diff) | |
sway: float firefox sharing indicator
Diffstat (limited to '.config/sway')
| -rw-r--r-- | .config/sway/auto.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/sway/auto.conf b/.config/sway/auto.conf index 8510cf7..c25f5af 100644 --- a/.config/sway/auto.conf +++ b/.config/sway/auto.conf @@ -26,6 +26,8 @@ for_window [app_id="Nightly" title="Picture-in-Picture"] \ floating enable, sticky enable, border none for_window [app_id="Nightly" title="^Developer Tools - "] \ floating enable, border pixel +for_window [app_id="firefox" title="- Sharing Indicator$"] \ + floating enable, border none, move position 0 1250, sticky enable # Tag windows for_window [app_id="firefox"] mark browser |