$mod refers to the modifier key (alt by default)
startx i3start i3 from command line$mod+<Enter>open a terminal$mod+dopen dmenu (text based program launcher)$mod+rresize mode ( or to leave resize mode)$mod+shift+eexit i3
| unit ansiCRT; | |
| (****************************************************************************** | |
| This unit is emulating classic Pascal's CRT unit text color management and | |
| cursor movement using ANSI Escape Code sequence. Keyboard input handling & | |
| screen windowing is not possible. For keyboard input, better use the FPC's | |
| Keyboard unit. | |
| ANSI Escape Code list taken from: | |
| https://en.wikipedia.org/wiki/ANSI_escape_code |
| Basic | |
| ===== | |
| [Shift]+[Mod]+[Enter] - launch terminal. | |
| [Mod]+[b] - show/hide bar. | |
| [Mod]+[p] - dmenu for running programs like the x-www-browser. | |
| [Mod]+[Enter] - push acive window from stack to master, or pulls last used window from stack onto master. | |
| [Mod] + [j / k] - focus on next/previous window in current tag. |