feature/popup: remove default slot & window-width

...and fix :popup not mapping the size parameter to the correct
dimension when no side is specified.
This commit is contained in:
Henrik Lissner 2018-01-07 05:39:28 -05:00
parent 25a2973c52
commit 84cba91e50
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 6 additions and 6 deletions

View file

@ -47,5 +47,7 @@ https://mediatemple.net"
"TODO")
(set! :popup "^\\*doom-regex\\*$" '((size . 4)) '((quit)))
(set! :popup "^\\*doom-regex-groups" '((side . left)) '((select) (quit)))
(set! :popup "^\\*doom-regex-groups"
'((side . left) (size . 28))
'((select) (quit)))