Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
view_visibility enum remains with one constant that is the mask to wlc's view masking
|
|
|
|
so it can be reused for "move container to workspace next"
|
|
makes the previous commit actually testable
|
|
- replace visibilty mask integers with an enum
- set output's visibilty mask on creation
- added update_visibility to manually update a containers visibility (e.g. when it moved to an invisible workspace)
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|