From f28c690d06e6375eb608c42d3f4e41ed8e589779 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 3 May 2024 09:08:14 +0900 Subject: updated readme for some tips for nvidia-gpu users --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 55cf6c74..4ff42ae5 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,7 @@ chmod +x upgrade.sh + Nvidia Owners. Make sure to edit your `~/.config/hypr/UserConfigs/ENVariables.conf` (recommended). Below env's will be activated if automatic copy is used > WLR_NO_CURSORS,1 , LIBVA_DRIVER_NAME,nvidia , __GLX_VENDOR_LIBRARY_NAME,nvidia +- NVIDIA users / owners, after installation, check [`THIS`](https://github.com/JaKooLit/Hyprland-Dots/wiki/Notes_to_remember#--for-nvidia-gpu-users) + If you have already set your own keybinds, monitors, etc.... Just copy over from backup created before log-out or reboot. (recommended) -- cgit v1.2.3 From 30e159abfb5001f7b5ca71350b51ca804770ff51 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" Date: Sat, 4 May 2024 17:02:51 +0900 Subject: Update README.md Updated readme for removal of swaylock folder to be backed up --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4ff42ae5..7d75dab4 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ https://github.com/JaKooLit/Hyprland-Dots/assets/85185940/4bebe592-ca43-4962-9b5 - [`MORE INFO HERE`](https://github.com/JaKooLit/Hyprland-Dots/wiki/Install_&_Update) > [!Note] > The auto copy script will create backups of intended folders to be copied. However, still a good idea to manually backup just incase script failed to backup! -- ~/.config (btop cava hypr kitty rofi swappy swaylock swaync waybar wlogout) - These are folders to be copied. +- ~/.config (btop cava hypr kitty rofi swappy swaync waybar wlogout) - These are folders to be copied. - ~/Pictures/wallpapers - Will be backed up - clone this repo by using git. Change directory, make executable and run the script ```bash -- cgit v1.2.3