diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-18 15:46:05 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-18 15:46:05 +0200 |
commit | 06b4fe7ca49d5ef5ad8fb3097e3cdef2b4253c88 (patch) | |
tree | 7d47d6c9991b2efe136e5b7c19ae8bf9d99d1cd3 | |
parent | Added scripts (diff) | |
download | dotfiles-bsd-06b4fe7ca49d5ef5ad8fb3097e3cdef2b4253c88.tar.gz dotfiles-bsd-06b4fe7ca49d5ef5ad8fb3097e3cdef2b4253c88.tar.bz2 dotfiles-bsd-06b4fe7ca49d5ef5ad8fb3097e3cdef2b4253c88.tar.xz dotfiles-bsd-06b4fe7ca49d5ef5ad8fb3097e3cdef2b4253c88.tar.zst dotfiles-bsd-06b4fe7ca49d5ef5ad8fb3097e3cdef2b4253c88.zip |
Removed some scripts
-rwxr-xr-x | .local/bin/modebrb | 8 | ||||
-rwxr-xr-x | .local/bin/modestartsoon | 8 |
2 files changed, 0 insertions, 16 deletions
diff --git a/.local/bin/modebrb b/.local/bin/modebrb deleted file mode 100755 index 552fd73..0000000 --- a/.local/bin/modebrb +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/local/bin/dash - -st -e '/home/jozan/.local/bin/brb' & -sleep 0.5 -st -e '/home/jozan/.local/bin/maze' & -sleep 2 -bspc node -z top 0 -260 -exit diff --git a/.local/bin/modestartsoon b/.local/bin/modestartsoon deleted file mode 100755 index 638d85f..0000000 --- a/.local/bin/modestartsoon +++ /dev/null @@ -1,8 +0,0 @@ -#!/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 |