-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.xbindkeysrc
More file actions
84 lines (61 loc) · 1.19 KB
/
.xbindkeysrc
File metadata and controls
84 lines (61 loc) · 1.19 KB
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
# Creates terminal emulator
"urxvt"
Mod4 + Return
"centre"
Mod4 + c
"focus next"
Mod4 + Right
"focus prev"
Mod4 + Left
"move down"
Mod4 + Control + Down
"move up"
Mod4 + Control + Up
"move right"
Mod4 + Control + Right
"move left"
Mod4 + Control + Left
"resize down"
Mod4 + Shift + Down
"resize up"
Mod4 + Shift + Up
"resize right"
Mod4 + Shift + Right
"resize left"
Mod4 + Shift + Left
"pfw >> ~/.groups/1"
Mod4 + 1
"pfw >> ~/.groups/2"
Mod4 + 2
"mapw -u `lsw` ; mapw -m `cat ~/.groups/1`"
Mod4 + Shift + 1
"mapw -u `lsw` ; mapw -m `cat ~/.groups/2`"
Mod4 + Shift + 2
"fullscreen `pfw`"
Mod4 + F
"killw `pfw`"
Mod4 + Escape
# Controls volume
"amixer set Master 5%+ unmute && notify $(volume)"
XF86AudioRaiseVolume
"amixer set Master 5%- unmute && notify $(volume)"
XF86AudioLowerVolume
"amixer set Master toggle && notify $(volume)"
XF86AudioMute
# Controls brightness
"/usr/bin/xbacklight -inc 10"
XF86MonBrightnessUp
"/usr/bin/xbacklight -dec 10"
XF86MonBrightnessDown
# Print screen
"scrot"
Print
"scrot -s"
Shift + Print
# Executes dmenu
"dmenu_run"
Mod4 + d
"j4-dmenu-desktop"
Mod4 + Shift + d
"killall -9 swm"
Mod4 + Shift + E