diff options
Diffstat (limited to 'oni')
| -rw-r--r-- | oni/home/services/stumpwm/stumpwm.lisp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/oni/home/services/stumpwm/stumpwm.lisp b/oni/home/services/stumpwm/stumpwm.lisp index 6312cbc..63fafb1 100644 --- a/oni/home/services/stumpwm/stumpwm.lisp +++ b/oni/home/services/stumpwm/stumpwm.lisp @@ -143,9 +143,10 @@ after it has been unlocked." (define-key *top-map* (kbd "s-c") '*user-bindings*) -(restore-from-file "default") +(grename "dev") +(gnewbg "chat") -(define-frame-preference "Default" +(define-frame-preference "dev" (0 t nil :class "kitty") (0 t nil :class "org.wezfurlong.wezterm") (1 t nil :class "Emacs") |
