diff --git a/config.h b/config.h index 2ca5d4e..350d35b 100644 --- a/config.h +++ b/config.h @@ -25,7 +25,7 @@ static const XPoint stickyiconbb = {4,8}; /* defines the bottom right corner static const int statmonval = 0; /* tagging */ -static const char *tags[] = { "irc", "www", "dev", "doc", "mus", "gme", "trm", "sys", "msc" }; +static const char *tags[] = { "irc", "www", "dev", "doc", "mus", "ent", "trm", "sys", "msc" }; /* window rules */ static const Rule rules[] = { @@ -89,11 +89,13 @@ static const Key keys[] = { { 0, XK_F8, spawn, SHCMD("st pulsemixer") }, { MODKEY, XK_x, spawn, SHCMD("xkill") }, { MODKEY|ShiftMask, XK_s, spawn, SHCMD("sswm -c") }, + { MODKEY, XK_u, spawn, SHCMD("dmenu-unicode") }, { MODKEY|ShiftMask, XK_x, spawn, SHCMD("powermenu") }, { MODKEY|ShiftMask, XK_m, spawn, SHCMD("dmenu-mount") }, { MODKEY|ShiftMask, XK_b, spawn, SHCMD("dmenu-bluetooth") }, - { MODKEY, XK_p, spawn, SHCMD("passdmenu") }, - { MODKEY|ShiftMask, XK_p, spawn, SHCMD("passdmenu --type") }, + { MODKEY, XK_p, spawn, SHCMD("dmenu-pass") }, + { MODKEY|ShiftMask, XK_p, spawn, SHCMD("dmenu-pass --type") }, + { MODKEY, XK_bar, spawn, SHCMD("plumb $(xclip -o)") }, { 0, XF86XK_AudioLowerVolume, spawn, SHCMD("pamixer --allow-boost -d 5; kill -35 $(pidof dwmblocks)") }, { 0, XF86XK_AudioMute, spawn, SHCMD("pamixer -t; kill -35 $(pidof dwmblocks)")}, { 0, XF86XK_AudioRaiseVolume, spawn, SHCMD("pamixer --allow-boost -i 5; kill -35 $(pidof dwmblocks)") },