diff options
author | Karel Kočí <karel.koci@nic.cz> | 2020-08-03 16:47:17 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2020-08-03 16:47:17 +0200 |
commit | 0a77dba281a6ba1f7fb2b7f8b2be29189969b7f8 (patch) | |
tree | b838952f783fec308f856761d8b395dd25f3e5da | |
parent | 9cbfbbcf091ffad9b48e184f80f274e42a105747 (diff) | |
download | myconfigs-0a77dba281a6ba1f7fb2b7f8b2be29189969b7f8.tar.gz myconfigs-0a77dba281a6ba1f7fb2b7f8b2be29189969b7f8.tar.bz2 myconfigs-0a77dba281a6ba1f7fb2b7f8b2be29189969b7f8.zip |
config/i3: lock automatically session
-rw-r--r-- | config/i3/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/i3/config b/config/i3/config index 2284e6b..bb7b6c6 100644 --- a/config/i3/config +++ b/config/i3/config @@ -1,5 +1,8 @@ # i3 config file (v4) +# As first thing lock session +exec --no-startup-id myi3lock --login + set $mod Mod4 # Font for window titles. Will also be used by the bar unless a different font |