diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2018-04-12 16:00:46 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2018-04-12 16:00:46 -0700 |
commit | bea366fcdfa72910fde029205b677d28646e5dc4 (patch) | |
tree | 2372403ffb7f540b257d64ab3b91f2467a2d8f65 /base/config/i3/autostart.d | |
parent | 6674d294ff99b4f6439e6e7f7a8cde399d2bf507 (diff) |
Misc. changes from new laptop
Diffstat (limited to 'base/config/i3/autostart.d')
-rw-r--r-- | base/config/i3/autostart.d/10_xautolock | 3 | ||||
-rw-r--r-- | base/config/i3/autostart.d/50_pidgin | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/base/config/i3/autostart.d/10_xautolock b/base/config/i3/autostart.d/10_xautolock index 29e7f8e..92cc30b 100644 --- a/base/config/i3/autostart.d/10_xautolock +++ b/base/config/i3/autostart.d/10_xautolock @@ -1,2 +1,3 @@ -exec --no-startup-id xautolock -time 5 -locker lock -corners 0-00 +#exec --no-startup-id xautolock -time 5 -locker lock -corners 0-00 +exec --no-startup-id gnome-screensaver diff --git a/base/config/i3/autostart.d/50_pidgin b/base/config/i3/autostart.d/50_pidgin deleted file mode 100644 index 3edf586..0000000 --- a/base/config/i3/autostart.d/50_pidgin +++ /dev/null @@ -1,2 +0,0 @@ -exec pidgin - |