Function to Minimize Window in Shell Script #Shell #Bashrc #Function
min() { xdotool search --onlyvisible --classname --sync "$1" windowminimize } # $1 = name of the window