conky_shortcuts_numix 1.73 KB
Newer Older
1
2
3
conky.config = {
	alignment = 'bottom_left',
	background = true,
4
	color2 = 'F9FAF9',
5
	cpu_avg_samples = 2,
6
	default_color = 'EB564D',
7
8
9
10
11
12
13
14
15
16
	double_buffer = true,
	font = 'Bitstream Vera Sans:size=8',
	draw_shades = false,
	gap_x = 25,
	gap_y = 45,
	minimum_width = 200,
	no_buffers = true,
	own_window = true,
	own_window_type = 'override',
	own_window_transparent = true,
17
	update_interval = 1.0,
18
19
20
21
	use_xft = true,
}
conky.text = [[
${color2}open new terminal - ${color}mod+Enter
22
${color2}open browser - ${color}mod+i
23
${color2}rofi (launcher) - ${color}mod+d
24
25
${color2}bmenu - ${color}mod+Ctrl+b
${color2}morc_menu - ${color}mod+z
26
27
${color2}kill focused - ${color}mod+Shift+q

28
${color2}toggle split direction - ${color}mod+[q|e]
29
30
${color2}container layout (tabd) - ${color}mod+w
${color2}container layout (stck) - ${color}mod+s
31
32
33
34
${color2}child container (horz) - ${color}mod+Alt+q
${color2}child container (tabd) - ${color}mod+Alt+w
${color2}child container (vert) - ${color}mod+Alt+e
${color2}child container (stck) - ${color}mod+Alt+s
35

36
37
${color2}tab with next window - ${color}mod+z
${color2}tab with previous window - ${color}mod+Shift+z
38
39
40
${color2}splith with next window - ${color}mod+x
${color2}splith with previous window - ${color}mod+Shift+x

41
${color2}focus windows - ${color}mod+[hjkl | arrow_keys]
42
${color2}focus containers - ${color}mod+Ctrl+[hjkl | arrows]
43

44
${color2}switch to workspace 1-8 - ${color}mod+1-8
45
${color2}send to workspace 1-8 - ${color}mod+Alt+1-8
46
${color2}navigate workspaces - ${color}mod+Ctrl+arrows
47

48
49
50
51
${color2}toggle floating - ${color}mod+Shift+Space
${color2}toggle sticky - ${color}mod+Shift+s
${color2}window opacity up[dn] - ${color}mod+Alt+[x|z]

52
${color2}exit - ${color}mod+0
53
${color2}help - ${color}mod+Shift+h
54
${color2}mod = ${color}<Super>
55
]]