-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.xbindkeysrc
47 lines (33 loc) · 822 Bytes
/
.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
###########################
# xbindkeys configuration #
###########################
# Version: 1.8.6
"xbindkeys_show"
control+shift + q
#
# Useful hax
#
"rofi -combi-modi window,windowcd,drun,run,ssh -show combi -modi combi"
Mod4 + r
Mod4 + space
"loginctl lock-session 1"
Mod4 + shift + XF86Eject
# Disable the apple keyboard eject button's default action
"true"
XF86Eject
"xdg-open ~"
Mod4 + e
# Screenshotter aligning with Mac keys
"gnome-screenshot"
Mod4 + shift + 3
"gnome-screenshot --clipboard"
Mod4 + ctrl + shift + 3
"gnome-screenshot --area"
Mod4 + shift + 4
"gnome-screenshot --area --clipboard"
Mod4 + ctrl + shift + 4
"gnome-screenshot --interactive"
Mod4 + shift + 5
##################################
# End of xbindkeys configuration #
##################################