Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/andreoss/.stumpwm.d
- Owner: andreoss
- Created: 2021-05-05T01:24:53.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-05T03:55:32.000Z (about 2 years ago)
- Last Synced: 2023-03-12T00:33:33.311Z (almost 2 years ago)
- Topics: stumpwm, stumpwmrc
- Language: Common Lisp
- Homepage:
- Size: 18.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```