-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.xbindkeysrc
106 lines (79 loc) · 2.2 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
###########################
# xbindkeys configuration #
###########################
# Version: 1.8.6
# Play/pause media
"playerctl play-pause"
Control + space
"mpc toggle"
XF86AudioPlay
"date +'It is %H:%M' | espeak"
XF86AudioPause
# Next media
"playerctl next"
Control+Alt + Right
"mpc next"
XF86AudioNext
# Previous media
"playerctl previous"
Control+Alt + Left
"mpc prev"
XF86AudioPrev
# Increase volume
"amixer -q sset Master 5%+"
XF86AudioRaiseVolume
"amixer -q sset Master 1%+"
Shift + XF86AudioRaiseVolume
# Decrease volume
"amixer -q sset Master 5%-"
XF86AudioLowerVolume
"amixer -q sset Master 1%-"
Shift + XF86AudioLowerVolume
# Mute sound
"amixer -q sset Master toggle"
XF86AudioMute
# Mute volume
#"pactl set-sink-mute @DEFAULT_SINK@ toggle"
#XF86AudioMute
# Suspend
#"systemctl suspend"
# Change wallpaper
"systemctl --user restart random_wallpaper.service"
Alt + Shift + N
# Increase backlight
"light -A 10"
XF86MonBrightnessUp
"light -A 1"
Shift + XF86MonBrightnessUp
# Decrease backlight
"light -U 10"
XF86MonBrightnessDown
"light -U 1"
Shift + XF86MonBrightnessDown
# Lock computer
"betterlockscreen -l -t 'Desbloquear para inovar'"
Mod4 + l
"betterlockscreen -l -t 'Desbloquear para inovar'"
XF86Eject
# Change display temperature
"$HOME/.scripts/temp.sh"
Mod4 + b
# Take an area screenshot
"escrotum -s 'screenshot_%Y%m%d_%H%M%S.png' -e 'mkdir -p ~/Pictures/screenshots && mv $f ~/Pictures/screenshots && xclip -selection clipboard -t image/png -i ~/Pictures/screenshots/`ls -1 -t ~/Pictures/screenshots | head -1`'"
XF86Launch7
# Take a fullscreen screenshot
"escrotum 'screenshot_%Y%m%d_%H%M%S.png' -e 'mkdir -p ~/Pictures/screenshots && mv $f ~/Pictures/screenshots && xclip -selection clipboard -t image/png -i ~/Pictures/screenshots/`ls -1 -t ~/Pictures/screenshots | head -1`'"
Shift + XF86Launch7
# Setup monitor layout
"$HOME/.config/xrandr/auto-monitor.sh"
Mod4 + p
# Set keyboard layout
# "setxkbmap -layout pt -variant mac ; setxkbmap -option altwin:swap_alt_win -option lv3:ralt_switch,eurosign:e"
# Control + j
# Kill spotify
# "killall spotify"
# Control + j
#XF86Display
# Display Radio nova's now playing
"nova -p"
Shift + Alt + P