diff --git a/awesome/keybindings.fnl b/awesome/keybindings.fnl index 553d949..2cedaba 100644 --- a/awesome/keybindings.fnl +++ b/awesome/keybindings.fnl @@ -423,7 +423,7 @@ (awful.key [ modkey ] "t" (fn [c] (set c.ontop (not c.ontop))) {:description "toggle keep on top" :group "client"}) (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] ;; The client currently has the input focus, so it cannot be ;; minimized, since minimized clients can't have the focus.