diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-10-29 15:44:53 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-10-29 15:44:53 +0000 |
commit | 3fe2afa0f118265aa6785bab8e6c6c670a14d8e6 (patch) | |
tree | c80c8213880c534314a083a9ec17fbefc72c8c28 /i3/config | |
parent | a5189197288545683ffef78634b7481da1c55faa (diff) | |
download | dotnvim-3fe2afa0f118265aa6785bab8e6c6c670a14d8e6.tar.gz dotnvim-3fe2afa0f118265aa6785bab8e6c6c670a14d8e6.zip |
A bit fancier
Diffstat (limited to 'i3/config')
-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 --transfer-sleep-lock -- i3lock --nofork +exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock -c 282828 --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. |