swaylock icon indicating copy to clipboard operation
swaylock copied to clipboard

Screen locker for Wayland

Results 112 swaylock issues
Sort by recently updated
recently updated
newest added

Xkb state is currently stored globally instead of per-seat. If the user has multiple seats with different keymaps, only one of them will work. For example if the user uses...

Swaylock version: 1.3 OS: Arch Linux Sway version: 1.0 Laptop: Thinkpad T540p If I lock the screen with swaylock I have to enter the password (obviously), but after entering the...

OS: Linux Gentoo I have setuid on my swaylock binary: ``` ~ ls -la /usr/bin/swaylock -rws--s--x 1 root root 87504 Jun 25 12:14 /usr/bin/swaylock* ``` However, when attempting to use...

I configure sway to lock my screen on timeout or suspend: ``` exec swayidle -w \ timeout 7200 'swaylock -f' \ before-sleep 'swaylock -f' ``` Sometimes when I try to...

Hello, I started to play with my Yubikeys recently and would like to work on swaylock so it can handle the UI part a bit better. (The objective would be...

If I type the wrong password 3 times, the system locks my account for a couple of minutes - it shows a message with the remaining time when attempting to...

When I enter the wrong password, it would be nice to be able to type another attempt while it's being validated, so I don't have to wait for it to...

If the screen is locked with swaylock, rotating the device allows parts of the screen to become visible. Set up is: - Surface Go 1. 1800x1200 display, with 1.5 DPI...

When the screen is locked using ext_session_lock, killing swaylock will leave the session locked. This is normally desirable if the kill is due to the OOM killer or swaylock crashing,...

Hello I don't know what happens, but from time to time my `swaylock` stop working and i have to kill it, today i gave a bit more debug time. What...