diff options
author | 135e2 <[email protected]> | 2023-01-23 16:30:46 +0800 |
---|---|---|
committer | 135e2 <[email protected]> | 2023-01-23 16:30:46 +0800 |
commit | d2a568a678f273dcb279b053653a636bf59a7d4c (patch) | |
tree | d6f26210f5ce78e624563e8328ac97f63782f186 /config | |
parent | e7065ba02d4555447517be240ef0a42587eeb260 (diff) | |
download | dotfiles-d2a568a678f273dcb279b053653a636bf59a7d4c.tar.gz dotfiles-d2a568a678f273dcb279b053653a636bf59a7d4c.tar.bz2 dotfiles-d2a568a678f273dcb279b053653a636bf59a7d4c.zip |
config/i3: update to 20230123
Use `betterlockscreen` as a replacement.
Diffstat (limited to 'config')
-rw-r--r-- | config/i3/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/i3/config b/config/i3/config index 1a589fc..7fbd444 100644 --- a/config/i3/config +++ b/config/i3/config @@ -40,7 +40,7 @@ exec --no-startup-id dex --autostart --environment i3 # xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the # screen before suspend. Use loginctl lock-session to lock your screen. -exec --no-startup-id xss-lock -- i3lock-fancy +exec --no-startup-id xss-lock -- betterlockscreen --lock dim # NetworkManager is the most popular way to manage wireless networks on Linux, # and nm-applet is a desktop environment-independent system tray GUI for it. |