aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 4c1c1b9..392e659 100644
--- a/config.def.h
+++ b/config.def.h
@@ -115,6 +115,7 @@ static const Key keys[] = {
// mod-shift-prtsc and mod-ctrl-prtsc does not work well, maybe because of sysrq? but mod-prtsc works well tho
{ 0, XK_Print, spawn, SHCMD("ffmpeg -f x11grab -i \"$DISPLAY\" -vframes 1 \"$XDG_PICTURES_DIR/screenshots/$(time.uuid).jxl\" && notify-send 'Screenshot Finished'") },
{ MODKEY, XF86XK_AudioMute, spawn, SHCMD("amixer set Capture toggle; kill -RTMIN $(pidof -x sbar)") },
+ { MODKEY, XK_b, spawn, SHCMD("0 \"$(xsel -op)\"") },
{ MODKEY, XK_g, spawn, SHCMD("xrectsel '%w %h %x %y' | xargs sh -c 'ffmpeg -f x11grab -s \"$1x$2\" -i \"$DISPLAY+$3,$4\" -vframes 1 \"$XDG_PICTURES_DIR/screenshots/$(time.uuid).jxl\"' shell && notify-send 'Screenshot Finished'") },
{ MODKEY, XK_n, spawn, SHCMD("dunstctl close") },
// `xsel -cb` because there's a small delay before reading password into clipboard, so clear it beforehand to prevent pasting old clipboard
@@ -128,6 +129,7 @@ static const Key keys[] = {
{ MODKEY, XK_x, spawn, SHCMD("sleep 0.3; xcross") },
{ MODKEY, XK_y, spawn, SHCMD("mpvy -s") },
{ MODKEY|ControlMask, XK_y, spawn, SHCMD("tsp mpvy -A -u \"$(xsel -ob)\"") },
+ { MODKEY|ShiftMask, XK_b, spawn, SHCMD("0 \"$(xsel -ob)\"") },
{ MODKEY|ShiftMask, XK_g, spawn, SHCMD("reco") },
{ MODKEY|ShiftMask, XK_n, spawn, SHCMD("alarm 12 'Boiling Water!'") },
{ MODKEY|ShiftMask, XK_s, spawn, SHCMD("alacritty -e env LESS=\"$LESS-+F\" sdcv --color \"$(xsel -ob)\"") },