sl/mnt OK, lukas.

Hi!

You can scroll text in this window with the arrow keys.

The window manager you're looking at is called i3. It might be unfamiliar to you at first, but once you get used to it, it will be fast and fun to use.

The most important things to know:

i3 is a tiling window manager. That means that if you open a new window, i3 will try to fit it on your screen, dividing the space up for all windows equally. You can still resize the windows like you want. But usually it makes more sense to shift a window to its own fullscreen workspace.

You control i3 mostly with the keyboard. The most important key is the modifier key, by default "Super". On Reform, this is the key next to Super with the MNT logo engraved.

You can switch workspaces by pressing [Super-1], [Super-2], [Super-3] and so on.

You can send a window to another workspace by pressing [Super-Shift-1], [Super-Shift-2], ... you get the idea.

In the lower left corner you can see an indicator showing which workspace you are on and how many there are currently. You can also click on these numbers.

[Super-d] will open an input menu at the top of the screen that you can use to launch applications by typing their name. When you start typing, dmenu will guess which application you mean.

You can launch a new terminal by pressing [Super-Return].

Try launching pcmanfm using the dmenu. Pcmanfm is a file manager that you can use to explore the system. It also has an "Applications" section where you can discover installed applications.

[Super-Shift-q] closes the active window/application.

Some applications to try:

pcmanfm File Manager
wicd-gtk Network Setup
gedit, emacs, gvim Text editors
firefox Web Browser
claws-mail Email Client
gnumeric Spreadsheet
minetest 3D Sandbox Minig/Crafting Game
meshlab 3D Model Viewer
inkscape, gimp, grafx2 Graphics
milkytracker Music Tracker
kicad Electronics
lxappearance Change Look & Feel
sakura Terminal

You can see all i3 shortcuts ("bindings") and customize them by editing the file /root/.config/i3/config. You can customize the status bar by editing /root/.config/i3status.conf.

Also, make sure to check out the files in /root/reform.

To learn more about i3, execute man i3 in a terminal.

If you want to replace i3 with something else (like openbox), you can edit /root/.xinitrc. There, you can also remove this help text being shown on startup. Quit X by executing "killall X" and start it again using "xinit".

Good luck!