small description of keybindings
This commit is contained in:
parent
9d158966db
commit
f682152bbe
|
@ -423,7 +423,7 @@
|
||||||
(awful.key [ modkey ] "t" (fn [c] (set c.ontop (not c.ontop)))
|
(awful.key [ modkey ] "t" (fn [c] (set c.ontop (not c.ontop)))
|
||||||
{:description "toggle keep on top" :group "client"})
|
{:description "toggle keep on top" :group "client"})
|
||||||
(awful.key [ modkey ] "u" (fn [c] (set c.sticky (not c.sticky)))
|
(awful.key [ modkey ] "u" (fn [c] (set c.sticky (not c.sticky)))
|
||||||
{:description "toggle keep on top" :group "client"})
|
{:description "toggle sticky" :group "client"})
|
||||||
(awful.key [ modkey ] "n" (fn [c]
|
(awful.key [ modkey ] "n" (fn [c]
|
||||||
;; The client currently has the input focus, so it cannot be
|
;; The client currently has the input focus, so it cannot be
|
||||||
;; minimized, since minimized clients can't have the focus.
|
;; minimized, since minimized clients can't have the focus.
|
||||||
|
|
Loading…
Reference in a new issue