From 0472319c6ce3c47625323c5a87e23a0166dd531c Mon Sep 17 00:00:00 2001 From: Almarhoon Ibraheem Date: Tue, 18 Jun 2024 17:15:44 +0300 Subject: [PATCH] mark auto-reload and which-key todo --- modules/auto-reload.scm | 3 ++- modules/which-key.scm | 1 + modules/workspace-grid.scm | 3 +-- 3 files changed, 4 insertions(+), 3 deletions(-) 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