]> git.earman.xyz Git - stumpwminit.git/commitdiff
Swap v/h split, attempt to clean up help page master
authorrush <rush@Thonkbook.com>
Mon, 1 Sep 2025 03:34:47 +0000 (23:34 -0400)
committerrush <rush@Thonkbook.com>
Mon, 1 Sep 2025 03:34:47 +0000 (23:34 -0400)
init.lisp

index 3eaa7c6a643c22a936692abcc0e325884c6e13de..0240e70d9e35ed4a06e8cc19d884fcd7243d2b67 100644 (file)
--- a/init.lisp
+++ b/init.lisp
@@ -14,6 +14,8 @@
 (undefine-key *root-map* (kbd "C-a"))
 (undefine-key *root-map* (kbd "C-b"))
 (undefine-key *root-map* (kbd "C-m"))
+(undefine-key *root-map* (kbd "s"))
+(undefine-key *root-map* (kbd "S"))
 
 (define-key *top-map* (kbd "s-l") "exec xscreensaver-command --activate")
 (define-key *top-map* (kbd "s-s") "toggle-slynk")
@@ -23,8 +25,8 @@
 
 (define-key *root-map* (kbd "\-") "vsplit")
 (define-key *root-map* (kbd "\\") "hsplit")
-(define-key *root-map* (kbd "s") "vsplit-and-focus")
-(define-key *root-map* (kbd "S") "hsplit-and-focus")
+(define-key *root-map* (kbd "s") "hsplit-and-focus")
+(define-key *root-map* (kbd "S") "vsplit-and-focus")
 (define-key *root-map* (kbd "C-c") "9term")
 (define-key *root-map* (kbd "C-s") "surf")
 (define-key *root-map* (kbd "C-f") "firefox")