Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-19 | Merge pull request #196 from sce/catch_empty_command | Drew DeVault | |
commands: Gracefully handle empty commands. | |||
2015-10-19 | commands: Gracefully handle empty commands. | S. Christoffer Eliesen | |
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)`. | |||
2015-10-18 | Merge pull request #195 from sce/get_socketpath | Drew DeVault | |
main: Implement --get-socketpath switch. | |||
2015-10-18 | Merge pull request #194 from sce/ignore_no_startup_id | Drew DeVault | |
Ignore exec switch "--no-startup-id". | |||
2015-10-18 | main: Implement --get-socketpath switch. | S. Christoffer Eliesen | |
2015-10-18 | commands: Catch empty exec with --no-startup-id cases. | S. Christoffer Eliesen | |
2015-10-17 | commands: Ignore exec switch "--no-startup-id". | S. Christoffer Eliesen | |
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. | |||
2015-10-16 | Merge pull request #193 from sce/multi_user | Drew DeVault | |
Multi user | |||
2015-10-16 | sway/ipc: Use sway_abort instead of returning NULL. | S. Christoffer Eliesen | |
2015-10-16 | sway/ipc: ipc_user_sockaddr: Use sway_assert instead of assert. | S. Christoffer Eliesen | |
2015-10-16 | sway/ipc: Fix whitespace. | S. Christoffer Eliesen | |
2015-10-16 | sway/ipc: Free ipc_sockaddr upon termination. | S. Christoffer Eliesen | |
2015-10-16 | sway/ipc: Support multiple users. | S. Christoffer Eliesen | |
2015-10-16 | sway/ipc: Dynamically assign ipc_sockaddr. | S. Christoffer Eliesen | |
2015-10-15 | Merge pull request #192 from sleep-walker/master | Drew DeVault | |
tell where openSUSE packages lives as well | |||
2015-10-15 | tell where openSUSE packages lives as well | Tomáš Čech | |
2015-10-15 | Merge pull request #191 from zetok/readme | Drew DeVault | |
README.md: Add link to unofficial ebuild for Gentoo | |||
2015-10-15 | README.md: Add link to unofficial ebuild for Gentoo | Zetok Zalbavar | |
2015-10-08 | Merge pull request #190 from taiyu-len/master | Drew DeVault | |
#187, let init handle child processes | |||
2015-10-08 | #187, let init handle child processes | taiyu | |
2015-10-08 | Merge pull request #189 from SirCmpwn/revert-188-master | Drew DeVault | |
Revert "#187 cleanup zombies properly" | |||
2015-10-08 | Revert "#187 cleanup zombies properly" | Drew DeVault | |
2015-10-07 | Merge pull request #188 from taiyu-len/master | Drew DeVault | |
#187 cleanup zombies properly | |||
2015-10-07 | #187 cleanup zombies properly using default | taiyu | |
2015-09-30 | Merge pull request #185 from sleep-walker/master | Drew DeVault | |
Use location of XKBcommon headers, don't expect build in source direc… | |||
2015-09-30 | Use location of XKBcommon headers, don't expect build in source directory | Tomáš Čech | |
2015-09-29 | return after disconnect ipc client and minor checks | taiyu | |
2015-09-29 | Merge pull request #181 from taiyu-len/master | Drew DeVault | |
multi command keybinds | |||
2015-09-22 | Merge branch 'master' of https://github.com/taiyu-len/sway | taiyu | |
merge | |||
2015-09-22 | #184 | taiyu | |
2015-09-20 | Merge pull request #183 from mikkeloscar/wlc-dep | Drew DeVault | |
Add missing wlc dependency | |||
2015-09-21 | Add missing wlc dependency | Mikkel Oscar Lyderik | |
2015-09-20 | fix config search paths | taiyu | |
2015-09-18 | container_move check | taiyu | |
2015-09-18 | dont log empty config lines | taiyu | |
2015-09-18 | merge + no c_extensions | taiyu | |
2015-09-18 | minor fix | taiyu | |
2015-09-18 | Fix warnings introduced by prior commit | Drew DeVault | |
2015-09-18 | Fix build for debian stretch | Drew DeVault | |
Fixes #182 | |||
2015-09-15 | style, safer fork | taiyu | |
2015-09-15 | nomacro | taiyu | |
2015-09-14 | multi command keybinds | taiyu | |
2015-09-13 | Revert "new_workspace null behavior + testmap functions + regex" | Drew DeVault | |
This reverts commit e1d18e42a8f3a597b9bf5f1bb2ab6c346e4e7983. Fixes #180 cc @taiyu-len | |||
2015-09-12 | Merge pull request #179 from taiyu-len/master | Drew DeVault | |
new_workspace null behavior + testmap functions + regex | |||
2015-09-12 | visible values | taiyu | |
2015-09-12 | cmd_for_window dummy function | taiyu | |
2015-09-12 | new_workspace null behavior + testmap functions + regex | taiyu | |
2015-09-10 | Merge pull request #177 from taiyu-len/master | Drew DeVault | |
cmd status + workspace ws output op | |||
2015-09-10 | cmd status + workspace ws output op | taiyu | |
2015-09-08 | mode supports multi token names | taiyu | |