aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--TODO.md3
-rw-r--r--config.h4
2 files changed, 3 insertions, 4 deletions
diff --git a/TODO.md b/TODO.md
index dd0a0a6..f5cb8b1 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,8 +1,7 @@
# TODO
- [ ] Some magic helpers for clean config
- [X] Add modes
- - [ ] Persistent mode
- - [ ] Abstract normal mode as just another mode
+ - [X] Persistent mode
- [ ] Get current mode from cli
- [ ] Hook for mode change
- [ ] KeyPress and KeyRelease options
diff --git a/config.h b/config.h
index 6473f50..a6d3c45 100644
--- a/config.h
+++ b/config.h
@@ -18,8 +18,8 @@ static Key modes[MODE_SIZE][10] = {
{ 0, XK_m, cmd("notify-send inside_music") },
},
[Bright] = {
- { 0, XK_m, cmd("notify-send inside_bright") },
- { 0, XK_n, cmd("notify-send inside_bright_1") },
+ { 0, XK_m, cmd("notify-send inside_bright") },
+ { 0, XK_n, cmd("notify-send inside_bright_1") },
},
};