diff options
| author | 2025-07-16 12:03:33 -0700 | |
|---|---|---|
| committer | 2025-07-16 12:03:33 -0700 | |
| commit | b4927f622ee5ae53aa31bf05262166aa6416b656 (patch) | |
| tree | d82898f34e0748b8a87c7b7f340a802a81aefd20 /oni | |
| parent | 074c10ac53a0666094f254d907e4a2fd672ba224 (diff) | |
| download | new-dotfiles-b4927f622ee5ae53aa31bf05262166aa6416b656.tar.gz new-dotfiles-b4927f622ee5ae53aa31bf05262166aa6416b656.zip | |
stumpwm: Don't use the “default” frame dump
Instead manually define the groups. The default frame dump wasn't working well
for the screen setup that I have at work. I switch between 3 setups:
- 1 laptop screen
- 1 ultrawide screen
- 1 laptop screen, 1 extra screen
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") |
