index
:
sway.git
master
fork of sway with action binder commands
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sway
/
commands
/
rename.c
Age
Commit message (
Expand
)
Author
2023-04-14
commands: add printf attribute to cmd_results_new()
Simon Ser
2022-11-26
launcher: track workspaces by node
Ronan Pigott
2022-11-26
root: move the workspace matching code to its own file
Ronan Pigott
2019-03-23
Allow for workspace renaming during exec handling
mliszcz
2019-01-21
Replace wlr_log with sway_log
M Stoeckl
2019-01-14
Remove now-unused "input" argument of cmd_results_new
M Stoeckl
2018-12-18
Return success when renaming a workspace to itself
Ryan Dwyer
2018-11-25
Replace _XOPEN_SOURCE with _POSIX_C_SOURCE
emersion
2018-10-26
Deny several commands when there's no outputs connected
Ryan Dwyer
2018-09-05
Implement type safe arguments and demote sway_container
Ryan Dwyer
2018-08-18
commands: saner workspace number handling
Ian Fan
2018-08-18
Rename container_sort_workspaces and container_wrap_children
Ryan Dwyer
2018-08-06
commands: fix workspace edge cases
Ian Fan
2018-07-09
Update for swaywm/wlroots#1126
emersion
2018-04-23
Sort workspaces after rename
Ryan Dwyer
2018-04-23
Implement rename workspace command
Ryan Dwyer