Sahil Nihalani

Results 35 comments of Sahil Nihalani

Can you share the code for that hover thing? because I tried that but all it does for me is play the track again from beginning :(

Ok a fix for this would be, you need to edit `/etc/slim.conf` file and uncomment the session_dir line Then replace your .xinitrc with this one: ``` #!/bin/sh if [ -d...

Ok how about ``` #!/bin/sh if [ -d /etc/X11/xinit/xinitrc.d ] ; then for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do [ -x "$f" ] && . "$f" done unset f fi exec...

are you using PAM?

I don't use pan, so I don't have any idea about the issue you are having, and also I think you should try to do it without PAM to see...

Can you try to use any other dm rather than slim? see if it works

I cant seem to reproduce your issue :/

I don't have a multi headed setup so I cant really do this as of now, although any help would be greatly appreciated!