📚 The CoCalc Library - books, templates and other resources
License: OTHER
\documentclass[DIN, pagenumber=false, parskip=half]{scrartcl}12\usepackage[utf8]{inputenc}3\usepackage[T1]{fontenc}45\usepackage[margin=0pt, landscape]{geometry}6\usepackage{graphics}7\usepackage{color}8\usepackage{url}910\usepackage[11colorlinks=false,12pdftitle={Cheatsheet Template},13pdfauthor={Michael Mueller},14pdfsubject={Compilation of useful shortcuts.},15pdfkeywords={Random Software, Cheatsheet}16]{hyperref}171819\setlength{\unitlength}{1mm}20\pagestyle{empty}21\setlength{\parindent}{0pt}2223\definecolor{mygray}{gray}{.75}24\renewcommand{\dots}{\ \dotfill{}\ }2526\title{Cheatsheet Template}27\author{Michael Mueller}28\date{\today}293031\begin{document}3233\begin{picture}(297,210)34\put(10,200){35\begin{minipage}[t]{85mm}36\section*{Cheatsheet Template}37\paragraph{Window manager control} \ \\3839Client = Application window.\ \\4041Mod4 + Ctrl + r\dots{}Restart awesome\\42Mod4 + Return\dots{}Start terminal in current tag\\43Mod4 + F1\dots{}Run terminal prompt\\44Mod4 + F4\dots{}Run Lua code prompt\\45%Mod4 + Ctrl + i\dots{}Print client class and instance\\46474849\paragraph{Clients} \ \\5051Mod4 + Shift + r \dots{}Redraw the focused window\\52Mod4 + m\dots{}Maximize client\\53Mod4 + f\dots{}Set client fullscreen\\54Mod4 + Shift + c\dots{}Kill focused client\\ \\555657Mod4 + 1\dots{}Go to Tag 1\\58Mod4 + Ctrl + 1-9\dots{}Toggle tag view\\59Mod4 + t\dots{}Mark a client\\60Mod4 + Shift + 1-9\dots{}Tag marked clients with tag\\61Mod4 + Shift + Ctrl + 1-9\dots{}Toggle tag on client\\62636465\paragraph{Mouse} \ \\6667B1, B2, B3 = Mouse buttons 1--3.\ \\6869Mod4 + B1 on tag\dots{}Tag client with this tag\\70Mod4 + B1 on client\dots{}Move window\\71Mod4 + B3 on tag\dots{}Toggle this tag for client\\72Mod4 + B3 on client\dots{}Resize window\\73B3 clicked on tag\dots{}Add tag to current view\\74\end{minipage}75}7677\put(105,190.5){78\begin{minipage}[t]{85mm}79\paragraph{Navigation} \ \\8081Mod4 + j\dots{}Focus next client\\82Mod4 + k\dots{}Focus previous client\\83Mod4 + u\dots{}Focus first urgent client\\84Mod4 + Left\dots{}View previous tag\\85Mod4 + Right\dots{}View next tag\\86Mod4 + 1-9\dots{}Switch to tag 1-9\\87Mod4 + Ctrl + j\dots{}Focus next screen\\88Mod4 + Ctrl + k\dots{}Focus previous screen\\89Mod4 + Esc\dots{}Focus previously selected tag set\\ \\90919293\paragraph{Layout modification} \ \\9495Mod4 + Shift + k / j\dots{}Rotate clients around\\96Mod4 + h / l\dots{}Change master width by 5\%\\97Mod4 + Shift + h\dots{}Number of master windows +1\\98Mod4 + Shift + l\dots{}Number of master windows --1\\99Mod4 + Ctrl + h\dots{}Number of columns for non-master windows +1\\100Mod4 + Ctrl + l\dots{}Number of columns for non-master windows --1\\ \\101Mod4 + Space\dots{}Next layout\\102Mod4 + Shift + Space\dots{}Previous layout\\103Mod4 + Ctrl + Space\dots{}Floating master\\104Mod4 + Ctrl + Return\dots{}Swap focused client with master\\105\end{minipage}106}107108\put(200,189){109\begin{minipage}[t]{85mm}110\paragraph{Important files} \ \\ \\111\texttt{~/.config/awesome/rc.lua}\\112\texttt{/etc/xdg/awesome/rc.lua}\\ \\113114115\paragraph{Links and information} \ \\ \\116\url{http://awesome.naquadah.org/}\\117\url{http://awesome.naquadah.org/wiki/}\\118119120\begin{picture}(0,10)121\linethickness{0,5mm}122\put(0,0){\color{mygray}\line(1,0){30}}123\end{picture}124125\footnotesize{126Created by Michael M\"uller, 2010\\127\url{http://micha.elmueller.net/}\\128129Released under the MIT license.\\130131The \LaTeX{} source and license for\\132this sheet can be found at github:\\133\url{http://github.com/cmichi/latex-template-collection}.134}135\end{minipage}136}137\end{picture}138139140141\end{document}142143144