From 054955db38bb571c294b5d86c78639e3b1091031 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sat, 18 Jul 2020 15:45:02 +0200 Subject: Added scripts --- .local/bin/modestartsoon | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 .local/bin/modestartsoon (limited to '.local/bin/modestartsoon') diff --git a/.local/bin/modestartsoon b/.local/bin/modestartsoon new file mode 100755 index 0000000..638d85f --- /dev/null +++ b/.local/bin/modestartsoon @@ -0,0 +1,8 @@ +#!/usr/local/bin/dash + +st -e '/home/jozan/.local/bin/startsoon' & +sleep 0.5 +st -e '/home/jozan/.local/bin/maze' & +sleep 2 +bspc node -z top 0 -260 +exit -- cgit v1.2.3