aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2024-01-18 19:20:46 +0400
committerIvan Molodetskikh <yalterz@gmail.com>2024-01-18 20:32:44 +0400
commit011c91c98a76880744d35afa763c20db074d9c90 (patch)
tree035410f1a48769b3dd7f78417d673adcc81eb8aa /src/main.rs
parentedafa139f6296ec8b23906978f4798338877f28d (diff)
downloadniri-011c91c98a76880744d35afa763c20db074d9c90.tar.gz
niri-011c91c98a76880744d35afa763c20db074d9c90.tar.bz2
niri-011c91c98a76880744d35afa763c20db074d9c90.zip
Add an important hotkeys overlay
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 9fe1394a..f4c7c70c 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -9,6 +9,7 @@ mod cursor;
mod dbus;
mod frame_clock;
mod handlers;
+mod hotkey_overlay;
mod input;
mod ipc;
mod layout;