kuravih/gllock

gllock locks and immediatly unlocks

Opened this issue · 4 comments

well... that's really it...
it just prints out info, locks, and immediatly unlocks

@sirtomato999 , try to copy /root/.gllock directory to your home
but this will allow call 'gllock' from terminal
dmenu or i3 exec still unlocks immediatly

I have the same problem. Just did what @mytalala said, but it did nothing even on the terminal.

Edit: Ok it works now, I changed the line 7 of the file config.mk from "SHADER_LOCATION = $(HOME)/.gllock" to "SHADER_LOCATION = /home/my_username/.gllock"

sudo make clean install
sudo
not surprising, that shaders moved to '/root'

ok thanks