aboutsummaryrefslogtreecommitdiff
path: root/awesome
diff options
context:
space:
mode:
Diffstat (limited to 'awesome')
-rw-r--r--awesome/.config/awesome/rc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua
index 9244c73..6fbbd66 100644
--- a/awesome/.config/awesome/rc.lua
+++ b/awesome/.config/awesome/rc.lua
@@ -305,7 +305,7 @@ globalkeys = my_table.join(
awful.key({ modkey }, "d", function()
awful.spawn(
string.format(
- "dmenu_run -i -nb '#191919' -nf '#fea63c' -sb '#fea63c' -sf '#191919' -fn NotoMonoRegular:bold:pixelsize=14",
+ "dmenu_run -l 15 -i",
beautiful.bg_normal,
beautiful.fg_normal,
beautiful.bg_focus,