system settings
git clone https://git.lucas.co/cce-system-interface.git
chore: drop the empty keybindings page stub
Keybinding and input edits happen directly on ~/.config/cce/input.kdl
(e.g. via cce-data-editor) — there will be no dedicated settings UI.
Co-Authored-By: Claude Fable 5 <[email protected]>
Claude-Session: https://claude.ai/code/session_01PXSsCppeDFmSRRM5NAug5a
src/pages/keybindings.rs | 1 -
src/pages/mod.rs | 1 -
2 files changed, 2 deletions(-)
diff --git a/src/pages/keybindings.rs b/src/pages/keybindings.rs
deleted file mode 100644
index 8b13789..0000000
--- a/src/pages/keybindings.rs
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/src/pages/mod.rs b/src/pages/mod.rs
index 58f7f01..f19e394 100644
--- a/src/pages/mod.rs
+++ b/src/pages/mod.rs
@@ -2,7 +2,6 @@ pub mod audio;
pub mod network;
pub mod storage;
pub mod system_info;
-pub mod keybindings;
pub mod processes;
pub mod fonts;
pub mod accounts;