You are not logged in.
Pages: 1
can i change the color of lwm edges?
can i set button1 to open the terminal in lwm?
Last edited by 0-day (2016-08-10 09:05:16)
Offline
lwm.button1: sakura in .xresouurces
but it do not works
Offline
try
lwm.button1: exec sakura
this works for me in ~/.Xresources
Last edited by porkpiehat (2016-08-10 13:56:23)
Offline
for green border?
Offline
RESOURCES
Lwm understands the following X resources:titlefont font used in window titles
popupFont font used in popup window (menu/size indicator)
border width in pixels of window borders
button1 program spawned when button 1 is clicked on the root window
button2 program spawned when button 2 is clicked on the root window
focus focus mode, one of "enter" for enter-to-focus (or sloppy focus), or "click" for click-to-focus
border color cannot be set in .Xresources. If you want a green border you will have to modify the source code and rebuild.
Last edited by porkpiehat (2016-08-10 17:22:11)
Offline
Pages: 1