diff options
| author | kdam0 <me@kumardamani.net> | 2023-04-07 16:44:12 +0000 |
|---|---|---|
| committer | kdam0 <me@kumardamani.net> | 2023-04-07 16:44:12 +0000 |
| commit | fc384fc48e05f17f2d28a7a7d2b0b1802eabea53 (patch) | |
| tree | d6f192fd13eba83c9dabf25908d7787b8964dbc3 /start.sh | |
| parent | ec5c16831076b0f295172fbba93a965b16c8539a (diff) | |
major updates, breaking changes
Diffstat (limited to 'start.sh')
| -rwxr-xr-x | start.sh | 24 |
1 files changed, 0 insertions, 24 deletions
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 & - |
