aboutsummaryrefslogtreecommitdiffstats
path: root/swaylock/seat.c
Commit message (Collapse)AuthorAge
* Split swaylock into separate projectLibravatar Drew DeVault2019-01-13
|
* swaylock: Fix caps lock not updating immediatelyLibravatar Oscar Cowdery Lack2019-01-03
| | | | | | | | | Partially fixes #2788. This change makes it so the lock screen is redrawn whenever the caps lock modifier state changes, rather on relying on the keypress event. This didn't work because caps lock is disabled when the key is released, not pressed, so the caps lock indicator does not go away until the next keypress event.
* Add multiseat support to swaylockLibravatar Ryan Dwyer2018-10-24
|
* swaylock: Support keyboard and pointer disconnects and reconnectsLibravatar Ryan Dwyer2018-10-06
|
* Update for swaywm/wlroots#1126Libravatar emersion2018-07-09
|
* swaylock: implement ^U to clear bufferLibravatar Dominique Martinet2018-06-08
| | | | | | | The whole state->xcb.modifiers thing didn't work at all (always 0) The xkb doc says "[xkb_state_serialize_mods] should not be used in regular clients; please use the xkb_state_mod_*_is_active API instead" so here it is
* Improved key handling in swaylockLibravatar Mattias Eriksson2018-04-24
| | | | | | Make escape clear buffer Add indicator states for ctrl,shift,super et al Add CapsLock indicator
* exit() needs stdlib.hLibravatar Drew DeVault2018-04-04
| | | | inb4 acrisci
* Add password buffer, refactor rendering/surfacesLibravatar Drew DeVault2018-04-04
|
* Split seat code into its own fileLibravatar Drew DeVault2018-04-04