summaryrefslogtreecommitdiff
path: root/.stumpwm.d/keybindings.lisp
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-09-26 15:17:57 +0300
committerThanos Apollo <[email protected]>2023-09-26 15:17:57 +0300
commit63c5750fb8cbeb10af0515c7facd6494720f2c0d (patch)
tree3ab0001482d815a17bff2c063a0229967a882e19 /.stumpwm.d/keybindings.lisp
parent7cc3678673eb0b9017f99c7612a2a38e1e3b438d (diff)
[stumpwm] Add nyxt commands
Diffstat (limited to '.stumpwm.d/keybindings.lisp')
-rw-r--r--.stumpwm.d/keybindings.lisp9
1 files changed, 5 insertions, 4 deletions
diff --git a/.stumpwm.d/keybindings.lisp b/.stumpwm.d/keybindings.lisp
index a1224ee..7586047 100644
--- a/.stumpwm.d/keybindings.lisp
+++ b/.stumpwm.d/keybindings.lisp
@@ -51,7 +51,7 @@
(define-key *top-map* (kbd "F2") "exec brightnessctl --device='intel_backlight' set +5%")
(define-key *top-map* (kbd "F3") "exec ~/.scripts/keyboard-light-x220.sh")
- ;;; Groups
+;Groups
;; Switch to group
(define-key *root-map* (kbd "M-1") "gselect 1")
(define-key *root-map* (kbd "M-2") "gselect 2")
@@ -75,8 +75,9 @@
(define-key *root-map* (kbd "M-b") "move-window left")
(define-key *root-map* (kbd "M-f") "move-window right")
(define-key *root-map* (kbd "M-n") "move-window down")
-
-(define-key *root-map* (kbd "s") "Duck")
-
+;; Nyxt
+(define-key *root-map* (kbd "s") "nyxt-buffer-load")
+(define-key *root-map* (kbd "C-s") "nyxt-new-buffer-load")
+;; Productivity
(load-module "productivity")
(define-key *top-map* (kbd "F7") "productivity-mode-toggle")