mirror of
https://github.com/labwc/labwc.git
synced 2025-11-03 09:01:51 -05:00
config: use super+arrow for SnapToEdge by default
This commit is contained in:
parent
98b682379f
commit
526fb1668c
1 changed files with 4 additions and 0 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue