-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.xbindkeysrc
54 lines (41 loc) · 1.13 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
# Note: add options thinkpad_acip force-load=1 to /etc/modprobe.d/x250.conf
# F4 Mic Mute
# amixer toggle mic mute TODO I want blinkenligts
# XF86AudioMicMute
# F7 Projector
"arandr"
XF86Display
# F8 Wlan
# TODO useful sometimes, but I'd like a confirmation box or SOMETHING
# Currently used to perform rf-kill
# F9 Tools
#XF86Tools
# Increase Volume
"amixer -c 1 set Master 5+"
XF86AudioRaiseVolume
# Decrease Volume
"amixer -c 1 set Master 5-"
XF86AudioLowerVolume
# F1 Mute Toggle
"amixer sset Master toggle; amixer sset Speaker toggle; amixer sset Headphones toggle"
XF86AudioMute
# Increase Brightness
"xbacklight -inc 10"
XF86MonBrightnessUp
# Decrease Brightness
"xbacklight -dec 10"
XF86MonBrightnessDown
# Toggle Alsamixer
"urxvt -e alsamixer -c 1"
XF86LaunchA
# I like the idea of a floating browser window that goes right to Search
# Engine
#"surf https://start.duckduckgo.com"
"firefox --private-window https://start.duckduckgo.com"
XF86Search
#XF86Tools
# Lower Brightness
# Capture Scope data from Rigol DS1052E
# TODO find another button for this
#"sudo python2 /home/patrick/proj/scope/graph.py"
# XF86Explorer