From c2926f4be4a7b18649672c4f6f58f8978898932a Mon Sep 17 00:00:00 2001 From: "bozo.kopic" Date: Mon, 22 Jun 2020 18:35:08 +0200 Subject: . --- i3/config | 4 ++-- i3/terminal.sh | 11 ----------- 2 files changed, 2 insertions(+), 13 deletions(-) delete mode 100755 i3/terminal.sh (limited to 'i3') diff --git a/i3/config b/i3/config index 56bc71d..34d96ee 100644 --- a/i3/config +++ b/i3/config @@ -128,5 +128,5 @@ exec_always --no-startup-id feh --bg-scale ~/.dotfiles/pictures/bg1.jpg \ for_window [instance="scratchpad_term"] \ move scratchpad, \ border none, \ - exec --no-startup-id ~/.config/i3/terminal.sh -bindsym F12 exec --no-startup-id ~/.config/i3/terminal.sh + exec --no-startup-id ~/.config/terminal.sh +bindsym F12 exec --no-startup-id ~/.config/terminal.sh 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 -- cgit v1.2.3-70-g09d2