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