aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2020-06-17 11:08:49 +0530
committerAkshay Nair <phenax5@gmail.com>2020-06-17 11:08:49 +0530
commit4b5384bcb6dd36d51aacc1e40ed8b020444f9882 (patch)
tree1a21710e4d8cd4bf83447528510f6e973bdee288 /config.h
parenta54d2bcc102d8c30ff0e07f024458f2c61b3a7e3 (diff)
downloadshotkey-4b5384bcb6dd36d51aacc1e40ed8b020444f9882.tar.gz
shotkey-4b5384bcb6dd36d51aacc1e40ed8b020444f9882.zip
todo
Diffstat (limited to '')
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
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") },
},
};