You are not logged in.
I use the PKGBUILD from dwm-sprinkles in the AUR. I don't think my config.h matters, I just tried with the default config. It works fine until I change the terminal in the config.h to spawn "urxvt" instead of the default "uxterm".
Offline
I have made a little change that may fix your problem.
But because it is early and i did not had any coffee, i just overwrote the old version (Doh!). Now the md5 sum is wrong in the pkbuild (its now 6bda04e45a68961ff7df5b81b74729db).
Ceterum autem censeo Systemdinem esse delendam
Offline
Thank you! It doesn't crash anymore ![]()
But now there's another problem, the color codes doesn't work properly.
xsetroot -name "^[#000000,#ffffff; test"It will display exactly like that, "^[#000000,#ffffff; test" instead of colors.
And the nbstack layout doesn't work as it should. It appears as there are no master windows, only slaves. Actually, there is a master window, but it's only big enough to type 1 line. Increasing/decreasing the size of the master area doesn't work in this layout either anymore.
Maybe a long shot, but I'll install the crashing version again and disable the escape codes to set the title in urxvt windows. I have it so the title window always is the last command I entered.
Offline
Thank you! It doesn't crash anymore
But now there's another problem, the color codes doesn't work properly.
xsetroot -name "^[#000000,#ffffff; test"It will display exactly like that, "^[#000000,#ffffff; test" instead of colors.
And the nbstack layout doesn't work as it should. It appears as there are no master windows, only slaves. Actually, there is a master window, but it's only big enough to type 1 line. Increasing/decreasing the size of the master area doesn't work in this layout either anymore.
Maybe a long shot, but I'll install the crashing version again and disable the escape codes to set the title in urxvt windows. I have it so the title window always is the last command I entered.
The extended colors are only available in svn (only colors) and experimental (colors, icons, bar graph). The stable release has only static colors (use binary 1-9, defined in config.h).
The nbstack (occurs in other modes too) bug is known and fixed in svn. I will backport the fixes to stable later this day, or maybe better release a new stable.
Ceterum autem censeo Systemdinem esse delendam
Offline
Oh! How silly of me. I'll pick the svn-version later when I'm home.
I must have mixed them up since the default config.h did mention those escape codes, and did have a few examples of them. I naturally thought they were available then ^^.
Thank you again
Offline
Strange, the code description should only in the svn version, not in the tgz. Maybe you used it once and get the files mixed up?
Ceterum autem censeo Systemdinem esse delendam
Offline
Strange, the code description should only in the svn version, not in the tgz. Maybe you used it once and get the files mixed up?
Don't worry, it was probably me mixing them up ![]()
Offline