You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now works correctly with multiple active monitors.
focusing back and forth in the opposite directions feels more intuitive
When i3viswiz is used to shift focus in a
direction (left, right, up, down) the current
container ID is noted (i3var set). This is done
so that the next time we focus in a direction we
will test if the saved ID is adjacent to the
current container at the searched direction and
focus that if it is the case.
less noisy output
when i3viswiz is used to output text, it by default
only prints a table representing the visible windows.
It now also prints the workspace number.
And all visible windows from all workspaces not just
the active one. Example:
In previous versions of i3viswiz the first
line of this output contained additional
information that is being used by other i3ass
scripts. That info is still available, but the
user needs to use the new --debug VARLIST
option, to get that info. See the manpage or --help for more info.
the value of the environment
variable, I3FYRA_WS, which is used to declare
which workspace to be used for i3fyra. Is now
checked against a workspace name instead of a
workspace number.
i3-msg open is not used in i3fyra anymore,
this shuold make the experience smoother and the
creation of new containers faster.
Added 5 new commanline options to set the
screenmargin size when moving windows in
direction [1-9].
Removed the use of i3-msg open and use a more
robust method for keeping track of the active
window, previous versions someimes changed the
titleformat of the wrong windows becuase of the
old method.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
i3viswiz
Now works correctly with multiple active monitors.
focusing back and forth in the opposite directions feels more intuitive
When i3viswiz is used to shift focus in a
direction (left, right, up, down) the current
container ID is noted (
i3var set
). This is doneso that the next time we focus in a direction we
will test if the saved ID is adjacent to the
current container at the searched direction and
focus that if it is the case.
less noisy output
when i3viswiz is used to output text, it by default
only prints a table representing the visible windows.
It now also prints the workspace number.
And all visible windows from all workspaces not just
the active one. Example:
In previous versions of i3viswiz the first
line of this output contained additional
information that is being used by other i3ass
scripts. That info is still available, but the
user needs to use the new
--debug VARLIST
option, to get that info. See the manpage or
--help
for more info.i3flip
Use a lock file to make sure we don't "double
execute" the script. Updated to work with new
version of i3viswiz.
i3fyra
the value of the environment
variable, I3FYRA_WS, which is used to declare
which workspace to be used for i3fyra. Is now
checked against a workspace name instead of a
workspace number.
i3-msg open
is not used in i3fyra anymore,this shuold make the experience smoother and the
creation of new containers faster.
i3Kornhe
Added 5 new commanline options to set the
screenmargin size when moving windows in
direction [1-9].
Removed the use of
i3-msg open
and use a morerobust method for keeping track of the active
window, previous versions someimes changed the
titleformat of the wrong windows becuase of the
old method.
i3list
It is now possible to use multiple criteria for windows.
The output is printed in a better organized way.
Two new keys added to the output array:
i3menu
Improved the way i3menu reads from STDIN.
Large lists (10000+ lines) loads much faster now.
i3var
Add variables as marks on the root container
instead of creating separate empty windows with
i3-msg open
for each mark.This discussion was created from the release GHOSTSBUSTED.
Beta Was this translation helpful? Give feedback.
All reactions