diff --git a/config.h b/config.h index 4a375d3..9f9b661 100644 --- a/config.h +++ b/config.h @@ -71,7 +71,7 @@ static const char *ffilecmd[] = { "st", "-n", "floating", "-e", "lf", static const char *musiccmd[] = { "st", "-e", "ncmpcpp", NULL }; static const char *ssacmd[] = { "ssall", NULL }; static const char *ssscmd[] = { "ssselection", NULL }; -static const char *passcmd[] = { "passmenu", NULL }; +static const char *passcmd[] = { "keepassxc", NULL }; static const char *transcmd[] = { "st", "-e", "transmission-remote-cli", NULL }; static const char *mailcmd[] = { "st", "-e", "neomutt", NULL }; static const char *tmuxcmd[] = { "st", "-e", "tmux", "a", NULL }; @@ -79,6 +79,7 @@ static const char *htopcmd[] = { "st", "-e", "htop", NULL }; static const char *nmcmd[] = { "st", "-e", "nmtui", NULL }; static const char *newscmd[] = { "st", "-e", "newsboat", NULL }; static const char *ytpcmd[] = { "st", "-n", "floating", "-e", "ytp", NULL }; +static const char *clipmenucmd[] = { "clipmenu", NULL }; static Key keys[] = { /* modifier key function argument */ @@ -135,7 +136,8 @@ static Key keys[] = { { MODKEY, XK_n, spawn, {.v = nmcmd } }, { MODKEY|ShiftMask, XK_n, spawn, {.v = newscmd } }, { MODKEY, XK_c, spawn, {.v = mutecmd } }, - { ControlMask, XK_k, spawn, {.v = brightup } }, + { MODKEY|ShiftMask, XK_d, spawn, {.v = clipmenucmd } }, + { ControlMask, XK_k, spawn, {.v = brightup } }, { ControlMask, XK_j, spawn, {.v = brightdown } }, }; diff --git a/dwm b/dwm index 7695a9d..9d15bf1 100755 Binary files a/dwm and b/dwm differ diff --git a/dwm.o b/dwm.o index 8e4fd9e..ea0ea16 100644 Binary files a/dwm.o and b/dwm.o differ