-
Notifications
You must be signed in to change notification settings - Fork 23
/
sxhkdrc
71 lines (53 loc) · 1.26 KB
/
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# Rofi
super + {p,w,x,s}
~/.config/qtile/rofi/bin/{launcher,windows,powermenu,screenshot}
# Launch Apps
super + shift + {f,w,e}
{kitty ranger,firefox,kitty nvim}
super + Return
kitty
# Take a screenshot
Print
scrot 'Screenshot_%Y-%m-%d-%S_$wx$h.png' -e 'mv $f $$(xdg-user-dir PICTURES) ; viewnior $$(xdg-user-dir PICTURES)/$f'
# Take a screenshot in 5 second
alt + Print
scrot -d 5 'Screenshot_%Y-%m-%d-%S_$wx$h.png' -e 'mv $f $$(xdg-user-dir PICTURES) ; viewnior $$(xdg-user-dir PICTURES)/$f'
# Brighness control
XF86MonBrightnessUp
xbacklight -inc 10
XF86MonBrightnessDown
xbacklight -dec 10
# Volume control
XF86AudioRaiseVolume
amixer set Master 5%+
XF86AudioLowerVolume
amixer set Master 5%-
XF86AudioMute
amixer set Master toggle
# Restart worm
super + ctrl + r
worm
# Quit worm
ctrl + alt + q
pkill worm
# Close app
super + q
wormc close-active-client
# Maximize app
super + f
wormc maximize-active-client
# Switch active tag
super + {1,2,3,4,5,6,7,8,9}
wormc switch-tag {1,2,3,4,5,6,7,8,9}
# Switch tag
super + shift + {1,2,3,4,5,6,7,8,9}
wormc move-active-tag {1,2,3,4,5,6,7,8,9}
# Set master windows
super + m
wormc master-active
# Float a window
super + shift + space
wormc float-active
# Pywal apply
super + ctrl + w
~/.config/worm/pywal.sh