Assorted shell and Python scripts

refactor: use shfmt

Changed files
+4 -4
+4 -4
rofimaim
···
-selected-row 1)
case "$chosen" in
-
"$screen") extra_args='--delay=1' ;;
-
"$area") extra_args='--delay=0.1 --select --highlight --color=0.85,0.87,0.91,0.2' ;;
-
"$window") extra_args="--delay=1 --window=$(xdotool getactivewindow)" ;;
-
*) exit 1 ;;
+
"$screen") extra_args='--delay=1' ;;
+
"$area") extra_args='--delay=0.1 --select --highlight --color=0.85,0.87,0.91,0.2' ;;
+
"$window") extra_args="--delay=1 --window=$(xdotool getactivewindow)" ;;
+
*) exit 1 ;;
esac
# The variable is used as a command's options, so it shouldn't be quoted.