From 9f5cea8483893917e2fa9612671a7664981bd758 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Wed, 4 Apr 2018 19:53:41 +1200 Subject: [PATCH] fix completion for run prompt --- .config/awesome/rc.lua | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.2