diff options
-rw-r--r-- | config.h | 4 | ||||
-rw-r--r-- | drw.o | bin | 10328 -> 10328 bytes | |||
-rwxr-xr-x | dwm | bin | 79880 -> 79960 bytes | |||
-rw-r--r-- | dwm.o | bin | 64056 -> 64200 bytes | |||
-rw-r--r-- | util.o | bin | 2216 -> 2216 bytes |
5 files changed, 3 insertions, 1 deletions
@@ -30,7 +30,7 @@ static const Rule rules[] = { * WM_NAME(STRING) = title */ /* class instance title tags mask isfloating isterminal noswallow monitor */ - { "TelegramDesktop", NULL, NULL, 0, 1, 0, 0, -1 }, + { "telegram-desktop", NULL, NULL, 0, 1, 0, 0, -1 }, { "obs", NULL, NULL, 0, 1, 0, 0, -1 }, { "Lutris", NULL, NULL, 0, 1, 0, 0, -1 }, { "firefox", NULL, NULL, 1 << 2, 0, 0, -1, -1 }, @@ -64,6 +64,7 @@ static const Layout layouts[] = { /* commands */ static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */ static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont}; +static const char *passmenucmd[] = { "passmenu", NULL}; static const char *termcmd[] = { "st", NULL }; static const char *screenshot[] = {"scrot", "/home/genos/Pictures/Screenshots/%Y-%m-%d-%T-screenshot.png", NULL}; @@ -84,6 +85,7 @@ static Key keys[] = { { MODKEY|ShiftMask, XK_r, togglefloating, {0} }, { MODKEY, XK_t, setlayout, {0} }, { MODKEY, XK_space, spawn, {.v = dmenucmd } }, + { MODKEY, XK_p, spawn, {.v = passmenucmd } }, { MODKEY, XK_Return, spawn, {.v = termcmd } }, { MODKEY, XK_Tab, view, {0} }, { MODKEY, XK_0, view, {.ui = ~0 } }, Binary files differBinary files differBinary files differBinary files differ |