updated global function

This commit is contained in:
JaKooLit 2025-03-11 11:50:33 +09:00
parent 55318aaf47
commit 5afafd3baa
3 changed files with 3 additions and 3 deletions

View File

@ -246,6 +246,8 @@ env = GBM_BACKEND,nvidia-drm
env = WLR_RENDERER_ALLOW_SOFTWARE,1
```
### 🚩
#### 🫥 Improving performance for Older Nvidia Cards using driver 470
- [`SEE HERE`](https://github.com/JaKooLit/Hyprland-Dots/discussions/123#discussion-6035205)

View File

@ -71,7 +71,7 @@ install_package() {
build_dep() {
echo -e "${INFO} building dependencies for ${MAGENTA}$1${RESET} "
(
stdbuf -oL sudo build-dep -y "$1" 2>&1
stdbuf -oL sudo apt build-dep -y "$1" 2>&1
) >> "$LOG" 2>&1 &
PID=$!
show_progress $PID "$1"

View File

@ -69,8 +69,6 @@ done
printf "\n%.0s" {1..1}
printf "${INFO} Activating sddm service........\n"
sudo dpkg-reconfigure sddm 2>&1 | tee -a "$LOG"
sudo systemctl set-default graphical.target 2>&1 | tee -a "$LOG"
sudo systemctl enable sddm.service 2>&1 | tee -a "$LOG"