further format corrections

This commit is contained in:
skyler 2025-05-03 16:36:45 +08:00
parent 38b5c5a27b
commit c3088c2071

View File

@ -38,6 +38,7 @@ I would also uninstall the dkms driver and replace it with the normal nvidia dri
install nvidia-utils and egl-wayland
install lib32-nvidia-utils if gaming, after allowing multilib repository
@ -84,23 +85,23 @@ Restart the PC and the new config file will be used
## Hyprland Components
notification daemon = mako
desktop portal = xdg-desktop-portal-hyprland
xwayland screensharing compat = xwaylandvideobridge
auth-agent = hyprpolkitagent
qt-libraries = qt5-wayland, qt6-wayland
gtk-libraries = gtk3, gtk4
status-bars = waybar, need to install otf-font-awesome as well for logos
wallpaper daemon = swww
wallpaper manager = waypaper
app launcher = wofi
clipboard manager = clipse
network manager = nmtui
file manager = dolphin
text editor = nvim
browser = chromium with vimium
screenshot = hyprshot
- notification daemon = mako
- desktop portal = xdg-desktop-portal-hyprland
- xwayland screensharing compat = xwaylandvideobridge
- auth-agent = hyprpolkitagent
- qt-libraries = qt5-wayland, qt6-wayland
- gtk-libraries = gtk3, gtk4
-
- status-bars = waybar, need to install otf-font-awesome as well for logos
- wallpaper daemon = swww
- wallpaper manager = waypaper
- app launcher = wofi
- clipboard manager = clipse
- network manager = nmtui
- file manager = dolphin
- text editor = nvim
- browser = chromium with vimium
- screenshot = hyprshot
need to add ```exec-once=waypaper --restore``` to allow for the wallpaper to exist after restart
@ -108,11 +109,12 @@ need to add ```exec-once=waypaper --restore``` to allow for the wallpaper to exi
## fonts
after downloading otf-font-awesome you might see that your fonts are fucked,you can use this opportunity to download a new font and use it:
yay -S ttf-fira-code
yay -S fontconfig
mkdir ~/.config/fontconfig
touch fonts.conf
with the following code:
- yay -S ttf-fira-code
- yay -S fontconfig
- mkdir ~/.config/fontconfig
- touch fonts.conf
- with the following code:
```
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
@ -139,12 +141,13 @@ yay -S adobe-source-han-sans-otc-fonts
## docker
yay -S docker
sudo systemctl enable docker.server
sudo usermod -aG docker $USER
## git
just for automatic credential storing when not using ssh:
git config credential.helper store
git push