Virtual Machine GPU passthrough
Setup cursor theme
- Install nwg-look
paru -S bibata-cursor-theme-bin # (recommended)IME
- Install fctix5
sudo pacman -S fcitx5 fcitx5-gtk fcitx5-qt fcitx5-configtool fcitx5-chewing fcitx5-material-color- Go to
kde setting>input methodand add chewing to the input method
Pacman
list foreign pkgs (AUR), which are installed by makepkg command
pacman -Qmeremove pkgs and the dependencies that are not used by other pkgs
pacman -Rns _package_name_Firewall
-
To open the port to enable the service such as rosboard
systemctl enable iptables.serviceApplauncher
rofi
Solve Bluetooth keyboard paired but do not type on keypress
lsusb
modprobe btusb
bluetoothctl
disconnect
scan on
pairable on
# Find the ID of the bluetooth keyboard
pair #ID
trust #ID
connect #ID
quitGrub theme
- To change the grub theme
git clone https://github.com/Lxtharia/minegrub-theme.git
cd ./minegrub-theme
sudo cp -ruv ./minegrub /boot/grub/themes/
sudo nano /etc/default/grub
# Change or add the following line
GRUB_THEME=/boot/grub/themes/minegrub/theme.txt
# Exit and update grub
sudo grub-mkconfig -o /boot/grub/grub.cfgFlathub
sudo pacman -S flatpak
flatpak install flathub com.brave.Browser
flatpak install flathub com.discordapp.DiscordDisable kde wallet
- go to brave://flags
- search for flag
Enable Brave Wallet - change the value to disable
cd .config/ && vim kwalletrc- add the following content
[Wallet]
Enabled=falseVScode
yay -S visual-studio-code-binJetBrain Mono Font
sudo pacman -S ttf-jetbrains-mono