mirror of
https://github.com/labwc/labwc.git
synced 2025-11-05 13:29:58 -05:00
Add window menu
This commit is contained in:
parent
4bc8726abd
commit
759b26b5c1
12 changed files with 108 additions and 11 deletions
|
|
@ -504,6 +504,7 @@ static struct {
|
|||
{ "W-Right", "SnapToEdge", "right" },
|
||||
{ "W-Up", "SnapToEdge", "up" },
|
||||
{ "W-Down", "SnapToEdge", "down" },
|
||||
{ "A-Space", "ShowMenu", "client-menu"},
|
||||
{ "XF86_AudioLowerVolume", "Execute", "amixer sset Master 5%-" },
|
||||
{ "XF86_AudioRaiseVolume", "Execute", "amixer sset Master 5%+" },
|
||||
{ "XF86_AudioMute", "Execute", "amixer sset Master toggle" },
|
||||
|
|
@ -553,6 +554,9 @@ static struct {
|
|||
{ "Titlebar", "Left", "Press", "Raise", NULL},
|
||||
{ "TitleBar", "Left", "Drag", "Move", NULL },
|
||||
{ "TitleBar", "Left", "DoubleClick", "ToggleMaximize", NULL },
|
||||
{ "TitleBar", "Right", "Click", "Focus", NULL},
|
||||
{ "TitleBar", "Right", "Click", "Raise", NULL},
|
||||
{ "TitleBar", "Right", "Click", "ShowMenu", "client-menu"},
|
||||
{ "Close", "Left", "Click", "Close", NULL },
|
||||
{ "Iconify", "Left", "Click", "Iconify", NULL},
|
||||
{ "Maximize", "Left", "Click", "ToggleMaximize", NULL},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue