This repository was archived by the owner on Aug 2, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
WMaker
robinson-philo edited this page Sep 18, 2018
·
18 revisions
For the dozens of us (dozens!) who still prefer Window Maker's fast, efficient, and highly stable window manager, it is very easy to quickly install in crouton using x11.
- Create a chroot with X11:
$ sudo sh ~/Downloads/crouton -r sid -t x11 - Enter the chroot:
$ sudo enter-chroot -n sid - Install wmaker:
$ sudo apt-get install wmaker - Add
exec wmakerto ~/.xinitrc:
$ echo "exec wmaker" > ~/.xinitrc - Launch wmaker directly from the crosh shell:
$ sudo enter-chroot xinit - Create an alias for starting in wmaker:
addalias startwmaker='sudo enter-chroot -n sid xinit'to your/home/chronos/user/.bashrc(chromeos)
- start xterm automatically by adding it to .xinitrc. Try
echo "xterm &" > ~/.xinitrc $$ echo "exect wmaker --no-clip" - To get trackpad working install synaptic:
sudo apt-get install xserver-xorg-input-synaptics - To change configurations easily without installing too many other packages try:
WPrefs