Go to file
Colin 0b3ce90e74 sxmo_rotate: don't restart lisgd on sway
AFAICT we restart lisgd because it learns the orientation via its
`-o <orientation>` CLI argument. but we only pass that flag on dwm/x11,
not sway. restarting it on sway is wasteful, and potentially racy (i'm
able to get multiple lisgd's running just by enabling autorotate and
flipping the phone rapidly), so don't do that.
2023-07-16 12:45:54 +00:00
.builds Move build recipe in the directory 2023-02-19 09:53:09 +01:00
configs sxmo_hook_rotate.sh: update docs for CLI args 2023-07-12 00:30:26 +00:00
docs docs: Document sxmo_hookmenu.sh as simpler way of editing hooks. 2023-05-08 04:52:56 -05:00
migrations Fix existing migration with non shell hooks 2023-03-21 09:54:06 +01:00
programs Read wakeup_count instead of using sxmo_wakeafter 2023-02-24 09:42:44 +01:00
resources Added a more subtle keytap audio clip for clickclack (opt-in) 2021-12-13 22:48:37 +01:00
scripts sxmo_rotate: don't restart lisgd on sway 2023-07-16 12:45:54 +00:00
spec fix editorconfig: remove trailing space and use tabs 2023-05-14 00:19:17 -07:00
.editorconfig Fix editorconfig configuration file 2023-05-14 00:10:59 -07:00
.gitignore initial sxmo(7) man page 2023-04-03 10:25:48 +02:00
.shellcheckrc implemented lookupcontactname() in call/text handler, removes non posix-compliant substitutions 2020-12-09 15:46:21 +01:00
.shellspec sxmo-utils: Add sxmo_status_spec.sh 2022-02-09 20:00:57 -05:00
LICENSE Change license to AGPL-3.0-only 2022-03-15 08:00:00 -04:00
Makefile initial sxmo(7) man page 2023-04-03 10:25:48 +02:00
README.md Change license to AGPL-3.0-only 2022-03-15 08:00:00 -04:00
setup_config_version.sh NOT FOR UPSTREAM: remove explicit busybox calls 2023-07-09 07:25:31 +00:00

README.md

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/>.