-
Notifications
You must be signed in to change notification settings - Fork 403
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
Wiki help needed regarding locking, #275
Comments
The i3 default config recommends:
This should set up everything automatically for locking on lid. We should add this example to the i3lock manpage, too. |
Does this work for non-systemd linux distros? |
I don’t know. Please let us know when you find out. |
https://wiki.archlinux.org/index.php/Session_lock#xss-lock
So maybe? |
I checked, and it seems it might not, I wonder if I should ask the gentoo people. :/ I wondered if you guys could add support for another option such as the suckless lock: slock Feel free to let me know. |
How are they doing it? Whether or not we’re willing to add anything depends on the code complexity it brings, and how many people it would help. |
I found this on this website: https://tools.suckless.org/slock/ |
I assume, that its impossible to change the keybindings in i3-wm conf file so that I can lock by Fn+F4? |
Fn is not a key visible to software, it modifies the keys on the hardware level. To bind Fn+F4 you have to specifically bind the key that is sent by the keyboard. Use |
Okay, well can you to make keybindings that let me auto lock the system? |
Open |
The modkey which in my case is Alt and u. |
|
Or if you wanna combine blanking as well as locking, you can do that. Just pipe i3lock & dpms standby in one timer. Lock possible on manual suspend too. Also when you exit i3, make sure to kill xidlehook, since you don't wanna have multiple instances on re-login. |
yes, using xss-lock on my laptop that runs openrc |
You could call this a feature request,
I cannot find out how to lock the system via duration or if you close the lid.
I am using openrc and I have access to slock, xautolock and am using i3-wm.
Can you tell me how to do this and/or add it to the wiki for Gentoo and Hyperbola users.
truthfully slock can solve the first issue, but I want a solution to solve both at once if possible.
I like the minimal approach.
The text was updated successfully, but these errors were encountered: