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
3 years ago
Tassilo Horn
02db59896f
Allow to specify all or only current workspace windows with next/prev-window cmds
3 years ago
Tassilo Horn
3f090e290c
New commands: {Next,Prev}{Tiled,TabbedOrStacked}Window
3 years ago
Tassilo Horn
2210af2944
Implemented some layouting commands
3 years ago
Tassilo Horn
eb30c55483
Clippy suggestions and update deps
3 years ago
Tassilo Horn
974073f648
Improve app_icon handling
3 years ago
Tassilo Horn
247f7835c1
Config access refactoring
3 years ago
Tassilo Horn
161a092a75
Also escape & (in addition to < and >) when html_escape is true
3 years ago
Tassilo Horn
81bafedf36
New {marks} placeholder in window_format; format.html_escape config option
3 years ago
Tassilo Horn
045e8e7411
Implement auto_tile feature
3 years ago
Tassilo Horn
541de88770
Don't show empty workspaces; a bit refactoring
3 years ago
Tassilo Horn
daac2691bc
New {app_icon} replacement for window_format
3 years ago
Tassilo Horn
b67ba9d5a4
launcher -> menu program
3 years ago
Tassilo Horn
922db0aee1
Upgrade to swayipc-3.0.0-alpha.3
3 years ago
Tassilo Horn
f9d7b0d805
A bit of refactoring; document configuration in README.md
3 years ago
Tassilo Horn
08b69d788f
A bit renaming; add license notice to every file
3 years ago
Tassilo Horn
41199b2f09
Actually react to urgency and impove default config
3 years ago
Tassilo Horn
c3764926c5
Implement the actual usage of the config
3 years ago
Tassilo Horn
ddee71bac5
Don't consider scratchpad windows in switch-to-urgent-or-lru-window ( fixes #2 )
4 years ago
Tassilo Horn
fdcb1a0bf4
scratchpad windows aren't considered in next-/prev-window
...
fixes #1
4 years ago
Tassilo Horn
8c396ff27d
con_props -> extra_props
4 years ago
Tassilo Horn
4ff03e7038
con_props -> extra_props
4 years ago
Tassilo Horn
dd52f6d8c3
Minor change
4 years ago
Tassilo Horn
5c348fb7c4
Execute commands in the demon instead of the client
4 years ago
Tassilo Horn
32859713d4
Use swayipc crate instead of home-grown IPC structs
...
That saves a lot of boring code. :-)
4 years ago
Tassilo Horn
cdba9b1186
New commands: next-window & prev-window
4 years ago
Tassilo Horn
0f1989acd7
New switch-to-urgent-or-lru-window command; add module docs
4 years ago
Tassilo Horn
dcfe4ccc99
Fix ConEvent deserialization issue
...
In a workspace Reload event, both current and old workspace are actually null.
4 years ago
Tassilo Horn
a645d067b0
New subcommand quit-workspace-or-window
4 years ago
Tassilo Horn
30770c8e5c
Fix a deserialization error with workspace events
4 years ago
Tassilo Horn
a17271a918
New subcommand switch-workspace-or-window
4 years ago
Tassilo Horn
d7be7cecbb
Some refinements
4 years ago
Tassilo Horn
aef14305f8
New subcommand execute-swaymsg-command
4 years ago
Tassilo Horn
6b872e2237
Add switch-workspace subcommand
4 years ago
Tassilo Horn
8530b78d97
Reorganize a bit
4 years ago
Tassilo Horn
12f8da1bb0
Refactor and improve
4 years ago
Tassilo Horn
f9029af82d
New quit-window command
4 years ago
Tassilo Horn
08b66cf8ff
Fix markup syntax error
4 years ago