diff options
Diffstat (limited to 'src/conf.h')
-rw-r--r-- | src/conf.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -25,10 +25,9 @@ #include "data.h" #include "actions.h" -#define KEY_PREFIX 't' +#define KEY_PREFIX XK_t #define MODIFIER_PREFIX ControlMask - /* Quit ratpoison when there are no more managed windows. */ //#define AUTO_CLOSE |