Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andreoss/.stumpwm.d

stumpwm configuration
https://github.com/andreoss/.stumpwm.d

stumpwm stumpwmrc

Last synced: 23 days ago
JSON representation

stumpwm configuration

Awesome Lists containing this project

README

        

# Stumpwm Configuration

## Requirements

```shell
sbcl --non-interactive --eval "(ql:quickload :bt-semaphore)"
sbcl --non-interactive --eval "(ql:quickload :external-program)"
sbcl --non-interactive --eval "(ql:quickload :swank)"
sbcl --non-interactive --eval "(ql:quickload :stumpwm)"
```

## Installation

```shell
git clone https://github.com/andreoss/.stumpwm.d ~/.stumpwm.d
echo "exec ~/.stumpwm.d/start.sh" > ~/.xsession
```