-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsxhkdrc
51 lines (39 loc) · 995 Bytes
/
sxhkdrc
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
# _ _ _
# _____ _| |__ | | ____| |
#/ __\ \/ / '_ \| |/ / _` |
#\__ \> <| | | | < (_| |
#|___/_/\_\_| |_|_|\_\__,_|
#
# simple x hot key daemon
# sxhkd is an X daemon that reacts to input events by executing commands.
# Volume Control
{XF86AudioRaiseVolume, XF86AudioLowerVolume}
amixer set 'Master' {5%+, 5%-} -q && vol-notify
XF86AudioMute
amixer -D pulse set Master 1+ toggle -q && vol-notify
# Brightness Control
{XF86MonBrightnessUp, XF86MonBrightnessDown}
brightnessctl -d intel_backlight set {5%+, 5%-} -q
# Toggle Keyboard
super + space
toggle-keyboard-layout
# ScreenShot
Print
xfce4-screenshooter
# lockscreen
alt + l
setxkbmap us && xautolock -locknow -locker slock && systemctl suspend
# Dmenu
super + r
dmenu_run -p "Run" -nb '#222222' -sf '#222222' -sb '#ad69af' -nf '#ad69af'
super + alt + m
dmount mount
super + alt + shift + m
dmount umount
# Applications
super + e
brave
ctrl + alt + {t, f}
{terminator, thunar}
super + c
code