Age | Commit message (Collapse) | Author |
|
|
|
|
|
log.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #124
Keyboard handling can likely be simplified after this change.
|
|
fixed keyboard handling
|
|
handle_key does not get the keysym from wlc anymore
|
|
|
|
Focus floating window, if any, when the last tiling window has been closed
|
|
|
|
|
|
|
|
view_visibility enum remains with one constant that is the mask to wlc's view masking
|
|
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
merge
|
|
|
|
|
|
|
|
Added in basic resizing command.
|
|
|
|
|
|
|