diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2023-11-02 12:16:57 +0200 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2023-11-02 12:16:57 +0200 |
| commit | 1d34383026d5ee0f19195c7357d80b137e991a0a (patch) | |
| tree | f9908534e9f04178b43866b42f1e9ee4986559e4 /awesome/.config | |
| parent | cbf6250f08bda1c6df0cf2a5560a2a0921f281c3 (diff) | |
| download | dotfiles-1d34383026d5ee0f19195c7357d80b137e991a0a.tar.xz dotfiles-1d34383026d5ee0f19195c7357d80b137e991a0a.zip | |
Removed screenshots and added a new alias
Diffstat (limited to 'awesome/.config')
| -rw-r--r-- | awesome/.config/awesome/rc.lua | 2 |
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, |
