aboutsummaryrefslogtreecommitdiff
path: root/bspwm/terminal.sh
diff options
context:
space:
mode:
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