Init
This commit is contained in:
50
i3.md
Normal file
50
i3.md
Normal file
@@ -0,0 +1,50 @@
|
||||
# Install i3
|
||||
|
||||
```
|
||||
sudo apt install i3 ranger rofi
|
||||
```
|
||||
|
||||
## Theme
|
||||
https://github.com/unix121/i3wm-themer
|
||||
|
||||
Turn off smart gaps
|
||||
Set gaps top 20 to show the status bar
|
||||
|
||||
## Input Method
|
||||
https://fedora-tw.org/t/fedora-24-ibus-array/188
|
||||
|
||||
```
|
||||
sudo dnf install @development-tools gettext-devel libtool ibus-devel libsq3-devel
|
||||
mkdir git
|
||||
cd git
|
||||
git clone https://github.com/lexical/ibus-array.git
|
||||
cd ibus-array
|
||||
./autogen.sh
|
||||
./configure prefix=/usr
|
||||
make
|
||||
sudo make install
|
||||
```
|
||||
|
||||
Start on login
|
||||
|
||||
Add to i3 config:
|
||||
```
|
||||
exec ibus-daemon -drx
|
||||
```
|
||||
|
||||
## Launch flatpak
|
||||
|
||||
https://gist.github.com/curioswati/668e9e120ddd4b6f8d07dc28b5780d22
|
||||
|
||||
```
|
||||
sudo ln -s /var/lib/flatpak/exports/bin/* /usr/bin/
|
||||
```
|
||||
|
||||
## Wallpaper
|
||||
|
||||
```
|
||||
feh --randomize --bg-center ~/Nextcloud/Photos/Anime/風起/*
|
||||
```
|
||||
|
||||
https://www.linuxandubuntu.com/home/set-background-wallpapers-on-i3wm
|
||||
|
||||
Reference in New Issue
Block a user