From fc384fc48e05f17f2d28a7a7d2b0b1802eabea53 Mon Sep 17 00:00:00 2001 From: kdam0 Date: Fri, 7 Apr 2023 12:44:12 -0400 Subject: major updates, breaking changes --- start.sh | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100755 start.sh (limited to 'start.sh') diff --git a/start.sh b/start.sh deleted file mode 100755 index db88d91..0000000 --- a/start.sh +++ /dev/null @@ -1,24 +0,0 @@ -#!/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