Tassilo Horn
d90ab10224
Release swayr v0.14.0
3 years ago
Jakub Jirutka
3a81295859
Revert back accidentally removed {layout} placeholder
...
...and also rewrite the first sentence in the related paragraph in
README and NEWS - there are more placeholders that support formatting
than those that do not. It would have been clear from the diff if
these files weren't wrapped...
I accidentally removed it in commit
cae756bab8
.
3 years ago
Tassilo Horn
e108b360f1
Fix some clippy warnings
3 years ago
Jakub Jirutka
7a57f6e541
Allow to use custom "ellipsis" string
3 years ago
Jakub Jirutka
befb2aa7d3
Bring back support for truncation with ellipsis
3 years ago
Tassilo Horn
053becd176
Allow placeholders to specify their own format string
3 years ago
Tassilo Horn
784df6582e
Clippy & rustfmt
3 years ago
Jakub Jirutka
cae756bab8
Add support for placeholders with truncation
3 years ago
Tassilo Horn
7b07141722
Replace last_focus_time with last_focus_tick
...
Fixes: https://todo.sr.ht/~tsdh/swayr/12
3 years ago
Tassilo Horn
7cad04ccff
Make move-focused-to handle moving to outputs
3 years ago
Tassilo Horn
b6fc87901a
New switch-output command
3 years ago
Tassilo Horn
4c17f110f4
Support new {output_name} spec in formats
3 years ago
Tassilo Horn
90c0d46f04
Fix a panic with dolphin-emu-nogui
...
That app pops up a window which has neither app_id nor name which I assumed all
windows have. Now check for pid and shell to determine a con't type as window.
3 years ago
Tassilo Horn
f0578f3492
New configure-outputs command
3 years ago
Tassilo Horn
251410e0ff
Release v0.10.0
3 years ago
Tassilo Horn
bdd50f1311
Fix previous fix
3 years ago
Tassilo Horn
c6ab01fda2
Fix panic in get_workspaces_and_windows()
3 years ago
Tassilo Horn
78153b237d
Release v0.10.0-beta.4
3 years ago
Tassilo Horn
37a87f89ce
Rotate but keep urgent windows on top in switch-window
3 years ago
Tassilo Horn
b9cecab9a3
Release v0.10.0-beta.3
...
Urgent windows were not on top of the switcher list
3 years ago
Tassilo Horn
7e16b735b2
Tidy up menu display formatting
3 years ago
Tassilo Horn
5cbefd746f
Marks also for containers
3 years ago
Tassilo Horn
ab20b299a2
Don't rotate_left when there are more container types
3 years ago
Tassilo Horn
1983083874
finished switch_workspace_container_or_window
3 years ago
Tassilo Horn
ae691188fd
switch_workspace_container_or_window
3 years ago
Tassilo Horn
69aa2597c8
Support indentation and {layout} in formats
3 years ago
Tassilo Horn
1c1b155e95
Rename con to tree
3 years ago
Tassilo Horn
566a27a9a6
Alternative, light-weight con rewrite
3 years ago
Tassilo Horn
64052993d4
A bit refactoring
3 years ago
Tassilo Horn
b8ebbda969
Also list empty workspaces...
...
... which must either be the current workspace or a workspace on another
output. Otherwise, they would not exist.
3 years ago
Tassilo Horn
c71698d3ff
Release 0.9.0-beta.0: workspace creation support
...
All menu switching commands (`switch-window`, `switch-workspace`, and
`switch-workspace-or-window`) can now create and switch to not yet existing
workspaces. Just type a digit, a name, or `<digit>:<name>`, confirm your
input, and it'll do. The `<digit>:<name>` format is explained in `man
sway(5)`. If that format is given, `swayr` will create the workspace using
`workspace number <digit>:<name>`. If just a digit or name is given, the
`number` argument is not used.
3 years ago
Tassilo Horn
22fa8591c7
Some simplifications
3 years ago
Tassilo Horn
d83acacea0
Fix next/prev-window commands
...
The prev-window commands never worked. They only switched between the last two
recently used windows ignoring all others.
3 years ago
Tassilo Horn
637cbff935
Fix bug #6 , release 0.8.0-beta.1
4 years ago
Tassilo Horn
02db59896f
Allow to specify all or only current workspace windows with next/prev-window cmds
4 years ago
Tassilo Horn
3f090e290c
New commands: {Next,Prev}{Tiled,TabbedOrStacked}Window
4 years ago
Tassilo Horn
2210af2944
Implemented some layouting commands
4 years ago
Tassilo Horn
eb30c55483
Clippy suggestions and update deps
4 years ago
Tassilo Horn
974073f648
Improve app_icon handling
4 years ago
Tassilo Horn
247f7835c1
Config access refactoring
4 years ago
Tassilo Horn
161a092a75
Also escape & (in addition to < and >) when html_escape is true
4 years ago
Tassilo Horn
81bafedf36
New {marks} placeholder in window_format; format.html_escape config option
4 years ago
Tassilo Horn
045e8e7411
Implement auto_tile feature
4 years ago
Tassilo Horn
541de88770
Don't show empty workspaces; a bit refactoring
4 years ago
Tassilo Horn
daac2691bc
New {app_icon} replacement for window_format
4 years ago
Tassilo Horn
b67ba9d5a4
launcher -> menu program
4 years ago
Tassilo Horn
922db0aee1
Upgrade to swayipc-3.0.0-alpha.3
4 years ago
Tassilo Horn
f9d7b0d805
A bit of refactoring; document configuration in README.md
4 years ago
Tassilo Horn
08b69d788f
A bit renaming; add license notice to every file
4 years ago
Tassilo Horn
41199b2f09
Actually react to urgency and impove default config
4 years ago