From: martin f. krafft Date: Wed, 4 Apr 2018 07:53:41 +0000 (+1200) Subject: fix completion for run prompt X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/9f5cea8483893917e2fa9612671a7664981bd758 fix completion for run prompt --- diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 5b080a0..a9a4232 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -695,6 +695,7 @@ globalkeys = gears.table.join( bg_cursor = '#ff0000', textbox = widget, history_path = awful.util.get_cache_dir() .. "/history", + completion_callback = awful.completion.shell, hooks = { -- Replace the 'normal' Return with a custom one {{ }, 'Return', function(command)