aboutsummaryrefslogtreecommitdiffstats
path: root/oni
diff options
context:
space:
mode:
authorGravatar Tom Willemse2025-07-16 12:03:33 -0700
committerGravatar Tom Willemse2025-07-16 12:03:33 -0700
commitb4927f622ee5ae53aa31bf05262166aa6416b656 (patch)
treed82898f34e0748b8a87c7b7f340a802a81aefd20 /oni
parent074c10ac53a0666094f254d907e4a2fd672ba224 (diff)
downloadnew-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.lisp5
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")