Disable sticky mode for Firefox Library windows
This forces firefox's library windows to stay in the same workspace as the parent firefox window. Moving a child window across all workspaces is strange behavior.
This commit is contained in:
parent
803ace98f7
commit
5baec8d64c
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
# set floating mode for specific application
|
||||
for_window [app_id="[Ff]irefox" title="^Library$"] floating enable, border pixel 1, sticky enable
|
||||
for_window [app_id="[Ff]irefox" title="^Library$"] floating enable, border pixel 1
|
||||
for_window [app_id="thunderbird" title=".*Reminder"] floating enable
|
||||
for_window [app_id="floating_shell_portrait"] floating enable, border pixel 1, sticky enable, resize set width 30 ppt height 40 ppt
|
||||
for_window [app_id="floating_shell"] floating enable, border pixel 1, sticky enable, resize set width 50 ppt height 60 ppt
|
||||
|
|
Loading…
Add table
Reference in a new issue