blob: b7d13998397dbc6735618ff5e337b5af1f90b375 (
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
|
"i3lock -c 121213"
Mod4 + Escape
"polybar-msg cmd toggle"
Mod4 + b
"rofi -show drun"
Mod4 + space
"rofi -show window"
Alt + Tab
"st"
Mod4 + Return
"sh -c 'source ~/.bwsession && bwmenu'"
Mod4 + p
"maim -usb 4 -c 255,255,255 | xclip -selection clipboard -t image/png"
Print
"addtoqueue"
Mod4 + a
"pactl set-sink-volume @DEFAULT_SINK@ -5%"
Mod1+Mod4+minus
"pactl set-sink-volume @DEFAULT_SINK@ +5%"
Mod1+Mod4+equal
"pactl set-sink-volume @DEFAULT_SINK@ +5%"
XF86AudioRaiseVolume
"pactl set-sink-volume @DEFAULT_SINK@ -5%"
XF86AudioLowerVolume
"pactl set-sink-mute @DEFAULT_SINK@ toggle"
XF86AudioMute
"playerctl play-pause"
XF86AudioPlay
"playerctl next"
XF86AudioNext
"playerctl previous"
XF86AudioPrev
"mpc toggle"
Mod1+Mod4+k
"mpc next"
Mod1+Mod4+l
"mpc prev"
Mod1+Mod4+j
"sh -c 'export PATH=~/.local/share/bin:$PATH && setwacom Area 0 0 15200 9500 && setwacom MapToOutput 1920x1080+0+410 && setwacom Suppress 2 && setwacom RawSample 5'"
Mod1 + Control + Mod4 + 1
"sh -c 'export PATH=~/.local/share/bin:$PATH && setwacom Area 0 0 15200 9500 && setwacom MapToOutput 1920x1080+1920+0 && setwacom Suppress 2 && setwacom RawSample 5'"
Mod1 + Control + Mod4 + 2
"sh -c 'export PATH=~/.local/share/bin:$PATH && setwacom Area 0 1623 7600 5898 && setwacom MapToOutput 1920x1080+0+410 && setwacom Suppress 0 && setwacom RawSample 1'"
Mod1 + Control + Mod4 + 3
"sh -c 'export PATH=~/.local/share/bin:$PATH && setwacom Area 0 0 11875 7600 && setwacom MapToOutput 3000x1920+0+0 && setwacom Suppress 2 && setwacom RawSample 5'"
Mod1 + Control + Mod4 + 4
"i3-msg focus left"
Mod4 + h
"i3-msg focus down"
Mod4 + j
"i3-msg focus up"
Mod4 + k
"i3-msg focus right"
Mod4 + l
"i3-msg move left"
Mod4 + Shift + h
"i3-msg move down"
Mod4 + Shift + j
"i3-msg move up"
Mod4 + Shift + k
"i3-msg move right"
Mod4 + Shift + l
"i3-msg resize grow width 10 px"
Mod4 + period
"i3-msg resize shrink width 10 px"
Mod4 + comma
"i3-msg resize grow height 10 px"
Mod4 + bracketright
"i3-msg resize shrink height 10 px"
Mod4 + bracketleft
"i3-msg kill"
Mod4 + q
"i3-msg reload"
Mod4 + Shift + c
"i3-msg restart"
Mod4 + Shift + r
|