Added autostart for i3

This commit is contained in:
James Patrick 2019-05-31 22:14:15 -04:00
parent 01ea78d058
commit 49bb63f3c5
2 changed files with 7 additions and 0 deletions

5
i3/autostart Normal file
View File

@ -0,0 +1,5 @@
### Start Nextcloud.
exec nextcloud
### Make things a little easier easier on the eyes.
exec redshift

View File

@ -174,3 +174,5 @@ bindsym $mod+r mode "resize"
bar { bar {
status_command i3status status_command i3status
} }
include autostart