Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing wm.program.lock doesn't apply on suspend #3

Open
lostatc opened this issue Feb 28, 2024 · 3 comments
Open

Changing wm.program.lock doesn't apply on suspend #3

lostatc opened this issue Feb 28, 2024 · 3 comments

Comments

@lostatc
Copy link

lostatc commented Feb 28, 2024

I'm running Regolith 3.1 with Sway on Pop!_OS 22.04.

I tried changing my screenlocker to swaylock in my Xresources:

wm.program.lock: swaylock --daemonize

This change applies on Super + Esc, but waking from suspend still uses gtklock. To fix that, I needed:

wm.program.lock: swaylock --daemonize
i3-wm.program.lock: swaylock --daemonize

It looks like the offending line is here.

Thanks!

@SoumyaRanjanPatnaik
Copy link
Collaborator

Hey. Sorry for being late to reply to this issue. I somehow entirely missed it. Thanks for pointing this out.

@SoumyaRanjanPatnaik
Copy link
Collaborator

@kgilmer The current resource name for this is wm.program.lock, as the author mentioned. However, since lock screen programs heavily depend on session type, i.e. X11 or Wayland, I think sway.program.lock (or something similar) is a better resource name.

@kgilmer
Copy link
Member

kgilmer commented Jun 4, 2024

@kgilmer The current resource name for this is wm.program.lock, as the author mentioned. However, since lock screen programs heavily depend on session type, i.e. X11 or Wayland, I think sway.program.lock (or something similar) is a better resource name.

Sounds good to me. (sway.program.lock)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants