diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-10-30 10:42:29 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-10-30 10:42:29 +0530 |
commit | 42bea54383a4eacba1ed9c12f5dc675cbeeb184f (patch) | |
tree | 1c5b926a9fadbe2fe0c15c77ffb1dd50aaffd334 | |
parent | 00072351a6f55ed7d289da76aef0f8ffd0d9aad4 (diff) |
accidentally deleted an important client property in last commit, this fixes it
-rwxr-xr-x | awesome/rc.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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 |