mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
Update
This commit is contained in:
parent
0d2b7d6ba3
commit
7cf1432163
50 changed files with 1576 additions and 977 deletions
|
|
@ -1,21 +1,26 @@
|
|||
# [i3](https://i3wm.org)
|
||||
|
||||

|
||||
|
||||
----
|
||||
|
||||
### 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
|
||||
---------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue