diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-10-29 15:31:22 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-10-29 15:31:22 +0000 |
commit | a5189197288545683ffef78634b7481da1c55faa (patch) | |
tree | 8a8b470dde982127ef8b1022e063d9bd2c685966 /i3 | |
parent | 4f8ef7d19e05ff0272a67008e61aad8ec1012103 (diff) | |
download | dotnvim-a5189197288545683ffef78634b7481da1c55faa.tar.gz dotnvim-a5189197288545683ffef78634b7481da1c55faa.zip |
Don't have the deps installed
Diffstat (limited to 'i3')
-rw-r--r-- | i3/config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ exec_always --no-startup-id ~/.config/i3/set-keyboard # 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 -n /usr/share/doc/xss-lock/dim-screen.sh --transfer-sleep-lock -- i3lock --nofork +exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork # 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. |