4 lines
84 B
Bash
Executable File
4 lines
84 B
Bash
Executable File
#!/bin/bash
|
|
|
|
defaults write com.apple.Dock autohide-delay -float $1 && killall Dock
|