From ebe1f7ccdb77c3d4721289ce4970a652e1f8108f Mon Sep 17 00:00:00 2001 From: q3aql Date: Sun, 10 Jul 2022 17:35:54 +0200 Subject: [PATCH] Dotfiles config update (2022-07-10) --- .config/dmenu/dmenu_cmd | 3 ++- .config/dwm/config.def.h | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/dmenu/dmenu_cmd b/.config/dmenu/dmenu_cmd index 1856e83..9b1fb08 100755 --- a/.config/dmenu/dmenu_cmd +++ b/.config/dmenu/dmenu_cmd @@ -1,7 +1,8 @@ #!/bin/bash ############################################################ -# dmenu_run - dmenu script that simulates 'rofi -show run' # +# dmenu_cmd - dmenu script that simulates 'rofi -show run' # +# only insert command # # # # Author: q3aql # # Last update: 10-07-2022 # diff --git a/.config/dwm/config.def.h b/.config/dwm/config.def.h index cc53e4c..621fdb5 100644 --- a/.config/dwm/config.def.h +++ b/.config/dwm/config.def.h @@ -153,6 +153,7 @@ static Key keys[] = { { MODKEY, XK_z, spawn, SHCMD("nitrogen") }, { MODKEY, XK_u, spawn, SHCMD("xterm") }, { MODKEY, XK_t, spawn, SHCMD("rofi-theme-selector") }, + { MODKEY, XK_c, spawn, SHCMD("/usr/bin/dmenu_cmd") }, { MODKEY|ShiftMask, XK_t, spawn, SHCMD("/usr/bin/dmenu_themes") }, { MODKEY, XK_a, spawn, SHCMD("lxappearance") },