diff options
-rw-r--r-- | beryl-plugins/src/wall.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/beryl-plugins/src/wall.c b/beryl-plugins/src/wall.c index ae8a630..2c25cf4 100644 --- a/beryl-plugins/src/wall.c +++ b/beryl-plugins/src/wall.c @@ -54,8 +54,8 @@ Known Bugs: #define WALL_EXPO_KEY_DEFAULT "e" #define WALL_EXPO_MODIFIERS_DEFAULT (CompSuperMask) -#define WALL_STICKY_KEY_DEFAULT "t" -#define WALL_STICKY_MODIFIERS_DEFAULT (CompSuperMask) +#define WALL_STICKY_KEY_DEFAULT "s" +#define WALL_STICKY_MODIFIERS_DEFAULT (CompSuperMask | CompAltMask) #define WALL_MOVE_MODIFIERS_DEFAULT (CompAltMask | ControlMask) #define WALL_MOVE_WITH_WINDOW_MODIFIERS_DEFAULT \ |