diff options
| author | Akshay Nair <phenax5@gmail.com> | 2020-06-17 11:28:44 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2020-06-17 11:28:44 +0530 |
| commit | 0c9d36aa5bb64029c254a6fcd645b892b37d5661 (patch) | |
| tree | d8cd3af6bfd8aeceaec921e491e6dc75e626561b /config.h | |
| parent | 4b5384bcb6dd36d51aacc1e40ed8b020444f9882 (diff) | |
| download | shotkey-0c9d36aa5bb64029c254a6fcd645b892b37d5661.tar.gz shotkey-0c9d36aa5bb64029c254a6fcd645b892b37d5661.zip | |
Adds cli arguments
Diffstat (limited to '')
| -rw-r--r-- | config.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -30,3 +30,8 @@ static Key keys[] = { { MOD|ShiftMask, XK_x, mode(Bright, True) }, }; +static ModeProperties mode_properties[MODE_SIZE] = { + [Music] = { "Music player" }, + [Bright] = { "Brightness" }, +}; + |
