diff --git a/src/config/rcxml.c b/src/config/rcxml.c index df8e1c49..e5fe4504 100644 --- a/src/config/rcxml.c +++ b/src/config/rcxml.c @@ -428,6 +428,10 @@ static struct { { "A-Right", "MoveToEdge", "right" }, { "A-Up", "MoveToEdge", "up" }, { "A-Down", "MoveToEdge", "down" }, + { "W-Left", "SnapToEdge", "left" }, + { "W-Right", "SnapToEdge", "right" }, + { "W-Up", "SnapToEdge", "up" }, + { "W-Down", "SnapToEdge", "down" }, { "XF86_AudioLowerVolume", "Execute", "amixer sset Master 5%-" }, { "XF86_AudioRaiseVolume", "Execute", "amixer sset Master 5%+" }, { "XF86_AudioMute", "Execute", "amixer sset Master toggle" },