diff options
| author | Ivan Kanakarakis <ivan.kanak@gmail.com> | 2011-12-27 21:13:13 +0200 |
|---|---|---|
| committer | Ivan Kanakarakis <ivan.kanak@gmail.com> | 2011-12-27 21:13:21 +0200 |
| commit | a632190a5a8b1b6653197dddcd3e099971714c87 (patch) | |
| tree | ed61afe2b93efc062ea6405b87d6c9e7f7af9ed4 /config.h | |
| parent | dc5a7cd0eee456ce9f8ce3cf76eb1c2dbb83398f (diff) | |
correct small typo
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -23,7 +23,7 @@ /** buttons **/ #define MOD1 Mod1Mask /* ALT key */ #define MOD4 Mod4Mask /* Super/Windows key */ -#define CONTROL ControlMask /* Cotrol key */ +#define CONTROL ControlMask /* Control key */ #define SHIFT ShiftMask /* Shift key */ /** generic settings **/ @@ -46,7 +46,7 @@ /** open applications to specified desktop **/ static const AppRule rules[] = { \ /* class desktop follow */ - { "MPlayer", 3, True }, + { "MPlayer", 3, True }, }; /* helper for spawning shell commands */ |
