From Fedora Project Wiki
No edit summary |
(Creating the scheme) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{lang|en|es| page=i3_guide}} | {{lang|en|es| page=i3_guide}} | ||
i3wm (i3 for short) is a tiling window manager available under the BSD license. | |||
== Installation == | |||
Assuming you already have a DE: | |||
dnf -y install i3 i3status i3lock dmenu | |||
Where: | |||
* '''i3:''' is the main package of the window manager | |||
** '''i3bar:''' a little status bar that can be use with i3. It's optional and you can use any other of your choice. | |||
* '''i3status:''' a little program that prints status of the machine to be shown by i3bar. | |||
* '''i3lock:''' simple tool to lock the screen. | |||
* '''dmenu:''' menu tool to launch desktop applications. | |||
== First steps == | |||
=== First Login === | |||
=== Default key bindings === | |||
=== Window manager configuration === | |||
== Working on i3 == | |||
=== Wallpaper === | |||
=== Screen Brightness === | |||
=== Sound === | |||
=== Networking === |
Latest revision as of 20:24, 13 May 2020
i3wm (i3 for short) is a tiling window manager available under the BSD license.
Installation
Assuming you already have a DE:
dnf -y install i3 i3status i3lock dmenu
Where:
- i3: is the main package of the window manager
- i3bar: a little status bar that can be use with i3. It's optional and you can use any other of your choice.
- i3status: a little program that prints status of the machine to be shown by i3bar.
- i3lock: simple tool to lock the screen.
- dmenu: menu tool to launch desktop applications.