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)
|
#:use-module (swayipc dispatcher)
|
||||||
#:export ())
|
#:export ())
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
;; TODO
|
||||||
(define-module (modules which-key)
|
(define-module (modules which-key)
|
||||||
#:use-module (swayipc dispatcher)
|
#:use-module (swayipc dispatcher)
|
||||||
#:export ())
|
#:export ())
|
||||||
|
|
|
@ -16,8 +16,7 @@
|
||||||
#:use-module (swayipc dispatcher)
|
#:use-module (swayipc dispatcher)
|
||||||
#:use-module (swayipc events)
|
#:use-module (swayipc events)
|
||||||
|
|
||||||
#:export (
|
#:export (WORKSPACES
|
||||||
WORKSPACES
|
|
||||||
COLUMNS
|
COLUMNS
|
||||||
ROWS
|
ROWS
|
||||||
workspace-grid-configure
|
workspace-grid-configure
|
||||||
|
|
Loading…
Reference in a new issue