forked from erikdubois/LinuxMint181i3
-
Notifications
You must be signed in to change notification settings - Fork 1
/
system-shortcuts
47 lines (44 loc) · 1.34 KB
/
system-shortcuts
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
conky.config = {
alignment = 'bottom_right',
background = true,
color1 = 'fefefe',
color2 = 'fefefe',
cpu_avg_samples = 2,
default_color = 'FFFFFF',
double_buffer = true,
font = 'Noto Mono:size=12:bold',
gap_x = 25,
gap_y = 100,
minimum_width = 250,
no_buffers = true,
own_window = true,
own_window_class = conky,
own_window_type = 'override',
own_window_transparent = true,
update_interval = 2.0,
use_xft = true,
color1 = 'FE5E52',
color2 = 'eeeeee',
color3 = '0000ff',
}
conky.text = [[
${color2}default ${color1}mod=<Windows>
${color2}open new terminal - ${color1}mod+Enter
${color2}open file manager - ${color1}mod+Shift+Enter
${color2}open file manager - ${color1}Ctrl+Alt+b
${color2}kill focused - ${color1}mod+Shift+q
${color2}dmenu - ${color1}mod+d
${color2}j4 dmenu - ${color1}Shift+mod+d
${color2}switch to workspace 1-10 - ${color1}mod+1-10
${color2}send to workspace 1-10 - ${color1}mod+Shift+1-10
${color2}navigate workspaces - ${color1}Alt+Tab
${color2}toggle floating - ${color1}mod+Shift+Space
${color2}tile vertically - ${color1}mod+v
${color2}tile horizontally - ${color1}mod+h
${color2}Inkscape - ${color1}Ctrl+Alt+i
${color2}Gimp - ${color1}Ctrl+Alt+g
${color2}Settings - ${color1}Ctrl+Alt+n
${color2}reload config file - ${color1}mod+Shift+r
${color2}System - ${color1}mod+Pause/Break
${color2}Exit i3 - ${color1}mod+Shift+e
]]