Contains configurations for
- i3 picom
- kitty
- nvim
sudo zypper in i3-gaps picom stow feh kitty unclutter- Stow the items from the dotfiles folder (
stow --target=/home/kodex .) - Mask KWin (the previous window manager) at user level (
systemctl --user mask plasma-kwin_x11) - Start the service (
systemctl --user enable i3) - Install any Nerd Font
- Install nvim (not from zypper, it's outdated)
- Restart PC
If i3 doesn't get your config files properly, try running it raw and looking at the error file.
- If it tells you that you have to choose the backend manually, you will have to edit
picom.confand addbackend = "glx"for example.