aboutsummaryrefslogtreecommitdiff
path: root/sxhkd/sxhkdrc
blob: 3dabee06ab4f51a2456ba7226ff5b2f04c111721 (plain) (blame)
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
super + Return
	x-terminal-emulator

super + control + Return
	x-terminal-emulator -e sh

super + shift + Return
	x-terminal-emulator -e ksh

super + alt + Return
	x-terminal-emulator -e zsh

super + b
	x-www-browser

super + d
	dmenu_run

super + g
	xgoc

super + i
	gimp

super + m
	x-terminal-emulator -e tm

super + p
	dmp

super + t
	thunar

super + v
	x-terminal-emulator -e "$VISUAL"

Print
	xsnap

control + Print
	xsnap --freeze --select

super + Print
	xsnap --focused

Pause
	i3lock --color=#000000 --image "$HOME"/.local/share/i3/lock.png --nofork

XF86AudioMute
	pactl set-sink-mute @DEFAULT_SINK@ toggle

XF86AudioRaiseVolume
	pactl set-sink-volume @DEFAULT_SINK@ +5%

XF86AudioLowerVolume
	pactl set-sink-volume @DEFAULT_SINK@ -5%

XF86Calculator
	x-terminal-emulator -e bcq