From f682152bbe4a13895a21db9a3e9faf62c189565a Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Mon, 28 Nov 2022 09:43:15 -0600 Subject: [PATCH] small description of keybindings --- awesome/keybindings.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.