-
MONO ROTATO Stable
released this
2025-12-27 15:34:59 +00:00 | 0 commits to master since this releasei3fyra --mono
Monocle mode toggle. If used on i3fyra workspace
will make currently focused fyra container the only visible.
If it already is the only visible, this command will show
the other containers. This includes some smart logic, so
it remembers which windows where hidden, so toggling back and forth
works smooth.If window is not on i3fyra workspace, this command will toggle fullscreen.
(#225 @1ntronaut )i3fyra --rotate family|sibling
swaps place of families or siblings with one command.
To achieve this before you needed to first hide the target
then show it on the opposite direction (that still works btw)i3fyra --orientation
Now supports
toggleargument
(#218 @1ntronaut )i3king GLOBAL/DEFAULT rules without a criteria
was never parsed. big thanks to @TimRegeant && @1ntronaut
for reporting and helping out with this (#214)Don't trigger i3king rules on float toggle on non-i3fyra workspace
i3ass command now includes i3run, i3term, i3menu and dmenu
(#218 @1ntronaut )
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
2024.04.21.2 Stable
released this
2024-04-21 20:31:21 +00:00 | 26 commits to master since this releaseWhat's Changed
- bugfix , trim quotes in i3get output by @budRich in https://github.com/budlabs/i3ass/pull/213
Full Changelog: https://github.com/budlabs/i3ass/compare/2024.04.21.1...2024.04.21.2
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
REGEXPECT DRAGONS Stable
released this
2024-04-21 12:08:04 +00:00 | 30 commits to master since this releasefix for issue #211 .
Big thanks to @henryzxb for reportingAllthough small, this change affects all i3ass commands,
except i3king. Hopefully we didn't break something.Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
WE STRICT NOW Stable
released this
2023-08-19 08:30:58 +00:00 | 33 commits to master since this releaseParsing of commandline arguments are stricter
for the following commands:i3fyrai3Kornhei3viwizi3flip
The change is related to the issue (#183).
Before this patch f.i. the command:i3flip perv
was valid and would flip the focus in the previous direction.
Because only the first character in the argument was used.Now this will result in an error:
pervis not a valid direction.
Valid directions for this case would be "prev, p, previous".
Arguments are still case insensitive.
A bugfix in
i3kingon the same theme is that, previously
it was possible to define a rule without a command (probably because of a typo/mistake: #207),
and this could lead to unpredictable bad behavior and issues.
Now if a rule is defined without a command, it will be ignored
and proper error messages will be printed.
I also fixed the bug related to workspace name of
i3fyra workspace for the 42'nd time.
Finally a minor printf debugging improvement where
arguments to--json(usually a fulli3-msg -t get_treestring) is now replaced with...in
debugging stderr output.
big thanks to @gmardom and @1ntronaut for reporting
and helping to troubleshoot the issues!Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
ASS COMMANDO Stable
released this
2023-07-13 21:51:31 +00:00 | 68 commits to master since this releaseBig thanks to @sdgoodrick and @1ntronaut in issue #180 for helping me find and squash the bugs!
A "new" command, that prints environment information.
Fixed an issue where i3fyra workspace couldn't be
seen if it wasn't the currently active workspace (#180)Fixed a typo that made I3FYRA_MAIN_CONTAINER be ignored
Fixed an issue where commands where not printed
when--print-commandswas used (i3fyra)Account for
"actual_deco_rect":in JSON, not doing
this made it so some windows never triggered rulesDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
MENU IS IN ANOTHER CASTLE Stable
released this
2023-06-04 09:16:20 +00:00 | 90 commits to master since this releasei3menu
has been rewritten to use a custom dmenu fork instead
of rofi. i3menu is no longer part of i3ass repository
and now lives in it's own repo. https://github.com/budlabs/i3menui3king
TITLE new rule type
Triggers on new windows and title change.
Always executetitle_format NEW_TITLEInstead of command /REGEX/ TEMPLATE is assumed
TEMPLATE can use$1,$2,$3...to access capture groups
from the REGEX.'Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
BUILD FAILS MUST STOP Stable
released this
2022-07-20 23:55:09 +00:00 | 100 commits to master since this releasethere where problems with the build. I hope this release will install without issues.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
released this
2022-07-19 06:16:14 +00:00 | 106 commits to master since this releasei3ass
Fixed an issue in
share/main.awk. Titles containing
a colon (:) character where not being captured by
f.i.i3get -r o. #174 thanks @DominikMarcinowskii3run
Added
--silentoptioni3king
fixed issue where commented lines ending with backslash
concatenated the next line.added support for
$ROLE and $TYPEvariables in config.i3get
added
--timeout SECONDSoption. To adjust the timeout
before--synkstops waiting for a window (default 60s)Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
BLOAT VARS BE GONE Stable
released this
2022-06-04 16:31:59 +00:00 | 133 commits to master since this releasesmall bugfix update
also addeduninstalltarget to make file.Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
AT DOLLAR DONT MAKES NO ARG Stable
released this
2022-05-21 14:37:25 +00:00 | 137 commits to master since this releaseimportant bug fix release.
a typo in the makefile, made all calls to main() wrong..Big thanks to @yuceltoluyag for reporting this issue in #170 .
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)