mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00
fix lock for mac, much more user friendly
This commit is contained in:
parent
677b5344a1
commit
acf4c6e796
1 changed files with 1 additions and 1 deletions
2
lock
2
lock
|
@ -1,7 +1,7 @@
|
|||
#! /bin/sh
|
||||
|
||||
if [ `uname -s` = 'Darwin' ] ; then
|
||||
/System/Library/Frameworks/ScreenSaver.framework/Resources/ScreenSaverEngine.app/Contents/MacOS/ScreenSaverEngine
|
||||
/System/Library/CoreServices/Menu\ Extras/User.menu/Contents/Resources/CGSession -suspend
|
||||
exit
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue