From 2e7be84c789801304c86a07351621e0503ccdf40 Mon Sep 17 00:00:00 2001 From: kdam0 Date: Mon, 13 Mar 2023 19:24:56 -0400 Subject: added initial repo files --- start.sh | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100755 start.sh (limited to 'start.sh') diff --git a/start.sh b/start.sh new file mode 100755 index 0000000..db88d91 --- /dev/null +++ b/start.sh @@ -0,0 +1,24 @@ +#!/bin/sh +# This a sort-of auto-start script. +# Run this from a tty to start my graphical env. + +# don't need it anymore? +#echo $(id -u) +#export XDG_RUNTIME_DIR=/tmp/xdg-runtime-$(id -u) +#mkdir -p $XDG_RUNTIME_DIR +#echo $XDG_RUNTIME_DIR + +export EDITOR=nvim + +exec dwl -s 'somebar' & +#exec sway & + +# set blocks on bar +exec /usr/local/bin/someblocks & + +# give wayland session some time to init +sleep 1 + +# set bg +exec ./bg.sh & + -- cgit v1.2.3