-
Notifications
You must be signed in to change notification settings - Fork 18
Description
I have having the same issue as described in this i3/i3#3567 i3 issue.
Basically, using firefox in container C of monitor 1, if I bookmark a page, the bookmark dialog box window opens in monitor 1 but then automatically moves to monitor 2 (and not centered) for some reason. Here is what i3info shows for the bookmark dialog window:
title: about:blank - New Bookmark — Firefox
instance: Navigator
class: firefox
role: browser
title-format:
type: dialog
marks: []
win_id: 27263694
con_id: 93879207023616
I have a default i3king rule:
DEFAULT
floating enable, move position center
But it doesn´t prevent the bookmark dialog from moving to monitor 2 (uncentered, the dialog is on the right edge of the monitor). I assume that is because it has the instance of Navigator which I use in another rule to launch the browser in container C with i3run (not sure though).
I tried another i3king rule using the dialog title:
title="about:blank - New Bookmark — Firefox" instance=Navigator
floating enable, move position center
But it doesn´t stop the dialog from shifting to monitor 2. Anyone have an idea why this is happening and how to fix it?