summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/stumpwm/keybindings.lisp8
1 files changed, 7 insertions, 1 deletions
diff --git a/.config/stumpwm/keybindings.lisp b/.config/stumpwm/keybindings.lisp
index d2d0188..916150e 100644
--- a/.config/stumpwm/keybindings.lisp
+++ b/.config/stumpwm/keybindings.lisp
@@ -15,7 +15,13 @@
(let ((cmd (read-one-line (current-screen) ": " :initial-input initial)))
(when cmd
(eval-command cmd t))))
-
+
+
+
+(define-key *root-map* (kbd "`") "select-window-by-number 0")
+
+(define-key *root-map* (kbd "C-f") "fullscreen")
+
;; Run rofi
(define-key *root-map* (kbd "C-r") "exec rofi -show drun")