diff options
| author | tjk918 <tjk@tjkeller.xyz> | 2021-09-23 20:49:52 -0500 | 
|---|---|---|
| committer | tjk918 <tjk@tjkeller.xyz> | 2021-09-23 20:49:52 -0500 | 
| commit | a2d22460ff8e9eceb97a8eb7ae46219776473013 (patch) | |
| tree | 186498a2b030d39ffa063b0f157173846f12417a | |
| parent | 6ecc7936f2c1b41beb53220599b00972546ebdd3 (diff) | |
| download | scripts-a2d22460ff8e9eceb97a8eb7ae46219776473013.tar.xz scripts-a2d22460ff8e9eceb97a8eb7ae46219776473013.zip  | |
fixed typo
| -rwxr-xr-x | misc/launch | 11 | 
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/launch b/misc/launch index 9a6d5ce..0e2745e 100755 --- a/misc/launch +++ b/misc/launch @@ -26,6 +26,17 @@ case "`hostname`" in  			*) launchother $@ ;;  		esac  	;; +	debx230) +		case "$1" in +			brave) brave-browser-stable $args & xdotool search --all --sync --class "brave-browser" set_window --class "Brave" --urgency 1 ;; +			chromium|chrome) chromium $args & xdotool search --all --sync --class "Chromium" set_window --class "Chrome" --urgency 1 ;; +			#halt|off|poweroff|shutdown) doas poweroff ;; +			#sleep|suspend|zzz) doas zzz ;; +			#reboot|res|restart) doas reboot ;; +			#snes|snes9x) snes9x-gtk $args ;; +			*) launchother $@ ;; +		esac +	;;  	openbsdx230)  		case "$1" in  			brave)  | 
