diff options
| author | Akshay Nair <phenax5@gmail.com> | 2020-06-16 21:41:58 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2020-06-16 21:41:58 +0530 |
| commit | 5054d0060c0226509d40e3429a573b7e912a72a8 (patch) | |
| tree | 48e4c2c90dcc5f0305cf59c99545222bc9aed84f /config.h | |
| parent | 10b2fc13cf342f2276d4107d70d010e8f7ef7d8a (diff) | |
| download | shotkey-5054d0060c0226509d40e3429a573b7e912a72a8.tar.gz shotkey-5054d0060c0226509d40e3429a573b7e912a72a8.zip | |
Docs
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,10 +1,10 @@ // Shell static char shell[] = "sh"; -#define MOD Mod1Mask|ShiftMask +#define MOD Mod1Mask static Key keys[] = { - { MOD, XK_y, "notify-send hello" }, - { MOD, XK_z, "~/scripts/notify.sh wow" }, + { MOD|ShiftMask, XK_y, "notify-send hello" }, + { MOD|ShiftMask, XK_z, "~/scripts/notify.sh wow" }, }; |
