aboutsummaryrefslogtreecommitdiff
path: root/sxhkd/sxhkdrc
diff options
context:
space:
mode:
Diffstat (limited to 'sxhkd/sxhkdrc')
-rw-r--r--sxhkd/sxhkdrc56
1 files changed, 56 insertions, 0 deletions
diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc
new file mode 100644
index 00000000..c277855b
--- /dev/null
+++ b/sxhkd/sxhkdrc
@@ -0,0 +1,56 @@
+super + Return
+ urxvtcd
+
+super + control + Return
+ urxvtcd -e sh
+
+super + shift + Return
+ urxvtcd -e ksh
+
+super + alt + Return
+ urxvtcd -e zsh
+
+super + b
+ br
+
+super + d
+ dmenu_run
+
+super + g
+ xgoc
+
+super + i
+ gimp
+
+super + m
+ urxvtcd -e tm
+
+super + p
+ dmp
+
+super + v
+ urxvtcd -e "$VISUAL"
+
+super + shift + s
+ sleep 0.25 && scrot --freeze --select \
+ --exec 'xclip -selection clipboard -target image/png $f && \
+ dir=$$HOME/screenshots/%Y-%m-%d && \
+ mkdir --parents -- "$$dir" && \
+ convert -- $f -define webp:lossless=true \
+ "$$dir"/%Y-%m-%d_%H%M%S_$wx$h.webp && \
+ rm -- $f'
+
+super + slash
+ i3lock --color=#000000 --image "$HOME"/.local/share/i3/lock.png --nofork
+
+XF86AudioMute
+ amixer -q sset Master toggle
+
+XF86AudioRaiseVolume
+ amixer -q sset Master 5%+ unmute
+
+XF86AudioLowerVolume
+ amixer -q sset Master 5%- unmute
+
+XF86Calculator
+ urxvtcd -e bcq