diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-08-10 22:20:38 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-08-10 22:20:38 +0900 |
| commit | d73009fd89e63c43a8e7a3d3a8fcfd304acca1d8 (patch) | |
| tree | 074f495e3f4ff8dec53b193ef42faeb149ae2fc4 /dwm | |
| parent | c54df3017bb76762669863f89b5e38dbff46702c (diff) | |
Init
Diffstat (limited to 'dwm')
| -rw-r--r-- | dwm/config.h | 2 | ||||
| -rwxr-xr-x | dwm/dwm | bin | 144256 -> 144416 bytes |
2 files changed, 2 insertions, 0 deletions
diff --git a/dwm/config.h b/dwm/config.h index b1af6d8..31455b2 100644 --- a/dwm/config.h +++ b/dwm/config.h @@ -341,6 +341,8 @@ static const Key keys[] = { // SCRIPTS { MODKEY, XK_b, spawn, SHCMD("xdotool type $(grep -v '^#' ~/.local/share/thesiah/snippets | dmenu -i -l 50 | cut -d' ' -f1)") }, + { MODKEY | ShiftMask, XK_b, spawn, SHCMD("firefox --new-window $(grep -v -e '^#' -e '^$' ~/.local/share/thesiah/snippets | dmenu -i -l 50 | cut -d' ' -f1)") }, + { MODKEY | ControlMask, XK_b, spawn, SHCMD("firefox --private-window $(grep -v -e '^#' -e '^$' ~/.local/share/thesiah/snippets | dmenu -i -l 50 | cut -d' ' -f1)") }, { MODKEY | ShiftMask, XK_d, spawn, { .v = (const char *[]){ "passmenu", NULL } } }, { MODKEY | ControlMask, XK_d, spawn, { .v = (const char *[]){ "passmenu2", NULL } } }, { MODKEY | ControlMask, XK_e, spawn, SHCMD("ecrypt; pkill -RTMIN+19 ${STATUSBAR:-dwmblocks}") }, Binary files differ |
