mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-28 05:44:11 +02:00
lock: use xss-lock instead of xautolock
xss-lock features nice integration with standard X screensaver feature which makes it easy to trigger it or to disable it. Moreover, it also has some logind integration to lock screen before suspend.
This commit is contained in:
parent
2c19d0021f
commit
097e076694
7 changed files with 48 additions and 37 deletions
|
@ -30,9 +30,11 @@ Here some of the things you may be interested in:
|
|||
the wallpaper per screen and therefore, the script may seem a bit
|
||||
useless but I keep it.
|
||||
|
||||
- I am using `xautolock` + `i3lock` as a screensaver. Nothing fancy
|
||||
but I reuse the wallpaper built above. A notification is sent 10
|
||||
seconds before starting.
|
||||
- I am using `xss-lock` with `i3lock` as a screensaver. It relies on
|
||||
standard X screensaver handling (and therefore is easy for
|
||||
application to disable) and also supports systemd
|
||||
inhibitors. Nothing fancy but I reuse the wallpaper built above. A
|
||||
notification is sent 10 seconds before starting.
|
||||
|
||||
- In `rc/apparance.lua`, you may be interested by the way I configure
|
||||
GTK2 and GTK3 to have an unified look. It works and it does not
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue