small description of keybindings

This commit is contained in:
Chris Cochrun 2022-11-28 09:43:15 -06:00
parent 9d158966db
commit f682152bbe

View file

@ -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.