mark auto-reload and which-key todo

This commit is contained in:
Almarhoon Ibraheem 2024-06-18 17:15:44 +03:00
parent dcb4a7ef2c
commit 0472319c6c
3 changed files with 4 additions and 3 deletions

View file

@ -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 ())

View file

@ -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 ())

View file

@ -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