slimlock icon indicating copy to clipboard operation
slimlock copied to clipboard

SLiM + slock = slimlock

Results 8 slimlock issues
Sort by recently updated
recently updated
newest added

I got this error when i tried to compile slimlock on my machine. I use pop_os. ``` panel.cpp: In constructor ‘Panel::Panel(Display*, int, Window, Cfg*, const string&)’: panel.cpp:47:15: error: ordered comparison...

Running `slimlock` on a computer with two monitors renders it in the middle of both monitors. ``` [xxxxxmmmmm] [mmmmmxxxxx] [xxxxxmmmmm] [mmmmmxxxxx] [xxxxxmmmmm] [mmmmmxxxxx] ^ nothing ^ slimlock ``` Output of...

Hi, I'm running a up-to-date arch installation on my Thinkpad T430s using `aur/slimlock 0.12-1`. If slimlock is activated and I put my laptop in my docking station, which is connected...

Current approach of handling this is to raise slimlock root window every second from a dedicated thread. For some reason it didn't actually work for me. I never figured out...

I noticed that when I didn't do 'make install' before running slimlock, pam_start would return PAM_SUCCESS, despite not having /etc/pam.d/slimlock. This caused slimlock to spin in a loop and not...

Can someone tell me what is $CFGDIR please? Thank you~

Hi, On clean slimlock install i have issue with VLC on my XFCE. when playing movie (doesn't matter if in fullscreen) slimlock kicks in randomly (after 2 or even 40...

g++ -Wall -I. -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/local/include -pthread -DPACKAGE=\"slimlock\" -DVERSION=\"0.11\" -DPKGDATADIR=\"/usr/share/slim\" -DSYSCONFDIR=\"/etc\" -c cfg.cpp -o cfg.o g++ -Wall -I. -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/local/include -pthread -DPACKAGE=\"slimlock\" -DVERSION=\"0.11\" -DPKGDATADIR=\"/usr/share/slim\" -DSYSCONFDIR=\"/etc\" -c image.cpp -o image.o...