mirror of
https://github.com/ebeem/guile-swayer.git
synced 2024-11-16 07:47:32 +01:00
use nop in general
This commit is contained in:
parent
b0731b8581
commit
08339179d7
1 changed files with 2 additions and 2 deletions
|
@ -15,9 +15,9 @@
|
|||
general-submaps
|
||||
general-command-received-hook))
|
||||
|
||||
(define general-command-prefix "echo /general ")
|
||||
(define general-command-prefix "/general ")
|
||||
(define general-command-signature
|
||||
(string-append "exec " general-command-prefix))
|
||||
(string-append "nop " general-command-prefix))
|
||||
|
||||
;; Local copy of keybindings configured by general, it's recommended to
|
||||
;; only use general to assign keybindings, otherwise this hashtable won't
|
||||
|
|
Loading…
Reference in a new issue