diff options
Diffstat (limited to 'base/config/i3/autostart.d')
-rw-r--r-- | base/config/i3/autostart.d/.nolink | 0 | ||||
-rw-r--r-- | base/config/i3/autostart.d/10_xautolock | 2 | ||||
-rw-r--r-- | base/config/i3/autostart.d/20_gpg-agent | 2 |
3 files changed, 4 insertions, 0 deletions
diff --git a/base/config/i3/autostart.d/.nolink b/base/config/i3/autostart.d/.nolink new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/base/config/i3/autostart.d/.nolink diff --git a/base/config/i3/autostart.d/10_xautolock b/base/config/i3/autostart.d/10_xautolock new file mode 100644 index 0000000..b72d673 --- /dev/null +++ b/base/config/i3/autostart.d/10_xautolock @@ -0,0 +1,2 @@ +exec --no-startup-id xset s 180 120 +exec --no-startup-id xss-lock -n dim-screen.sh -l lock diff --git a/base/config/i3/autostart.d/20_gpg-agent b/base/config/i3/autostart.d/20_gpg-agent new file mode 100644 index 0000000..cec15e2 --- /dev/null +++ b/base/config/i3/autostart.d/20_gpg-agent @@ -0,0 +1,2 @@ +exec --no-startup-id gpg-agent --daemon --enable-ssh-support --write-env-file "${HOME}/.gpg-agent-info" + |