aboutsummaryrefslogtreecommitdiff
path: root/bspwm/terminal.sh
diff options
context:
space:
mode:
authorbozo.kopic <bozo@kopic.xyz>2020-12-16 02:12:41 +0100
committerbozo.kopic <bozo@kopic.xyz>2020-12-16 02:12:41 +0100
commit004162c05e42a2f2645ca06702567967b1d88961 (patch)
tree18319b9654b8ec561524a58fed0fd3af7131647e /bspwm/terminal.sh
parent2f694c9ab1416de12d6c5da47d384a625662edf1 (diff)
.
Diffstat (limited to 'bspwm/terminal.sh')
-rwxr-xr-xbspwm/terminal.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/bspwm/terminal.sh b/bspwm/terminal.sh
index 8cd5418..6dcce6e 100755
--- a/bspwm/terminal.sh
+++ b/bspwm/terminal.sh
@@ -1,4 +1,4 @@
-
+#!/bin/sh
DESKTOP=term
INSTANCE=tmux_term
@@ -8,7 +8,6 @@ INSTANCE=tmux_term
tmux new-session -A -s default
if [ $(bspc query -D --names -d focused) = $DESKTOP ]; then
- echo "sakrit"
bspc desktop -f last.local
else
bspc desktop $DESKTOP -m focused