mirror of
https://github.com/ebeem/guile-swayer.git
synced 2024-11-16 07:47:32 +01:00
mark auto-reload and which-key todo
This commit is contained in:
parent
dcb4a7ef2c
commit
0472319c6c
3 changed files with 4 additions and 3 deletions
|
@ -1,4 +1,5 @@
|
|||
(define-module (modules which-key)
|
||||
;; TODO
|
||||
(define-module (modules auto-reload)
|
||||
#:use-module (swayipc dispatcher)
|
||||
#:export ())
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
;; TODO
|
||||
(define-module (modules which-key)
|
||||
#:use-module (swayipc dispatcher)
|
||||
#:export ())
|
||||
|
|
|
@ -16,8 +16,7 @@
|
|||
#:use-module (swayipc dispatcher)
|
||||
#:use-module (swayipc events)
|
||||
|
||||
#:export (
|
||||
WORKSPACES
|
||||
#:export (WORKSPACES
|
||||
COLUMNS
|
||||
ROWS
|
||||
workspace-grid-configure
|
||||
|
|
Loading…
Reference in a new issue