add passmenu shortcut

This commit is contained in:
krolyxon 2023-11-04 16:47:52 +05:30
parent 65d44905e6
commit 1dede9247a
25 changed files with 1 additions and 0 deletions

0
.gitignore vendored Normal file → Executable file
View File

0
LICENSE Normal file → Executable file
View File

0
Makefile Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

1
config.h Normal file → Executable file
View File

@ -77,6 +77,7 @@ static Key keys[] = {
/* modifier key function argument */
{ MODKEY, XK_grave, spawn, {.v = (const char*[]){ "dmenuunicode", NULL } } },
{ MODKEY, XK_r, spawn, {.v = dmenucmd } },
{ MODKEY|ShiftMask, XK_p, spawn, {.v = (const char*[]){ "passmenu", NULL } } },
{ MODKEY, XK_Return, spawn, {.v = termcmd } },
{ MODKEY|ShiftMask, XK_Return, togglescratch, {.v = scratchpadcmd } },
{ MODKEY, XK_F5, xrdb, {.v = NULL } },

0
config.mk Normal file → Executable file
View File

0
drw.c Normal file → Executable file
View File

0
drw.h Normal file → Executable file
View File

BIN
dwm

Binary file not shown.

0
dwm.1 Normal file → Executable file
View File

0
dwm.c Normal file → Executable file
View File

0
dwm.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 373 B

After

Width:  |  Height:  |  Size: 373 B

0
fibonacci.c Normal file → Executable file
View File

0
patch/dwm-actualfullscreen-20211013-cb3f58a.diff Normal file → Executable file
View File

0
patch/dwm-bar-height-6.2.diff Normal file → Executable file
View File

0
patch/dwm-fibonacci-20200418-c82db69.diff Normal file → Executable file
View File

0
patch/dwm-fullgaps-20200508-7b77734.diff Normal file → Executable file
View File

0
patch/dwm-layoutscroll-6.2.diff Normal file → Executable file
View File

0
patch/dwm-pertag-20200914-61bb8b2.diff Normal file → Executable file
View File

0
patch/dwm-scratchpad-6.2.diff Normal file → Executable file
View File

0
patch/dwm-swallow-20201211-61bb8b2.diff Normal file → Executable file
View File

0
patch/dwm-xrdb-6.2.diff Normal file → Executable file
View File

0
transient.c Normal file → Executable file
View File

0
util.c Normal file → Executable file
View File

0
util.h Normal file → Executable file
View File