Hackartist’s Penrose Configuration

1 How to use this configuration

1.1 Testing configurations

Below command tests if all configurations are suitable.

cargo test

1.2 Compiling

cargo build --release
cp -rf target/release/penrose-config $HOME/.local/bin/penrose-config

1.3 Running with startx

You need to add below command into the end of line of ~/.xinitrc file.

1.3.1 Adding startx command at the first time

echo "exec $HOME/.local/bin/penrose-config &> ~/penrose.log" >> ~/.xinitrc

1.3.2 Running startx

startx

2 References

3 Acronyms