Tassilo Horn
90a0bd7cb9
New command `switch-to-mark-or-urgent-or-lru-window` ( #18 )
...
Fixes: ~tsdh/swayr/18
3 years ago
Tassilo Horn
0bd68b6342
Make clippy happy
3 years ago
Tassilo Horn
2702a69925
New command switch-to-app-or-urgent-or-lru-window
3 years ago
Tassilo Horn
30e3d3b080
Fix #17 and release v0.14.1
...
Fixes: https://todo.sr.ht/~tsdh/swayr/17
3 years ago
Tassilo Horn
d90ab10224
Release swayr v0.14.0
3 years ago
Tassilo Horn
e2565db9bc
Nicer log output
3 years ago
Aleksei Bavshin
c6f4631796
Convert (e)println to log macros
...
Add and configure env_logger
3 years ago
Tassilo Horn
4609d481cb
Update to rt-format 0.3.0 and drop TryInto<usize> impl
3 years ago
Tassilo Horn
93df424379
Handle new windows appearing during next/prev-* command sequence
...
Fixes: https://todo.sr.ht/~tsdh/swayr/14
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
4ae50bbfc5
Add --kill flag to quit-window
...
Implements: https://todo.sr.ht/~tsdh/swayr/11
3 years ago
Tassilo Horn
1727faa96c
Fix #10
...
tree.get_windows().get(0) is not the current window (rotation, urgency)!
3 years ago
Tassilo Horn
a8689994ea
Release 0.11.1 with new switch-to command
3 years ago
Tassilo Horn
659c634518
Adapt to clap-3.0.0-rc.4 changes
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
b84d12c92a
Handle shutdown event
3 years ago
Tassilo Horn
8979df958a
spelling
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
ba9f2af5d8
New move-focused-to command
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
1e1ac9d9b0
New swap-focused-with command
3 years ago
Tassilo Horn
b11e7000ed
Moving
3 years ago
Tassilo Horn
7644be9a53
Tidy up
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
4f25b4097c
Fix auto_layout
3 years ago
Tassilo Horn
fb515c2af1
Release v0.9.0
3 years ago
Tassilo Horn
64052993d4
A bit refactoring
3 years ago
Tassilo Horn
9163582d34
Allow s: shortcut in execute-swaymsg-command
3 years ago