- Window manager: i3
- Status bar: polybar
- Application launcher: rofi
- Compositor: picom
- Auto-lockscreen:
i3lock
,xautolock
- Font: CaskaydiaCove NF
- Theme:
TokyoNight
- Brightness controller: brightnessctl
- Audio:
pulseaudio
,pavucontrol
- System monitor:
htop
- Code editor: NeoVim
- Terminal emulator: Wezterm
- Shell:
zsh
- TUI file manager: yazi
- Prompt: starship
- Terminal multiplexer: Zellij
Be careful: This script will remove your existing configurations, please ensure you have a backup stored in somewhere outside of ~/.config/...
cd ~
git clone https://github.com/nhat-tien/dotfiles.git
cd dotfiles
chmod +x setup && setup -f -a
sudo apt install xclip
sudo sh -c "echo '
export GTK_IM_MODULE=ibus
export QT_IM_MODULE=ibus
export XMODIFIERS=@im=ibus
# Dành cho những phần mềm dựa trên qt4
export QT4_IM_MODULE=ibus
# Dành cho những phần mềm dùng thư viện đồ họa clutter/OpenGL
export CLUTTER_IM_MODULE=ibus
export GLFW_IM_MODULE=ibus
' >> /etc/profile"
Chọn chế độ gõ là 6.XTestFakeKeyEvent
exec_always --no-startup-id $HOME/dotfiles/ibus/launch.sh
- Run:
sudo usermod -aG video ${USER}
- Check:
cat /etc/group | grep video
expect: video:x:44:<username>
, example video:x:44:nhattien
- Reboot