From f0ee68bbed79b2dde95a6c258c0b3bb810c4663d Mon Sep 17 00:00:00 2001 From: Arne Schauf Date: Sat, 6 Feb 2016 12:31:39 +0100 Subject: [PATCH] remove extra autolock file --- autolock.sh | 6 ------ init.sh | 1 - 2 files changed, 7 deletions(-) delete mode 100755 autolock.sh 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)"