aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Collapse)AuthorLines
2015-11-28Fix incorrect #include on ipc-client.cDrew DeVault-1/+1
2015-11-27Add command line to swaygrabDrew DeVault-10/+11
Also modifies IPC client so that we can work with persistent connections.
2015-11-27Move IPC client into common, refactor IPCDrew DeVault-0/+78
2015-11-26Parse command line args for swaymsgDrew DeVault-0/+421
2015-11-24fix list sortingtaiyu-1/+7
2015-11-22cmd_workspace: Don't fill up config->workspace_outputs with duplicates.S. Christoffer Eliesen-2/+2
This also fixes a bug where issuing a new "workspace a output b" command for an already assigned workspace would not work (the old config would be found first and used instead).
2015-11-21list: Add list_seq_find.S. Christoffer Eliesen-0/+10
Sometimes one has to traverse a list to find out if some data already exists there in order to avoid dupilcates in the list, and this function facilitates in that without requiring that the data is ordered.
2015-11-13Clean up CMake stuffDrew DeVault-3/+0
2015-11-12common: create a static libraryBen Boeckel-0/+3
2015-11-12Start fleshing out wayland client implementationDrew DeVault-0/+214
This introduces a basic shared framework for making wayland clients within sway itself.