From 86cb3233bdae6ac5e97b581a98e5ccf90111c930 Mon Sep 17 00:00:00 2001 From: maniac Date: Wed, 14 Feb 2007 13:26:22 +0000 Subject: wall plugin: changed default binding for sticky to Super+Alt+S (Super+T is used by group, argh) git-svn-id: file:///beryl/trunk@4055 d7aaf104-2d23-0410-ae22-9d23157bf5a3 --- beryl-plugins/src/wall.c | 4 ++-- 1 file 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 \ -- cgit v1.1