blob: c522cb13540df834778772ef8da52ebf21c21528 (
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
  | 
super + a
  dmenu_run
super + Return
  alacritty
hyper + a
  alacritty
hyper + e
    $HOME/.emacs_anywhere/bin/run
hyper + s
  qutebrowser
hyper + q
  emacsclient -c -s MAIN -a=emacs
hyper + l
  $HOME/.local/scripts/lock
hyper + d
  $HOME/.local/scripts/background
super + 8
  mpc -q toggle
super + {9,0}
  mpc -q {prev,next}
XF86Audio{Prev,Next}
  mpc -q {prev,next}
super + {n,m}
  pactl set-sink-volume 0 {-,+}5%; \
  $HOME/.local/scripts/refresh_bar;
XF86Audio{Lower,Raise}Volume
  pactl set-sink-volume 0 {-,+}10%; \
  $HOME/.local/scripts/refresh_bar;
XF86MonBrightness{Down,Up}
  xbacklight {-,+}15
super + {o,p}
  xbacklight {-,+}15
  |