From 89a92c988dcef707890b8566346d089956adc67a Mon Sep 17 00:00:00 2001 From: fpi Date: Sun, 21 Jun 2020 13:06:09 +0200 Subject: Fix path for rofi --- rc.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.org') diff --git a/rc.org b/rc.org index 9587037..3076ea9 100644 --- a/rc.org +++ b/rc.org @@ -814,7 +814,7 @@ end) #+BEGIN_SRC lua globalkeys = gears.table.join(globalkeys, - awful.key({ modkey }, "p", function() awful.spawn("rofi -show run -theme "..theme.."rofi_theme.rasi") end, + awful.key({ modkey }, "p", function() awful.spawn.with_shell("PATH=~/.local/bin:$PATH rofi -show run -theme "..theme.."rofi_theme.rasi") end, {description = "run rofi", group = "launcher"}) ) #+END_SRC -- cgit v1.2.3