remove extra autolock file

master
Arne Schauf 9 years ago
parent 6bdf11d070
commit f0ee68bbed
  1. 6
      autolock.sh
  2. 1
      init.sh

@ -1,6 +0,0 @@
#!/bin/sh
exec xautolock -detectsleep \
-time 15 -locker "i3lock -c 000000" \
-notify 30 \
-notifier "notify-send -u critical -t 10000 -- 'LOCKING screen in 30 seconds'"

@ -5,7 +5,6 @@ ln -snf `pwd`/tmux.conf ~/.tmux.conf
ln -snf `pwd`/qtile_config.py ~/.config/qtile/config.py
ln -snf `pwd`/gitconfig ~/.gitconfig
ln -snf `pwd`/gitignore ~/.gitignore
ln -snf `pwd`/autolock.sh ~/.autolock.sh
echo "Installing oh-my-zsh..."
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

Loading…
Cancel
Save