Browse Source

Add unfuck-windows command

R. Alex Matevish 1 year ago
parent
commit
667e4b81dc
1 changed files with 3 additions and 0 deletions
  1. 3 0
      mac.sh

+ 3 - 0
mac.sh

@@ -50,6 +50,9 @@ function unfuck-core-audio {
     ps aux | grep coreaudio | grep -v grep | awk '{ print $2 }' | sudo xargs kill -9
 }
 
+function unfuck-windows {
+    killall -KILL Dock
+}
 function ls-usb {
     ioreg -p IOUSB -w0 | sed 's/[^o]*o //; s/@.*$//' | grep -v '^Root.*'
 }