aboutsummaryrefslogtreecommitdiff
path: root/env/.config/sxhkd/sxhkdrc
blob: 01ec29536bb4621c36cf5d35da4e9a4eaaef929c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
XF86AudioMute
  unset PULSE_SERVER && pactl set-sink-mute @DEFAULT_SINK@ toggle && pkill -RTMIN+2 dwmblocks

XF86AudioRaiseVolume
  unset PULSE_SERVER && pactl set-sink-volume @DEFAULT_SINK@ +5% && pkill -RTMIN+2 dwmblocks

XF86AudioLowerVolume
  unset PULSE_SERVER && pactl set-sink-volume @DEFAULT_SINK@ -5% && pkill -RTMIN+2 dwmblocks

XF86AudioPlay
  mpc toggle

XF86AudioPrev
  mpc prev

XF86AudioNext
  mpc next

XF86MonBrightnessUp
  xbacklight -inc 10 && pkill -RTMIN+3 dwmblocks

XF86MonBrightnessDown
  xbacklight -dec 10 && pkill -RTMIN+3 dwmblocks

shift + Print
  screenshot.sh

Print
  screenshot.sh -window root

super + space
  pkill -RTMIN+4 dwmblocks

super + q
  tmux-menu.sh

super + x
  tmux-kill-menu.sh

super + v
  st -e vifm

super + e
  st -e neomutt

super + w
  librewolf

super + n
  st -e nvim ~/Sync/diary/$(date +"%Y-%m-%d").md

ctrl + space
  dunstctl close

super + c
  task-context.sh