forked from TheWanderer/stiler
-
Notifications
You must be signed in to change notification settings - Fork 8
/
xbindkeysrc
60 lines (47 loc) · 1.02 KB
/
xbindkeysrc
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
###########################
# xbindkeys configuration #
###########################
# copy the following key bindings into ~/.xbindkeysrc
# stiler key bindings #
#Tile Left
"stiler.py left"
m:0x1c + c:83
Control+Alt+Mod2 + KP_Left
#Tile Right
"stiler.py right"
m:0x1c + c:85
Control+Alt+Mod2 + KP_Right
#Tile Swap
"stiler.py swap"
m:0x1c + c:91
Control+Alt+Mod2 + KP_Delete
#Tile Top
"stiler.py top"
m:0x1c + c:80
Control+Alt+Mod2 + KP_Up
#Tile Top_Left
"stiler.py top_left"
m:0x1c + c:79
Control+Alt+Mod2 + KP_Home
#Tile Top_Right
"stiler.py top_right"
m:0x1c + c:81
Control+Alt+Mod2 + KP_Prior
#Tile Middle
"stiler.py middle"
m:0x1c + c:84
Control+Alt+Mod2 + KP_Begin
#Tile Bottom_Left
"stiler.py bottom_left"
m:0x1c + c:87
Control+Alt+Mod2 + KP_End
#Tile Bottom
"stiler.py bottom"
m:0x1c + c:88
Control+Alt+Mod2 + KP_Down
#Tile Bottom_Right
"stiler.py bottom_right"
m:0x1c + c:89
Control+Alt+Mod2 + KP_Next
#
# End of xbindkeys configuration