aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: b9fd6ae897fd1f65d6ee7e9984f1f7a270acad63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
## i3wm-config
This repository saves the custom configuration used by heckyel in i3wm

[![license](https://img.shields.io/badge/license-GPLv3+-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.txt)

## Screenshot

![screen](https://archive.org/download/libreweb/screen.png?raw=true "Image for i3wm-config")

### Requeriments

- acpi
- conky
- dmenu
- dunst
- feh
- i3-wm
- i3blocks
- i3lock
- network-manager-applet
- nitrogen
- playerctl
- ranger
- rofi
- scrot
- termite
- thunar
- tumbler
- xfce4-terminal

### Optional

- lxappearance
- ttf-font-awesome

### Base i3wm

    pacman -Syy i3-wm i3status dmenu sysstat

### Simple Install

    wget "https://libregit.org/heckyel/i3-config/raw/branch/master/install.sh" -O "$HOME/install.sh"

    bash "$HOME/install.sh"

clean up install file

    rm "$HOME/install.sh"

### Installed optional

    pacman -Syy lxappearance nitrogen gnome-disk-utility

### keyboard shortcuts (spanish)


| Atajo de Teclado         | Equivalencia     | Descripción                                                   |
| ------------------------ | ---------------- | ------------------------------------------------------------- |
| `mod + Enter`            | =                | Terminal                                                      |
| `mod + 1 - 0`            | =                | Cambiar entre los espacios de trabajos desde 1 hasta 0        |
| `mod + d`                | =                | Menú                                                          |
| `mod + a`                | =                | Selecciona todas las ventanas en mosaico                      |
| `mod + s`                | =                | Ventanas en orden de pilas                                    |
| `mod + w`                | =                | Ventanas en orden de tablas                                   |
| `mod + e`                | =                | Mover ventanas en orden de división                           |
| `mod + h`                | =                | División en orientación horizontal                            |
| `mod + v`                | =                | División en orientación vertical                              |
| `mod + r`                | =                | Redimencionar ventanas, se controla con las teclas de flechas |
| `mod + ñ`                | =                | Seleccionar ventana de lado derecho                           |
| `mod + j`                | =                | Seleccionar ventana de lado izquierdo                         |
| `mod + l`                | =                | Seleccionar ventana hacia arriba                              |
| `mod + k`                | =                | Seleccionar ventana hacia abajo                               |
| `mod + ►`                | =                | Seleccionar ventana de lado derecho                           |
| `mod + ◄`                | =                | Seleccionar ventana de lado izquierdo                         |
| `mod + ▲`                | =                | Seleccionar ventana hacia arriba                              |
| `mod + ▼`                | =                | Seleccionar ventana hacia abajo                               |
| `mod + Shift + 1 - 0`    | =                | Mover una ventanas a un espacio de trabajos del 1 al 0        |
| `mod + Shift + E`        | =                | Salir del entorno i3wm                                        |
| `mod + Shift + C`        | =                | Recargar el entorno de i3wm                                   |
| `mod + Shift + R`        | =                | Reiniciar el entorno de i3wm                                  |
| `mod + Shift + Q`        | =                | Cerrar ventanas                                               |
| `mod + Shift + Ñ`        | =                | Mover ventana de lado derecho                                 |
| `mod + Shift + J`        | =                | Mover ventana de lado izquierdo                               |
| `mod + Shift + L`        | =                | Mover ventana hacia arriba                                    |
| `mod + Shift + K`        | =                | Mover ventana hacia abajo                                     |
| `mod + Shift + ►`        | =                | Mover ventana de lado derecho                                 |
| `mod + Shift + ◄`        | =                | Mover ventana de lado izquierdo                               |
| `mod + Shift + ▲`        | =                | Mover ventana hacia arriba                                    |
| `mod + Shift + ▼`        | =                | Mover ventana hacia abajo                                     |
| `mod + Shift + space`    | =                | Ventana en modo flotante                                      |

### keyboard shortcuts (English)

| keyboard shortcut        | Equivalent       | Description                                                   |
| ------------------------ | ---------------- | ------------------------------------------------------------- |
| `mod + Enter`            | =                | Terminal                                                      |
| `mod + 1 - 0`            | =                | Switch between workspaces from 1 to 0                         |
| `mod + d`                | =                | Menú                                                          |
| `mod + a`                | =                | Select all tiled windows                                      |
| `mod + s`                | =                | Windows in order of batteries                                 |
| `mod + w`                | =                | Windows in order of tables                                    |
| `mod + e`                | =                | Windows in order of tables                                    |
| `mod + h`                | =                | Division in horizontal orientation                            |
| `mod + v`                | =                | Division in vertical orientation                              |
| `mod + r`                | =                | Resize windows, controlled with arrow keys                    |
| `mod + ñ`                | =                | Select window on right side                                   |
| `mod + j`                | =                | Select left side window                                       |
| `mod + l`                | =                | Select window up                                              |
| `mod + k`                | =                | Select window down                                            |
| `mod + ►`                | =                | Select right side window                                      |
| `mod + ◄`                | =                | Select left side window                                       |
| `mod + ▲`                | =                | Select window up                                              |
| `mod + ▼`                | =                | Select window down                                            |
| `mod + Shift + 1 - 0`    | =                | Move a windows to a workspace from 1 to 0                     |
| `mod + Shift + E`        | =                | Exit the i3wm environment                                     |
| `mod + Shift + C`        | =                | Reload the i3wm environment                                   |
| `mod + Shift + R`        | =                | Restart the i3wm environment                                  |
| `mod + Shift + Q`        | =                | Close windows                                                 |
| `mod + Shift + Ñ`        | =                | Move right side window                                        |
| `mod + Shift + J`        | =                | Move left side window                                         |
| `mod + Shift + L`        | =                | Move window up                                                |
| `mod + Shift + K`        | =                | Move window down                                              |
| `mod + Shift + ►`        | =                | Move right side window                                        |
| `mod + Shift + ◄`        | =                | Move left side window                                         |
| `mod + Shift + ▲`        | =                | Move window up                                                |
| `mod + Shift + ▼`        | =                | Move window down                                              |
| `mod + Shift + space`    | =                | Window in floating mode                                       |

### Credits

Thanks to all the free software developers and to you Jesús E.