Commit Graph

124 Commits

Author SHA1 Message Date
29c89942ce
Bump liberty
All checks were successful
Alpine 3.20 Success
OpenBSD 7.5 Success
2024-08-08 08:58:36 +02:00
9042aeaa93
wmstatus: fix the binding parser
All checks were successful
Alpine 3.20 Success
OpenBSD 7.5 Success
2024-08-07 18:30:46 +02:00
180b16faee
wmstatus: add an option to import bindings to Sway
All checks were successful
Alpine 3.20 Success
OpenBSD 7.5 Success
We still want to retain the ability to bind them on our own under X11.

With this, the Wayland situation has considerably improved,
but the activity watch and keyboard layout switching are still broken.
2024-08-07 17:01:35 +02:00
674ea6d9a6
wmstatus: add IPC capabilities
All checks were successful
Alpine 3.20 Success
OpenBSD 7.5 Success
And remove the odd prefix functionality.
2024-08-07 12:32:33 +02:00
9ccdc3430c
wmstatus: make bindings configurable 2024-08-07 11:51:14 +02:00
4a22708f52
wmstatus: move to libertyconf 2024-08-07 11:51:14 +02:00
128ef14c39
wmstatus: round in noise playback setting
All checks were successful
Alpine 3.19 Success
OpenBSD 7.3 Success
2024-04-17 00:42:55 +02:00
9def673a2b
Install some binaries with the setuid bit
All checks were successful
Alpine 3.19 Success
OpenBSD 7.3 Success
2024-03-27 08:26:49 +01:00
36df9cc6c9
Fix gdm-switch-user build 2024-02-25 01:56:09 +01:00
d97a6e3f16
Bump liberty 2024-02-24 00:39:50 +01:00
e073fc400e
wmstatus: MPD play/toggle 2024-02-24 00:39:50 +01:00
fefeb242ae
wmstatus-weather.pl: fix weather icons
The API seems to have been removed entirely.
2024-01-19 04:31:52 +01:00
37b6ce3560
wmstatus: try a bit harder to get openat() 2023-07-24 09:56:07 +02:00
5c32057c42
wmstatus: fix an OpenBSD build warning
Note that _GNU_SOURCE is there to imply _DEFAULT_SOURCE, for BYTE_ORDER.
2023-07-04 07:24:24 +02:00
87e5285622
Don't install orphan supplementary files 2023-07-04 02:46:33 +02:00
7e30dfb6f0
iexec: enable not exitting together with the child 2023-06-19 19:06:37 +02:00
4cc1baf429
iexec: enable watching a different path 2023-06-19 19:06:16 +02:00
957aed63a8
iexec: cleanup 2023-06-19 19:06:08 +02:00
59b78ebc5c
Bump liberty 2023-06-19 17:10:31 +02:00
c291e4b6ac
input-switch: enable requesting current values 2022-07-25 22:41:03 +02:00
81c3c9ec3f
wmstatus: skip offline power supplies 2022-02-01 22:37:34 +01:00
fbc1f18393
Improve iexec's self-description 2021-12-30 03:21:01 +01:00
4cad7806ab
CMakeLists.txt: improve portability
Also, stop lying in the README that this is present in AUR.
2021-11-07 17:21:27 +01:00
6148d62ba2
Punt poller-pa.c to liberty
Now it also has tests in its new home.
2021-11-07 15:42:21 +01:00
67bd22c154
poller-pa.c: abandon the idea of quitting the loop
There are no users of this API in practice,
and it prevents making the libpulse dependency optional.
2021-11-07 14:45:56 +01:00
931ae4f82f
CMakeLists.txt: slightly modernize
If someone really wants this to work on ancient systems,
the fix should be easy.
2021-11-07 14:44:16 +01:00
d057e903b7
Re-evaluate BenQ input switching
The manufacturer-specific KVM feature is necessary,
because Input Source alone won't let me wake up
the particular computer's video output.
2021-11-06 03:32:07 +01:00
c6a93b5d9e
Bump liberty 2021-11-05 14:29:23 +01:00
4a0e756235
wmstatus: rebind function keys
They sucked on OLKBs, now we're appropriating F1-F5 with modifiers.
2021-11-05 14:15:31 +01:00
9dc1187b1c
input-switch: add a Thunderbolt magic constant 2021-11-05 13:38:46 +01:00
135e279ca1
Update .gitignore 2021-10-30 03:33:46 +02:00
34a0cedb1f
Add clang-format configuration 2021-10-30 02:58:28 +02:00
2ea58abdf0
wmstatus-weather.pl: update to use a newer API
The old one has been obsoleted, and sometimes refuses to work.

The "classic" endpoint is, sadly, not fully backwards-compatible.
2021-10-08 23:09:19 +02:00
83b4d96b15
wmstatus: rework battery reporting
Report "USB" and USB devices as well (SpaceMouse, Intuos),
make use of the "capacity" field everywhere.

Present read errors to the user, rather than spam the log.
2021-10-03 13:16:30 +02:00
7dcad3424d
It turns out wmstatus works with sway as well
When Xwayland is running, that is.

There are a few issues, though, e.g. with the DPMS setting.
2021-07-24 23:18:06 +02:00
8e0e84825f
wmstatus: add brown noise generation capabilities 2021-06-21 00:53:52 +02:00
32a28fcaa3
wmstatus: make Win-S-Delete mute the microphone 2021-06-20 19:19:14 +02:00
5f1b504d7f
wmstatus: don't use AltGr for bindings
Unreachable key combinations for my Planck's layout.
2020-11-07 20:41:36 +01:00
aec905b291
CMakeLists.txt: omit end{if,foreach} expressions
Their usefulness was almost negative.
2020-10-29 16:11:29 +01:00
9e09ef39b7
Bump minimum CMake version to 3.0
A nice, round number.  This allows us to remove some boilerplate.
2020-10-26 18:44:08 +01:00
68dd99bc63
CMakeLists.txt: cleanup
Many executables had completely unnecessary dependencies.
2020-10-26 18:39:42 +01:00
a48c2cf4e5
Bump liberty
The bugfixes in the config parser are worth it.

I might have slightly overused cstr_set().
2020-10-19 19:54:14 +02:00
f79a8d38fb
Name change 2020-09-28 05:02:35 +02:00
ab135c58c4
Bump liberty 2020-09-28 05:02:08 +02:00
1e7857dfdd
wmstatus: bind standby/insomnia also to F4 2019-02-13 12:55:16 +01:00
510a53b845
paswitch: fix M-Esc 2019-02-13 12:53:25 +01:00
6e67469e3f
paswitch: actually exit the program on error 2018-11-10 07:06:03 +01:00
7143225fc5
paswitch: remember to install the binary 2018-10-28 19:19:40 +01:00
da2899f721
paswitch: add robustness 2018-10-28 19:16:22 +01:00
1f36351ab7
paswitch: avoid information duplication
And miscellaneous cleanup.
2018-10-28 19:04:51 +01:00