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:
parent
25a2973c52
commit
84cba91e50
3 changed files with 6 additions and 6 deletions
|
@ -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)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue