This commit is contained in:
Smirnov Olexandr 2020-12-05 23:27:37 +02:00
parent 0d2b7d6ba3
commit 7cf1432163
50 changed files with 1576 additions and 977 deletions

View file

@ -1,21 +1,26 @@
# [i3](https://i3wm.org)
![Seceenshot](screen.png)
----
### Install
-----------
~~~bash
sudo pacman -S i3-gaps polybar
~~~
**Mod key:** `super(win)`
**Font:** `monospace 10`, `JetBrains Mono 10`
### Auttostart
--------------
~~~bash
picom -b
nmcli radio wifi on; nmcli device wifi connect <wifi_name> password <wifi_pass> name net
redshift-gtk
nitrogen --restore
setxkbmap "us,ru,ua" ",winkeys" "grp:alt_shift_toggle" -option "ctrl:nocaps"
org.telegram.desktop
nitrogen --restore
redshift-gtk
picom -b
~~~
### Variables
@ -23,9 +28,9 @@ org.telegram.desktop
~~~i3
set $terminal kitty
set $browser qutebwoser
set $filemanager pcmanfm
~~~
### Keybindings
---------------