This website requires JavaScript.
Explore
Help
Sign In
localhots
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Releases
Activity
f15d018f72
dotfiles
/
bin
/
dock-delay
4 lines
84 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
defaults write com.apple.Dock autohide-delay -float
$1
&&
killall Dock
View Git Blame
Copy Permalink