From 4dba63c7fdeab018c2aaf3db5255ad7268765bd0 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Sun, 24 Jan 2021 12:15:47 -0500 Subject: [PATCH 1/1] Autostart: Starts important things for a WM --- autostart | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 autostart diff --git a/autostart b/autostart new file mode 100755 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 & -- 2.39.2