Skip to content

wm configs

GB_2 edited this page Jan 31, 2021 · 4 revisions

Installation

Void Linux

Add the package repository:

echo "repository=https://github.com/rosssoftware/Void-Packages/raw/master/" > /etc/xbps.d/ross.conf

Then install the package:

xbps-install -S ross-wm-configs

Arch Linux

There is an official git package available in the AUR: ross-wm-configs-git

Starting

Login Manager

Just select "ROSS Shell" from your login manager (for example LightDM) and login!

Xinit

Put the following command inside your ~/.xinitrc:

awesome -c /etc/xdg/awesome/ross/rc.lua

Then start it:

startx
Clone this wiki locally