Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
(Currently, after switching output the relative position of the mouse
stays the same.)
|
|
|
|
|
|
|
|
|
|
Before this patch sway would proceed into find_handler which would cause
a crash trying to parse a NULL string.
This could be triggered via e.g. `i3-msg -s $(sway --get-socketpath)`.
|
|
main: Implement --get-socketpath switch.
|
|
|
|
|
|
When using an i3 config verbatim in sway this switch to exec or
exec_always might appear.
Before this patch the switch would be passed to /bin/sh, causing
an error, and the command would not be run.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
merge
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #182
|
|
|
|
|
|
|
|
This reverts commit e1d18e42a8f3a597b9bf5f1bb2ab6c346e4e7983.
Fixes #180
cc @taiyu-len
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|