summaryrefslogtreecommitdiff
path: root/profiles/master/keys.h
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2023-10-16 10:21:31 -0500
committerstkhan <personal@slickd.xyz>2023-10-16 10:21:31 -0500
commit620366687e7679ea8cd8d0465b77bfede6e99809 (patch)
tree9f502d1839014f3136ecd65f7b63dfb14377cd2b /profiles/master/keys.h
parentdf7aace69384e9816d3548f4921c28d2e9db452a (diff)
Change keybinds
Diffstat (limited to 'profiles/master/keys.h')
-rw-r--r--profiles/master/keys.h9
1 files changed, 5 insertions, 4 deletions
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)