From e0b15ab0fae2c80c6fc2d516c904bf4519f08dee Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sat, 10 Aug 2024 22:22:58 +0900 Subject: Init --- dwm/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dwm/config.h') diff --git a/dwm/config.h b/dwm/config.h index 31455b2..3eb0ee2 100644 --- a/dwm/config.h +++ b/dwm/config.h @@ -341,8 +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_b, spawn, SHCMD(BROWSER " --new-window $(grep -v -e '^#' -e '^$' ~/.local/share/thesiah/snippets | dmenu -i -l 50 | cut -d' ' -f1)") }, + { MODKEY | ControlMask, XK_b, spawn, SHCMD(BROWSER " --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}") }, -- cgit v1.2.3