aboutsummaryrefslogtreecommitdiff
path: root/i3/terminal.sh
diff options
context:
space:
mode:
Diffstat (limited to 'i3/terminal.sh')
-rwxr-xr-xi3/terminal.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/i3/terminal.sh b/i3/terminal.sh
deleted file mode 100755
index 5d6808d..0000000
--- a/i3/terminal.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-
-CLASSNAME=scratchpad_term
-
-[[ -z $(xdotool search --classname $CLASSNAME) ]] && \
- alacritty --class $CLASSNAME -e tmux new-session -A -s default
-
-i3-msg [instance=\"$CLASSNAME\"] scratchpad show, \
- resize set 100 ppt 100 ppt, \
- resize shrink height 22 px, \
- move position center