Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Press Shift
Press 0 # Reads as ')'
Release Shift
Release 0 # Reads as '0' but we now recognize it as the same
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Do not use `output res WIDTHxHEIGHT` yet, wlc has issues with it (cc
@Cloudef)
|
|
|
|
merge
|
|
|
|
Added in proper resize locking
|
|
|
|
|
|
|
|
|
|
|
|
Basic 'move' functionality.
|
|
Added in basic resizing command.
|
|
|
|
|
|
|
|
To preserve my sanity
|
|
|
|
|
|
|
|
No escaping on container names is done yet, as well as some values are
hardcoded because they don't exist yet.
|
|
|
|
|
|
|
|
|
|
|
|
- wlc_terminate() instead of exit(0)
- unlink IPC socket
|
|
|
|
|
|
simply executes the received data as command
|
|
Closes #6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
returns false on a failed assertion in release mode and raises SIGABRT in debug mode
|