\documentclass[10pt,a4paper]{article} % Packages \usepackage{fancyhdr} % For header and footer \usepackage{multicol} % Allows multicols in tables \usepackage{tabularx} % Intelligent column widths \usepackage{tabulary} % Used in header and footer \usepackage{hhline} % Border under tables \usepackage{graphicx} % For images \usepackage{xcolor} % For hex colours %\usepackage[utf8x]{inputenc} % For unicode character support \usepackage[T1]{fontenc} % Without this we get weird character replacements \usepackage{colortbl} % For coloured tables \usepackage{setspace} % For line height \usepackage{lastpage} % Needed for total page number \usepackage{seqsplit} % Splits long words. %\usepackage{opensans} % Can't make this work so far. Shame. Would be lovely. \usepackage[normalem]{ulem} % For underlining links % Most of the following are not required for the majority % of cheat sheets but are needed for some symbol support. \usepackage{amsmath} % Symbols \usepackage{MnSymbol} % Symbols \usepackage{wasysym} % Symbols %\usepackage[english,german,french,spanish,italian]{babel} % Languages % Document Info \author{pAULIE42o (paulie421)} \pdfinfo{ /Title (omarchy-3-0-cheatz.pdf) /Creator (Cheatography) /Author (pAULIE42o (paulie421)) /Subject (Omarchy 3.0 Cheatz Cheat Sheet) } % Lengths and widths \addtolength{\textwidth}{6cm} \addtolength{\textheight}{-1cm} \addtolength{\hoffset}{-3cm} \addtolength{\voffset}{-2cm} \setlength{\tabcolsep}{0.2cm} % Space between columns \setlength{\headsep}{-12pt} % Reduce space between header and content \setlength{\headheight}{85pt} % If less, LaTeX automatically increases it \renewcommand{\footrulewidth}{0pt} % Remove footer line \renewcommand{\headrulewidth}{0pt} % Remove header line \renewcommand{\seqinsert}{\ifmmode\allowbreak\else\-\fi} % Hyphens in seqsplit % This two commands together give roughly % the right line height in the tables \renewcommand{\arraystretch}{1.3} \onehalfspacing % Commands \newcommand{\SetRowColor}[1]{\noalign{\gdef\RowColorName{#1}}\rowcolor{\RowColorName}} % Shortcut for row colour \newcommand{\mymulticolumn}[3]{\multicolumn{#1}{>{\columncolor{\RowColorName}}#2}{#3}} % For coloured multi-cols \newcolumntype{x}[1]{>{\raggedright}p{#1}} % New column types for ragged-right paragraph columns \newcommand{\tn}{\tabularnewline} % Required as custom column type in use % Font and Colours \definecolor{HeadBackground}{HTML}{333333} \definecolor{FootBackground}{HTML}{666666} \definecolor{TextColor}{HTML}{333333} \definecolor{DarkBackground}{HTML}{1F35A3} \definecolor{LightBackground}{HTML}{F1F2F9} \renewcommand{\familydefault}{\sfdefault} \color{TextColor} % Header and Footer \pagestyle{fancy} \fancyhead{} % Set header to blank \fancyfoot{} % Set footer to blank \fancyhead[L]{ \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{C} \SetRowColor{DarkBackground} \vspace{-7pt} {\parbox{\dimexpr\textwidth-2\fboxsep\relax}{\noindent \hspace*{-6pt}\includegraphics[width=5.8cm]{/web/www.cheatography.com/public/images/cheatography_logo.pdf}} } \end{tabulary} \columnbreak \begin{tabulary}{11cm}{L} \vspace{-2pt}\large{\bf{\textcolor{DarkBackground}{\textrm{Omarchy 3.0 Cheatz Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{pAULIE42o (paulie421)} via \textcolor{DarkBackground}{\uline{cheatography.com/190935/cs/47345/}}} \end{tabulary} \end{multicols}} \fancyfoot[L]{ \footnotesize \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{LL} \SetRowColor{FootBackground} \mymulticolumn{2}{p{5.377cm}}{\bf\textcolor{white}{Cheatographer}} \\ \vspace{-2pt}pAULIE42o (paulie421) \\ \uline{cheatography.com/paulie421} \\ \uline{\seqsplit{techheart}.life} \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Not Yet Published.\\ Updated 28th November, 2025.\\ Page {\thepage} of \pageref{LastPage}. \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Sponsor}} \\ \SetRowColor{white} \vspace{-5pt} %\includegraphics[width=48px,height=48px]{dave.jpeg} Measure your website readability!\\ www.readability-score.com \end{tabulary} \end{multicols}} \begin{document} \raggedright \raggedcolumns % Set font size to small. Switch to any value % from this page to resize cheat sheet text: % www.emerson.emory.edu/services/latex/latex_169.html \footnotesize % Small font. \begin{multicols*}{2} \begin{tabularx}{8.4cm}{x{3.84 cm} x{4.16 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{System Binds}} \tn % Row 0 \SetRowColor{LightBackground} SUPER + K & Keybind Cheatsheet \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} SUPER + SPACE & Application Launcher \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} SUPER + ALT + SPACE & Omarchy Menu \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} SUPER + ESC & System Menu \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} SUPER + SHIFT + CTRL + SPACE & Theme Menu \tn % Row Count 6 (+ 2) % Row 5 \SetRowColor{white} SUPER + CTRL + SPACE & Cycle Backgrounds in Theme \tn % Row Count 8 (+ 2) % Row 6 \SetRowColor{LightBackground} SUPER + SHIFT + SPACE & Toggle Top Waybar \tn % Row Count 10 (+ 2) % Row 7 \SetRowColor{white} SUPER + C/P/X & Universal Copy/Paste/Cut \tn % Row Count 12 (+ 2) % Row 8 \SetRowColor{LightBackground} SUPER + CTRL + V & Clipboard Manager \tn % Row Count 13 (+ 1) % Row 9 \SetRowColor{white} SUPER + CTRL + E & Emoji Picker \tn % Row Count 14 (+ 1) % Row 10 \SetRowColor{LightBackground} PRNTSCR & Screenshot w/ Editing \tn % Row Count 16 (+ 2) % Row 11 \SetRowColor{white} PRNTSCR + SHIFT & Screenshot to Clipboard \tn % Row Count 18 (+ 2) % Row 12 \SetRowColor{LightBackground} PRNTSCR + ALT & Screen Recording \tn % Row Count 19 (+ 1) % Row 13 \SetRowColor{white} SUPER + COMMA & Dismiss Last Notification \tn % Row Count 21 (+ 2) % Row 14 \SetRowColor{LightBackground} SUPER + CTRL + COMMA & Toggle Silencing Notifications \tn % Row Count 23 (+ 2) % Row 15 \SetRowColor{white} SUPER + SHIFT + COMMA & Dismiss All Notifications \tn % Row Count 25 (+ 2) % Row 16 \SetRowColor{LightBackground} SUPER + CTRL + T & Show Time \tn % Row Count 26 (+ 1) % Row 17 \SetRowColor{white} SUPER + CTRL + B & Show Battery Remaining \tn % Row Count 28 (+ 2) % Row 18 \SetRowColor{LightBackground} SUPER + CTRL + I & Toggle Locking on Idle \tn % Row Count 30 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{3.12 cm} x{4.88 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Window Binds}} \tn % Row 0 \SetRowColor{LightBackground} SUPER + F & Full Screen \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} SUPER + T & Toggle Window Floating/Tiling \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} SUPER + W & Close Window \tn % Row Count 4 (+ 1) % Row 3 \SetRowColor{white} SUPER + LEFT MOUSE & Move Floating Window \tn % Row Count 6 (+ 2) % Row 4 \SetRowColor{LightBackground} SUPER + RIGHT MOUSE & Resize Floating Window \tn % Row Count 8 (+ 2) % Row 5 \SetRowColor{white} SUPER + O & Pop; Toggle Floating, Sticky Window \tn % Row Count 10 (+ 2) % Row 6 \SetRowColor{LightBackground} SUPER + P & Pseudo Window \tn % Row Count 11 (+ 1) % Row 7 \SetRowColor{white} SUPER + J & Toggle Horizontal/Vertical Window Alignment \tn % Row Count 13 (+ 2) % Row 8 \SetRowColor{LightBackground} SUPER + ARROW KEYS & Move Around Open Windows \tn % Row Count 15 (+ 2) % Row 9 \SetRowColor{white} SUPER + SHIFT + ARROW KEYS & Swap Multiple Open Windows \tn % Row Count 17 (+ 2) % Row 10 \SetRowColor{LightBackground} SUPER + \# & Goto X Workspace \tn % Row Count 18 (+ 1) % Row 11 \SetRowColor{white} SUPER + SHIFT + \# & Move Window to X Workspace \tn % Row Count 20 (+ 2) % Row 12 \SetRowColor{LightBackground} SUPER + ALT + \# & Switch to Group Window X \tn % Row Count 21 (+ 1) % Row 13 \SetRowColor{white} SUPER + TAB & Next Workspace \tn % Row Count 22 (+ 1) % Row 14 \SetRowColor{LightBackground} SUPER + SHIFT + TAB & Previous Workspace \tn % Row Count 24 (+ 2) % Row 15 \SetRowColor{white} SUPER + G & Toggle Window Grouping \tn % Row Count 25 (+ 1) % Row 16 \SetRowColor{LightBackground} SUPER + ALT + TAB & Next Window in Group \tn % Row Count 27 (+ 2) % Row 17 \SetRowColor{white} SUPER + ALT + ARROW KEYS & Move Window to Group on TOP/LEFT/RIGHT/BOTTOM \tn % Row Count 29 (+ 2) % Row 18 \SetRowColor{LightBackground} SUPER + ALT + G & Pop Window out of Group \tn % Row Count 30 (+ 1) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{x{3.12 cm} x{4.88 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Window Binds (cont)}} \tn % Row 19 \SetRowColor{LightBackground} SUPER + MINUS & Expand Window Left \tn % Row Count 1 (+ 1) % Row 20 \SetRowColor{white} SUPER + SHIFT + EQUAL & Expand Window Down \tn % Row Count 3 (+ 2) % Row 21 \SetRowColor{LightBackground} SUPER + EQUAL & Shrink Window Left \tn % Row Count 4 (+ 1) % Row 22 \SetRowColor{white} SUPER + SHIFT + MINUS & Shrink Window Up \tn % Row Count 6 (+ 2) % Row 23 \SetRowColor{LightBackground} SUPER + BACKSPACE & Toggle Window Transparency \tn % Row Count 8 (+ 2) % Row 24 \SetRowColor{white} CTRL + ALT + DEL & Close All Windows \tn % Row Count 10 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{4.16 cm} x{3.84 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Application Binds}} \tn % Row 0 \SetRowColor{LightBackground} SUPER + ENTER & Terminal \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} SHIFT + CTRL + C/P & Copy/Paste in Terminal \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} SUPER + SHIFT + F & File Manager \tn % Row Count 4 (+ 1) % Row 3 \SetRowColor{white} SUPER + SHIFT + B & Web Browser \tn % Row Count 5 (+ 1) % Row 4 \SetRowColor{LightBackground} SUPER + SHIFT + ALT + B & Private Web Browser \tn % Row Count 7 (+ 2) % Row 5 \SetRowColor{white} SUPER + SHIFT + M & Music \tn % Row Count 8 (+ 1) % Row 6 \SetRowColor{LightBackground} SUPER + SHIFT + N & Editor \tn % Row Count 9 (+ 1) % Row 7 \SetRowColor{white} SUPER + SHIFT + T & Btop \tn % Row Count 10 (+ 1) % Row 8 \SetRowColor{LightBackground} SUPER + SHIFT + D & Docker \tn % Row Count 11 (+ 1) % Row 9 \SetRowColor{white} SUPER + SHIFT + G & Signal \tn % Row Count 12 (+ 1) % Row 10 \SetRowColor{LightBackground} SUPER + SHIFT + O & Obsidian \tn % Row Count 13 (+ 1) % Row 11 \SetRowColor{white} SUPER + SHIFT + W & Typora \tn % Row Count 14 (+ 1) % Row 12 \SetRowColor{LightBackground} SUPER + SHIFT + / & Password Manager \tn % Row Count 15 (+ 1) % Row 13 \SetRowColor{white} SUPER + SHIFT + A & ChatGPT \tn % Row Count 16 (+ 1) % Row 14 \SetRowColor{LightBackground} SUPER + SHIFT + ALT + A & Grok \tn % Row Count 18 (+ 2) % Row 15 \SetRowColor{white} SUPER + SHIFT + ALT + C & Calender \tn % Row Count 20 (+ 2) % Row 16 \SetRowColor{LightBackground} SUPER + SHIFT + E & Email \tn % Row Count 21 (+ 1) % Row 17 \SetRowColor{white} SUPER + SHIFT + Y & YouTube \tn % Row Count 22 (+ 1) % Row 18 \SetRowColor{LightBackground} SUPER + SHIFT + ALT + G & WhatsApp \tn % Row Count 24 (+ 2) % Row 19 \SetRowColor{white} SUPER + SHIFT + CTRL + G & Google Messages \tn % Row Count 26 (+ 2) % Row 20 \SetRowColor{LightBackground} SUPER + SHIFT + P & Google Photos \tn % Row Count 27 (+ 1) % Row 21 \SetRowColor{white} SUPER + SHIFT + X & X/Twitter \tn % Row Count 28 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}