Tassilo Horn
eed12e087f
update deps
3 years ago
Tassilo Horn
299caa4afe
Release 0.16.0
3 years ago
Jakub Jirutka
52ff92e06d
Use env_logger w/o unnecessary regex feature to reduce binary size
...
This reduces size of the swayr binary by ~57 %. It doesn't affect the
size of the swayrd binary because swayrd uses regex.
When building with lto = true, opt-level = "z" and panic = "abort" on
Alpine Linux: swayr 1 294 kiB -> 554 kiB
3 years ago
Tassilo Horn
3af3f10148
Release swayr 0.15.0
3 years ago
Tassilo Horn
0bd68b6342
Make clippy happy
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
78e4cd1d81
Update deps
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
cbfa189f7a
Release swayr v0.13.0
3 years ago
Tassilo Horn
7aebefa161
Release swayr 0.12.2
3 years ago
Tassilo Horn
c25d0c7eb7
Release 0.13.0-beta.1
3 years ago
Tassilo Horn
b2913f2b9e
Release 0.13.0-beta.0
3 years ago
Tassilo Horn
053becd176
Allow placeholders to specify their own format string
3 years ago
Tassilo Horn
6269feb654
Release swayr 0.12.1
3 years ago
Tassilo Horn
3685f067d3
Release swayr v0.12.0
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
e7718597fe
Release 0.11.2
3 years ago
Tassilo Horn
a8689994ea
Release 0.11.1 with new switch-to command
3 years ago
Tassilo Horn
e13eb777f0
Release swayr 0.11.0
3 years ago
Tassilo Horn
659c634518
Adapt to clap-3.0.0-rc.4 changes
3 years ago
Tassilo Horn
97ee8cbbd1
Release v0.10.1
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
251410e0ff
Release v0.10.0
3 years ago
Tassilo Horn
b19a5ed84f
Release v0.10.0-beta.6
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
b9cecab9a3
Release v0.10.0-beta.3
...
Urgent windows were not on top of the switcher list
3 years ago
Tassilo Horn
c7de0942d8
Release 0.10.0-beta.2
3 years ago
Tassilo Horn
068b9ade84
Release v0.10.0-beta.1
3 years ago
Tassilo Horn
12fb13e063
Release v0.10.0-beta.0
3 years ago
Tassilo Horn
125d2ed4b0
Release 0.9.1; auto_layout was broken
3 years ago
Tassilo Horn
fb515c2af1
Release v0.9.0
3 years ago
Tassilo Horn
360f8cd90d
Release v0.9.0-beta.4
3 years ago
Tassilo Horn
56013daa60
Release v0.9.0-beta.3
3 years ago
Tassilo Horn
311a92bd12
Release v0.9.0-beta.2: #<letter>:<input> shortcuts for menu switcher cmds
3 years ago
Tassilo Horn
a98f316e00
Release v0.9.0-beta.1
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
6e02c0d067
Release v0.8.0
3 years ago
Tassilo Horn
61d2be87a1
Release v0.8.0-beta.2
3 years ago
Tassilo Horn
e6b2d06d98
Update deps and adapt to clap 3.0.0-beta.5
3 years ago
Tassilo Horn
637cbff935
Fix bug #6 , release 0.8.0-beta.1
3 years ago
Tassilo Horn
535b409c7e
Release 0.8.0-beta.0
3 years ago
Tassilo Horn
3f090e290c
New commands: {Next,Prev}{Tiled,TabbedOrStacked}Window
3 years ago
Tassilo Horn
d8be99d0a1
Release 0.7.0
3 years ago
Tassilo Horn
73e2872067
Release 0.7.0-beta.2
3 years ago
Tassilo Horn
6cbce99892
Improve tab_current_workspace (less flicker)
3 years ago
Tassilo Horn
52cab3bf94
Release v0.7.0-beta.1
3 years ago