From 42bea54383a4eacba1ed9c12f5dc675cbeeb184f Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Fri, 30 Oct 2020 10:42:29 +0530 Subject: accidentally deleted an important client property in last commit, this fixes it --- awesome/rc.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/awesome/rc.lua b/awesome/rc.lua index 7baa29c7..ec001794 100755 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -511,6 +511,7 @@ awful.rules.rules = { border_color = beautiful.border_normal, focus = awful.client.focus.filter, raise = true, + keys = clientkeys, buttons = clientbuttons, screen = awful.screen.preferred, placement = awful.placement.no_overlap+awful.placement.no_offscreen -- cgit v1.2.3