diff options
Diffstat (limited to 'i3')
| -rw-r--r-- | i3/config | 4 | ||||
| -rwxr-xr-x | i3/terminal.sh | 11 |
2 files changed, 2 insertions, 13 deletions
@@ -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 |
