README fixes

This commit is contained in:
Ruzicka Pavel 2018-01-14 21:06:31 +01:00
parent cd22a6bac5
commit d759f39bb9
3 changed files with 13 additions and 7 deletions

View file

@ -1,6 +1,11 @@
# Instalation
Configure keyboard shortcut in your WM (i am using an i3wm) to run lockscreen.sh to lock your screen.
Copy tp-theft.pl to /usr/local/bin/tp-theft.pl and make it executable.
Copy sudoers file to /etc/sudoers.d/tp-theft
# Configure keyboard shortcut in your WM (i am using an i3wm) to run lockscreen.sh to lock your screen.
# bindsym Control+Mod1+L exec /home/ruza/.i3/scripts/lockscreen.sh
# Copy tp-theft.pl to /usr/local/bin/tp-theft.pl and make it executable.
cp tp-theft.pl /usr/local/bin/tp-theft.pl
chmod 755 /usr/local/bin/tp-theft.pl
# Copy sudoers file to /etc/sudoers.d/tp-theft
cp sudoers /etc/sudoers.d/tp-theft