]> git.armaanb.net Git - bin.git/commitdiff
Autostart: Starts important things for a WM
authorArmaan Bhojwani <me@armaanb.net>
Sun, 24 Jan 2021 17:15:47 +0000 (12:15 -0500)
committerArmaan Bhojwani <me@armaanb.net>
Sun, 24 Jan 2021 17:15:47 +0000 (12:15 -0500)
autostart [new file with mode: 0755]

diff --git a/autostart b/autostart
new file mode 100755 (executable)
index 0000000..35385d4
--- /dev/null
+++ b/autostart
@@ -0,0 +1,6 @@
+#!/usr/bin/env sh
+
+redshift -l 42:-71 -t 6500:2500 &
+dunst &
+xsetroot -solid "#282828" &
+keyboard-swap &