LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   how to install tinywm a new window manager in slackware 14.1? (https://www.linuxquestions.org/questions/slackware-14/how-to-install-tinywm-a-new-window-manager-in-slackware-14-1-a-4175541318/)

nitecrawler 05-04-2015 11:17 AM

Quote:

Originally Posted by lems (Post 5357715)
If you copied the tinywm executable to /usr/bin, it is now in PATH (if it's executable), so you can just as well create a file .xinitrc in your home directory with content such as this:

Code:

#! /bin/sh

xterm&
exec tinywm

Make it executable:
Code:

chmod +x ~/.xinitrc


after i make the file executable how do i have to run this file ?through xwmconfig? or is tinywm installation complete?can i just re-login to tinywm?

lems 05-04-2015 01:15 PM

Quote:

Originally Posted by nitecrawler (Post 5357726)
after i make the file executable how do i have to run this file ?through xwmconfig? or is tinywm installation complete?can i just re-login to tinywm?

The tinywm installation is complete if you copied the binary "tinywm" to /usr/bin. If you created a .xinitrc file, you can then simply run "startx" from a console, and it will load tinywm.

nitecrawler 05-04-2015 11:10 PM

cool....so hopefully work with tinywm soon....will check on this and get back....

nitecrawler 06-25-2015 05:05 AM

Quote:

Originally Posted by lems (Post 5357785)
The tinywm installation is complete if you copied the binary "tinywm" to /usr/bin. If you created a .xinitrc file, you can then simply run "startx" from a console, and it will load tinywm.

thanks for that final tip...

@Didier Spaier : as you pointed out very plain...just wanted to see the changes...

will check the other lightweight options from slackbuilds

thank you one and all involved...


All times are GMT -5. The time now is 08:18 PM.