From bad3311ae5c29f6a97af2da24f3bff3b9bde7fb1 Mon Sep 17 00:00:00 2001 From: Johan Malm Date: Sat, 10 Apr 2021 09:18:30 +0100 Subject: [PATCH] Add example autostart and environment files --- docs/autostart | 5 +++++ docs/environment | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 docs/autostart create mode 100644 docs/environment diff --git a/docs/autostart b/docs/autostart new file mode 100644 index 00000000..63b26478 --- /dev/null +++ b/docs/autostart @@ -0,0 +1,5 @@ +# Example autostart file + +# Set background color +swaybg -c '#113344' >/dev/null 2>&1 & + diff --git a/docs/environment b/docs/environment new file mode 100644 index 00000000..91780f19 --- /dev/null +++ b/docs/environment @@ -0,0 +1,4 @@ +# Example environment file + +# Set keyboard layout to Swedish +XKB_DEFAULT_LAYOUT=se