Aren Moynihan 853690a704 state: rename down to idle and up to click
These match what the states are used for. These actions aren't the exact
inverse of each other, and with more states could even take different
routes through the available states.

For example if we were to dim the screen before entering lock, the idle
states would be: unlock, dim, lock, screenoff, and the click states
would be unlock, screenoff, lock. Logic would be needed to handle states
not in the click list.

Signed-off-by: Willow Barraco <contact@willowbarraco.fr>
2023-12-17 10:16:34 +01:00
2023-11-06 14:43:42 +01:00
2023-10-17 09:58:29 +02:00
2023-04-03 10:25:48 +02:00
2022-02-09 20:00:57 -05:00
2022-03-15 08:00:00 -04:00
2023-12-09 19:56:24 +01:00
2022-03-15 08:00:00 -04:00

sxmo-utils

builds.sr.ht status

This repository contains scripts and C programs to support Sxmo.

Note all scripts pass shellcheck and are tab-idented.

<Various scripts and small C programs that glue the Sxmo environment together>
Copyright (C) <2022>  <Sxmo Contributors>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, version 3 of the License only.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.
Languages
Shell 97.5%
Makefile 1.3%
C 1.2%