swaylock
swaylock copied to clipboard
Screen locker for Wayland
arc_radius extends halfway into arc_thickness, so `int buffer_diameter = (arc_radius + arc_thickness) * 2;` is incorrect (plus it doesn't take into account the outer indicator border).
1. `font Fantasque Sans Mono Bold 9` in `.config/sway/config` works fine 2. `swaynag -f 'Fantasque Sans Mono Bold 20'` works fine 3. `swaylock --font "Fantasque Sans Mono" works fine 4....
When running Sway nested under wayland or x11, it is possible to dynamically resize the outputs. Most of the time, `swaylock` correctly redraws when this is done. However, if rendering...
After leaving sway running for a while, swaylock will stop working properly. It will instantly crash with SIGBUS, and the backtrace is an indecipherable mess. ``` (gdb) bt full #0...
``` 0 $ swaylock 2021-04-27 13:10:07 - [swaylock-1.5/shadow.c:19] swaylock needs to be setuid to read /etc/shadow 1 $ ls -lah /etc/tcb/$(id -un)/shadow -rw------- 1 haelwenn shadow 135 Apr 13 11:50...
wlroots version: 0.12.0.r330.g5e19e005 sway version: 1.5-63a66351 (Feb 9 2021, branch 'master') swaylock version: 1.5 Linux version: 5.10.14-arch1-1 When I run `swaylock -d` I get the following error: ``` 2021-02-09 19:19:58...
See the title. Some users would also expect input to clear itself after holding backspace for some time (e.g. 600ms).
Likely related to #99. Quite often upon waking from sleep, it shows the unlock circle when I start typing but when my second monitor turns on the laptop is unlocked...
I've read about https://github.com/swaywm/swaylock/issues/99 to put the screen on standby, but does it exist a onliner command ? I mean something like (put the screen on standby after 10 seconds):...
When setting an image with `--image :`, the image used to fail to apply if the relevant output appears some time after swaylock executes. That's because the `zxdg_output_manager` stuff was...