This repository has been archived on 2021-07-31. You can view files and clone it, but cannot push or open issues or pull requests.
.stumpwm.d/placement.lisp
Lucien Cartier-Tilet 0b9c9b2a16
Add initial config
This is just some preliminary config in order to make StumpWM usable
and give it a nice look. I’m also mostly just playing around to see
how StumpWM works and behaves.
2021-07-25 10:14:00 +02:00

11 lines
226 B
Common Lisp

(clear-window-placement-rules)
(define-frame-preference "browser"
(nil t t :class "Firefox"))
(define-frame-preference "emacs"
(nil t t :class "Emacs"))
(define-frame-preference "files"
(nil t t :class "nemo"))