aboutsummaryrefslogtreecommitdiff
path: root/awesome/.config/awesome/rc.lua
diff options
context:
space:
mode:
authoromagdy7 <omar.professional8777@gmail.com>2023-11-02 12:16:57 +0200
committeromagdy7 <omar.professional8777@gmail.com>2023-11-02 12:16:57 +0200
commit1d34383026d5ee0f19195c7357d80b137e991a0a (patch)
treef9908534e9f04178b43866b42f1e9ee4986559e4 /awesome/.config/awesome/rc.lua
parentcbf6250f08bda1c6df0cf2a5560a2a0921f281c3 (diff)
downloaddotfiles-1d34383026d5ee0f19195c7357d80b137e991a0a.tar.xz
dotfiles-1d34383026d5ee0f19195c7357d80b137e991a0a.zip
Removed screenshots and added a new alias
Diffstat (limited to 'awesome/.config/awesome/rc.lua')
-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,