-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.xbindkeysrc
59 lines (45 loc) · 1.05 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
# Show clipboard manager
"rofi -modi 'clipboard:/home/fperson/bin/greenclip print' -show clipboard -run-command '{cmd}'"
Mod4 + c
# Toggle volume mute
"amixer sset Master toggle; pkill -RTMIN+10 blocks"
XF86AudioMute
# Raise volume
"amixer sset Master 5%+; pkill -RTMIN+10 blocks"
XF86AudioRaiseVolume
# Lower volume
"amixer sset Master 5%-; pkill -RTMIN+10 blocks"
XF86AudioLowerVolume
# Toggle microphone
"amixer set Capture toggle"
XF86AudioMicMute
# Toggle play/pause
"playerctl play-pause"
XF86AudioPause
# Toggle play/pause
"playerctl play-pause"
XF86AudioPlay
# Play next track
"playerctl next"
XF86AudioNext
# Play previous track
"playerctl previous"
XF86AudioPrev
# Take a screenshot
"/home/fperson/bin/screenshot"
Print
# Show emoji picker
"rofimoji -c"
Mod4 + e
# Switch keyboard layout
"switch-keyboard-layout"
control+space
# Disable Control+Q for Firefox
"/home/fperson/bin/noctrlq.sh"
control+q
# Open web-browser
"firefox"
Mod4 + w
# Open a private window in web-browser
"firefox --private-window"
Mod4 + shift + w