From 620366687e7679ea8cd8d0465b77bfede6e99809 Mon Sep 17 00:00:00 2001 From: stkhan Date: Mon, 16 Oct 2023 10:21:31 -0500 Subject: Change keybinds --- profiles/master/keys.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'profiles') diff --git a/profiles/master/keys.h b/profiles/master/keys.h index 2277b77..e711e34 100644 --- a/profiles/master/keys.h +++ b/profiles/master/keys.h @@ -20,10 +20,10 @@ static Key keys[] = { { MODKEY, XK_period, focusmon, {.i = +1 } }, { MODKEY|ShiftMask, XK_comma, tagmon, {.i = -1 } }, { MODKEY|ShiftMask, XK_period, tagmon, {.i = +1 } }, - { MODKEY, XK_F3, spawn, SHCMD("st ranger") }, + { MODKEY, XK_F3, spawn, SHCMD("dfm") }, { MODKEY, XK_F5, spawn, SHCMD("st ncmpcpp") }, - { MODKEY, XK_f, spawn, SHCMD("brave") }, - { MODKEY|ShiftMask, XK_f, spawn, SHCMD("brave --incognito") }, + { MODKEY, XK_f, spawn, SHCMD("firefox") }, + { MODKEY|ShiftMask, XK_f, spawn, SHCMD("firefox --private-window") }, { MODKEY, XK_w, spawn, SHCMD("curl wttr.in > ~/.cache/weather_report; st less -Srf ~/.cache/weather_report") }, { MODKEY, XK_F11, spawn, SHCMD("pamixer --allow-boost -i 5; kill -44 $(pidof dwmblocks)") }, { MODKEY, XK_F10, spawn, SHCMD("pamixer --allow-boost -d 5; kill -44 $(pidof dwmblocks)") }, @@ -58,7 +58,8 @@ static Key keys[] = { { WINKEY, XK_7, spawn, SHCMD("st vim ~/.cache/.sarc_notes.7") }, { WINKEY, XK_8, spawn, SHCMD("st vim ~/.cache/.sarc_notes.8") }, { WINKEY, XK_9, spawn, SHCMD("st vim ~/.cache/.sarc_notes.9") }, - TAGKEYS( XK_1, 0) + { MODKEY, XK_Print, spawn, SHCMD("scrot ~/Pictures/%m-%d-%Y-%H%M%S.png --select --line mode=edge") }, + TAGKEYS( XK_1, 0) TAGKEYS( XK_2, 1) TAGKEYS( XK_3, 2) TAGKEYS( XK_4, 3) -- cgit v1.2.3