-
Notifications
You must be signed in to change notification settings - Fork 150
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
Awesome support #282
Comments
For DEs and WMs that support changing the wallpaper natively, we should be using that functionality over feh or nitrogen. What happens when you run the existing code for Awesome in a terminal? (I'm assuming that this code is correct and worked at some point) |
Nothing happens. Code is not applied and gears is loaded. |
This is what the current code looks like. The echo "local gears = require(\"gears\") gears.wallpaper.maximized(\"$1\", s, true)" | awesome-client |
I don't have DESKTOP_STARTUP_ID on mine. I am using Arch linux + awesome On my computer, I have this in the environment... This works for me... (changed the call to maximized to "nil") to change it for all screens.
|
Awesome does not change with this code.
This is the result if we type in the environement variable
echo $DESKTOP_STARTUP_ID
give this as result
awesome/urxvt/958-1-ArcoLinuxB_TIME407372
But I have changed this code to include awesome and that works - noitice the word awesome in the first line.
Could you add the word awesome there?
The text was updated successfully, but these errors were encountered: