change 'sticky' to 'stick' to toggle client stickiness (seems the

default binding worked for everyone for a long time!); conflict with
group sticky found by Ali Farzanrad - thanks!
This commit is contained in:
okan 2016-09-12 13:47:00 +00:00
parent c82c3f0835
commit b14a4b222d
2 changed files with 3 additions and 3 deletions

4
conf.c
View File

@ -207,7 +207,7 @@ static const struct {
{ "CM-g", "grouptoggle" },
{ "CM-f", "fullscreen" },
{ "CM-m", "maximize" },
{ "CM-s", "sticky" },
{ "CM-s", "stick" },
{ "CM-equal", "vmaximize" },
{ "CMS-equal", "hmaximize" },
{ "CMS-f", "freeze" },
@ -408,7 +408,7 @@ static const struct {
{.i = (CWM_CLIENT_RCYCLE | CWM_CLIENT_CYCLE_INGRP)} },
{ "grouptoggle", kbfunc_client_grouptoggle, CWM_CONTEXT_CLIENT,
{.i = CWM_KBD}},
{ "sticky", kbfunc_client_toggle_sticky, CWM_CONTEXT_CLIENT, {0} },
{ "stick", kbfunc_client_toggle_sticky, CWM_CONTEXT_CLIENT, {0} },
{ "fullscreen", kbfunc_client_toggle_fullscreen, CWM_CONTEXT_CLIENT,
{0} },
{ "maximize", kbfunc_client_toggle_maximize, CWM_CONTEXT_CLIENT, {0} },

View File

@ -301,7 +301,7 @@ Raise current window.
Label current window.
.It freeze
Freeze current window geometry.
.It sticky
.It stick
Stick current window to all groups (same as assigning to nogroup).
.It fullscreen
Full-screen current window (gap + border removed).