Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
| Download

📚 The CoCalc Library - books, templates and other resources

Views: 96161
License: OTHER
1
\documentclass[DIN, pagenumber=false, parskip=half]{scrartcl}
2
3
\usepackage[utf8]{inputenc}
4
\usepackage[T1]{fontenc}
5
6
\usepackage[margin=0pt, landscape]{geometry}
7
\usepackage{graphics}
8
\usepackage{color}
9
\usepackage{url}
10
11
\usepackage[
12
colorlinks=false,
13
pdftitle={Cheatsheet Template},
14
pdfauthor={Michael Mueller},
15
pdfsubject={Compilation of useful shortcuts.},
16
pdfkeywords={Random Software, Cheatsheet}
17
]{hyperref}
18
19
20
\setlength{\unitlength}{1mm}
21
\pagestyle{empty}
22
\setlength{\parindent}{0pt}
23
24
\definecolor{mygray}{gray}{.75}
25
\renewcommand{\dots}{\ \dotfill{}\ }
26
27
\title{Cheatsheet Template}
28
\author{Michael Mueller}
29
\date{\today}
30
31
32
\begin{document}
33
34
\begin{picture}(297,210)
35
\put(10,200){
36
\begin{minipage}[t]{85mm}
37
\section*{Cheatsheet Template}
38
\paragraph{Window manager control} \ \\
39
40
Client = Application window.\ \\
41
42
Mod4 + Ctrl + r\dots{}Restart awesome\\
43
Mod4 + Return\dots{}Start terminal in current tag\\
44
Mod4 + F1\dots{}Run terminal prompt\\
45
Mod4 + F4\dots{}Run Lua code prompt\\
46
%Mod4 + Ctrl + i\dots{}Print client class and instance\\
47
48
49
50
\paragraph{Clients} \ \\
51
52
Mod4 + Shift + r \dots{}Redraw the focused window\\
53
Mod4 + m\dots{}Maximize client\\
54
Mod4 + f\dots{}Set client fullscreen\\
55
Mod4 + Shift + c\dots{}Kill focused client\\ \\
56
57
58
Mod4 + 1\dots{}Go to Tag 1\\
59
Mod4 + Ctrl + 1-9\dots{}Toggle tag view\\
60
Mod4 + t\dots{}Mark a client\\
61
Mod4 + Shift + 1-9\dots{}Tag marked clients with tag\\
62
Mod4 + Shift + Ctrl + 1-9\dots{}Toggle tag on client\\
63
64
65
66
\paragraph{Mouse} \ \\
67
68
B1, B2, B3 = Mouse buttons 1--3.\ \\
69
70
Mod4 + B1 on tag\dots{}Tag client with this tag\\
71
Mod4 + B1 on client\dots{}Move window\\
72
Mod4 + B3 on tag\dots{}Toggle this tag for client\\
73
Mod4 + B3 on client\dots{}Resize window\\
74
B3 clicked on tag\dots{}Add tag to current view\\
75
\end{minipage}
76
}
77
78
\put(105,190.5){
79
\begin{minipage}[t]{85mm}
80
\paragraph{Navigation} \ \\
81
82
Mod4 + j\dots{}Focus next client\\
83
Mod4 + k\dots{}Focus previous client\\
84
Mod4 + u\dots{}Focus first urgent client\\
85
Mod4 + Left\dots{}View previous tag\\
86
Mod4 + Right\dots{}View next tag\\
87
Mod4 + 1-9\dots{}Switch to tag 1-9\\
88
Mod4 + Ctrl + j\dots{}Focus next screen\\
89
Mod4 + Ctrl + k\dots{}Focus previous screen\\
90
Mod4 + Esc\dots{}Focus previously selected tag set\\ \\
91
92
93
94
\paragraph{Layout modification} \ \\
95
96
Mod4 + Shift + k / j\dots{}Rotate clients around\\
97
Mod4 + h / l\dots{}Change master width by 5\%\\
98
Mod4 + Shift + h\dots{}Number of master windows +1\\
99
Mod4 + Shift + l\dots{}Number of master windows --1\\
100
Mod4 + Ctrl + h\dots{}Number of columns for non-master windows +1\\
101
Mod4 + Ctrl + l\dots{}Number of columns for non-master windows --1\\ \\
102
Mod4 + Space\dots{}Next layout\\
103
Mod4 + Shift + Space\dots{}Previous layout\\
104
Mod4 + Ctrl + Space\dots{}Floating master\\
105
Mod4 + Ctrl + Return\dots{}Swap focused client with master\\
106
\end{minipage}
107
}
108
109
\put(200,189){
110
\begin{minipage}[t]{85mm}
111
\paragraph{Important files} \ \\ \\
112
\texttt{~/.config/awesome/rc.lua}\\
113
\texttt{/etc/xdg/awesome/rc.lua}\\ \\
114
115
116
\paragraph{Links and information} \ \\ \\
117
\url{http://awesome.naquadah.org/}\\
118
\url{http://awesome.naquadah.org/wiki/}\\
119
120
121
\begin{picture}(0,10)
122
\linethickness{0,5mm}
123
\put(0,0){\color{mygray}\line(1,0){30}}
124
\end{picture}
125
126
\footnotesize{
127
Created by Michael M\"uller, 2010\\
128
\url{http://micha.elmueller.net/}\\
129
130
Released under the MIT license.\\
131
132
The \LaTeX{} source and license for\\
133
this sheet can be found at github:\\
134
\url{http://github.com/cmichi/latex-template-collection}.
135
}
136
\end{minipage}
137
}
138
\end{picture}
139
140
141
142
\end{document}
143
144