summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
...
| * changed swayc related functions, cleaned up some functions, moved wlc ↵Libravatar Taiyu2015-08-14
|/ | | | related things into handlers
* Merge pull request #26 from Luminarys/masterLibravatar Drew DeVault2015-08-13
|\ | | | | Added in proper workspace name generation and command queue
| * Style fixLibravatar Luminarys2015-08-13
| |
| * Allowed for execd commands to be spawned after abortLibravatar Luminarys2015-08-13
| |
| * Even more style fixesLibravatar Luminarys2015-08-13
| |
| * More style fixesLibravatar Luminarys2015-08-13
| |
| * fixes to cmd queue freeing, styleLibravatar Luminarys2015-08-13
| |
| * Typo fixLibravatar Luminarys2015-08-13
| |
| * Removed some unnecessary logsLibravatar Luminarys2015-08-13
| |
| * Minor fix to memory managementLibravatar Luminarys2015-08-13
| |
| * Added in command queueLibravatar Luminarys2015-08-13
| |
| * Fixes to workspace generationLibravatar Luminarys2015-08-13
| |
| * Changed workspace name generation to try and use bindsyms when possibleLibravatar Luminarys2015-08-13
|/
* Merge pull request #25 from taiyu-len/masterLibravatar Drew DeVault2015-08-13
|\ | | | | split workspace bug
| * styleLibravatar Taiyu2015-08-13
| |
| * change workspace layout when trying to split itLibravatar Taiyu2015-08-13
| |
| * split workspace bugLibravatar Taiyu2015-08-13
|/
* Merge pull request #23 from taiyu-len/masterLibravatar Drew DeVault2015-08-13
|\ | | | | moving things around + statics + forking + exec cleanup + fixed cmd_focus return + keep exec programs out of logs
| * small changeLibravatar Taiyu2015-08-13
| |
| * style, spellingLibravatar Taiyu2015-08-13
| |
| * moved signal handling to mainLibravatar Taiyu2015-08-13
| |
| * moved fd modifying stuff to log.cLibravatar Taiyu2015-08-13
| |
| * Merge branch 'master' of https://github.com/SirCmpwn/swayLibravatar Taiyu2015-08-12
| |\ | |/ |/| | | keeping up with origin
* | This space intentionally left blankLibravatar Drew DeVault2015-08-12
| |
| * no more output from programs called with exec, fixed focus return valuesLibravatar Taiyu2015-08-12
| |
| * better error handlingLibravatar Taiyu2015-08-12
| |
| * safer forking, reduce duplicate code, cleanup zombie processesLibravatar Taiyu2015-08-12
| |
| * moving stuff aroundLibravatar Taiyu2015-08-12
|/
* Merge pull request #18 from taiyu-len/masterLibravatar Drew DeVault2015-08-11
|\ | | | | list_insert now works as it should
| * styleLibravatar Taiyu2015-08-11
| |
| * list_insert now works as it shouldLibravatar Taiyu2015-08-11
| |
* | Mention IRC channel in readmeLibravatar Drew DeVault2015-08-11
| |
* | Add unnecessary logLibravatar Drew DeVault2015-08-11
| |
* | Merge pull request #19 from Luminarys/masterLibravatar Drew DeVault2015-08-11
|\ \ | |/ |/| Changed command handler to perform var subs on all cmd args
| * Changed command handler to perform var subs on all cmd argsLibravatar Luminarys2015-08-11
|/ | | | | | | | | | | | | | | | | | Fixed workspace_next_name to use the first workspace name it can find in the config Minor fixes Changed command handler to perform var subs on all portions of a command Revert "Changed command handler to perform var subs on all portions of a command" This reverts commit fcfcffa1ea9819bcada6e6c85b40b21bf1b3a96e. Var sub fixes Minor fixes More minor fixes
* Merge pull request #16 from taiyu-len/multikey_handlingLibravatar Drew DeVault2015-08-11
|\ | | | | Multikey handling
| * added command repeat on keydownLibravatar Taiyu2015-08-11
| |
| * small fixLibravatar Taiyu2015-08-11
| |
| * define -> enumLibravatar Taiyu2015-08-11
| |
| * removed old codeLibravatar Taiyu2015-08-11
| |
| * removed old codeLibravatar Taiyu2015-08-11
| |
| * fixed bugLibravatar Taiyu2015-08-10
| |
| * added multikey handling for handle_key\(...\)Libravatar Taiyu2015-08-10
|/
* Slightly better multihead supportLibravatar Drew DeVault2015-08-10
|
* Prevent passing WM keys, improve multihead supportLibravatar Drew DeVault2015-08-10
|
* Merge pull request #15 from taiyu-len/masterLibravatar Drew DeVault2015-08-10
|\ | | | | destroys empty workspace + minor fixes
| * small changeLibravatar Taiyu2015-08-10
| |
| * silly mistake + styleLibravatar Taiyu2015-08-10
| |
| * destroys empty workspace + minor bugfixesLibravatar Taiyu2015-08-10
|/
* Merge pull request #14 from taiyu-len/masterLibravatar Drew DeVault2015-08-10
|\ | | | | fixed 'return NULL' in 'void container_map(...)'