diff options
| -rw-r--r-- | TODO.md | 3 | ||||
| -rw-r--r-- | config.h | 4 |
2 files changed, 3 insertions, 4 deletions
@@ -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 @@ -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") }, }, }; |
