diff --git a/autolock.sh b/autolock.sh deleted file mode 100755 index a2cce5f..0000000 --- a/autolock.sh +++ /dev/null @@ -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'" diff --git a/init.sh b/init.sh index e7c38cd..f2b0199 100755 --- a/init.sh +++ b/init.sh @@ -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)"