From f3315f73c9908ddefa82ef99b6c7c083d855f698 Mon Sep 17 00:00:00 2001 From: Jeremiah Ticket Date: Fri, 25 Nov 2022 09:26:14 -0700 Subject: [PATCH] Added mode default to window list line to return to default mode. --- i38.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i38.sh b/i38.sh index 04cbfd5..83a9826 100755 --- a/i38.sh +++ b/i38.sh @@ -354,7 +354,7 @@ $(if command -v transfersh &> /dev/null ; then echo 'bindsym t exec bash -c '"'"'fileName="$(yad --title "I38 Upload File" --file)" && url="$(transfersh "${fileName}" | tee >(yad --title "I38 - Uploading ${fileName##*/} ..." --progress --pulsate --auto-close))" && echo "${url#*saved at: }" | tee >(yad --title "I38 - Upload URL" --show-cursor --show-uri --button yad-close --sticky --text-info) >(xclip -selection clipboard)'"', mode \"default\"" fi) # Get a list of windows in the current workspace -bindsym apostrophe exec --no-startup-id ${i3Path}/scripts/window_list.sh +bindsym apostrophe exec --no-startup-id ${i3Path}/scripts/window_list.sh, mode "default" # Restart orca bindsym Shift+o exec $(command -v orca) --replace, mode "default" # reload the configuration file