diff --git a/modules/auto-reload.scm b/modules/auto-reload.scm index 22637ca..6a2f443 100755 --- a/modules/auto-reload.scm +++ b/modules/auto-reload.scm @@ -1,4 +1,5 @@ -(define-module (modules which-key) +;; TODO +(define-module (modules auto-reload) #:use-module (swayipc dispatcher) #:export ()) diff --git a/modules/which-key.scm b/modules/which-key.scm index 22637ca..f333cdb 100755 --- a/modules/which-key.scm +++ b/modules/which-key.scm @@ -1,3 +1,4 @@ +;; TODO (define-module (modules which-key) #:use-module (swayipc dispatcher) #:export ()) diff --git a/modules/workspace-grid.scm b/modules/workspace-grid.scm index bb36a20..50eae03 100755 --- a/modules/workspace-grid.scm +++ b/modules/workspace-grid.scm @@ -16,8 +16,7 @@ #:use-module (swayipc dispatcher) #:use-module (swayipc events) - #:export ( - WORKSPACES + #:export (WORKSPACES COLUMNS ROWS workspace-grid-configure