From 4b5384bcb6dd36d51aacc1e40ed8b020444f9882 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Wed, 17 Jun 2020 11:08:49 +0530 Subject: todo --- TODO.md | 3 +-- config.h | 4 ++-- 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") }, }, }; -- cgit v1.3.1