diff --git a/i3/autostart b/i3/autostart new file mode 100644 index 0000000..87a9887 --- /dev/null +++ b/i3/autostart @@ -0,0 +1,5 @@ +### Start Nextcloud. +exec nextcloud + +### Make things a little easier easier on the eyes. +exec redshift \ No newline at end of file diff --git a/i3/config b/i3/config index 07118ad..b0c442d 100644 --- a/i3/config +++ b/i3/config @@ -174,3 +174,5 @@ bindsym $mod+r mode "resize" bar { status_command i3status } + +include autostart \ No newline at end of file