-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Xresources not loaded #153
Comments
This is very strange. I had to use |
Can confirm that /etc/lemurs/wms/awesome
--------------------------------
#!/usr/bin/env bash
xrdb -merge $HOME/.Xresources
exec awesome It works perfectly if I use another DisplayManager or even with lemurs.log
|
I am able to reproduce the behavior. It is very strange. From what I see, some other DMs (e.g. Ly) have the same problem. I think the |
@coastalwhite Can confirm i have faced the same problem today, had to revert to my previous display manager in order to get it working. |
Hello, nice to meet you all 👋🏻 I'd like to join this conversation and see if/how I can help, considering I'm actively using Lemurs and have to deal with this issue daily. As a first attempt, I tried to apply a sleep between the X bootup and the |
Thank you. I would love for someone to look further this. Personally, I got a bit lost on this issue when I looked into it before. |
I had the same problem. |
I had the same problem. I added the following to the end of my I noticed |
Although, looking at the documentation for xrdb, I don't feel like it should matter. I feel like we are safe to replace |
I just added this line from |
I want to use Lemurs bit this issue is preventing me from doing so. I use .Xresources to set my screen DPI, and it's the only way that I've been able to use my external monitor with my HDPI laptop screen together. It's an annoying, but hard-won victory for this to work and I'm not keen on trying to find another solution in that regard. I want to use Lemurs so that I can finally have sleep/idle working properly since i3 doesn't report idle events for logind. I've tried some of the fixes in the comments here, but none of them work. The following .xinitrc with
I created the following /etc/lemurs/wms/i3. It launches i3, but does not set my keyboard map with
I'm wondering if it's because |
When I use X on my computer, I need to use the xresource "Xft.dpi" to adjust screen dpi. Using my shell to start xinit and then sourcing the files in my local xinitrc generally works fine, but as I am trying to adjust to this display manager I am finding that the Xft.dpi isn't being respected.
There is a file in my home dir as follows:
When I launch this setup, it is not sourced:
An inspection of the code leads me to believe that the file
/etc/lemurs/xsetup.sh
should run and directly source~/.Xresources
, which obviously is not happening.The text was updated successfully, but these errors were encountered: