From db11e47484449f576264e2734f50cb995395c765 Mon Sep 17 00:00:00 2001 From: Eli Fouts <116454864+elifouts@users.noreply.github.com> Date: Sat, 4 Jan 2025 17:43:44 -0500 Subject: [PATCH] Update readme.md --- readme.md | 120 ++++++++++++++++++++++++++++++++---------------------- 1 file changed, 71 insertions(+), 49 deletions(-) diff --git a/readme.md b/readme.md index b7f174b..3f3907c 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -# Whiteshadows Dotfiles +# Whiteshadow's Dotfiles This countains My **Arch** Linux Dotfiles for a clean looking lightweight **Hyprland** settup. ***ENJOY!!*** @@ -186,53 +186,75 @@ This countains My **Arch** Linux Dotfiles for a clean looking lightweight **Hypr +# Hyprland Help + +
+ Apps Fuzzy or Blurry? + + #### This may be because they need to be run with Wayland or are Electron Aplications + + - The solution I found is to add the following to `/usr/share/applications/{app}.desktop` after `exec=/app/executable/app` + - Works on `Spotify` `Discord` + + ``` + --enable-features=UseOzonePlatform --ozone-platform=wayland --uri=%U + ``` + + - ***NOTE*** This gets removed if the app is redownloaded! Im not sure how to make this a global thing. I have tried and failed. Help? + +
+ +# Notes +
+ My Download Suggestions + + - This is everything I think is essential to have. At least for me. I would suggest doing your own research before blindly downloading everything here. This is here just so if I break my computer which we all know I will, I can remember what all I need/want! + + ```txt + git + wlogout + nvim + zip unzip + pipewire + hyprpicker + hypridle + hyprlock + hyprshot + code + bpytop + nerdfetch + yay + wl-clipboard + wl-copy + nerd-fonts + starship + thunar + grim + slurp + gradience + gnome-network-displays + discord + firefox + spotify + pacman-contrib + swaync + pywal + waybar + swww + blueman + bluez + networkmanager + gvfs + libnotify + ``` + + Fun to have + + ``` + asciiquarium + libcaca + cowsay + ``` +
See other peoples Configs [Link to Discussion](https://github.com/elifouts/Dotfiles/discussions/1) - - -Fun to have -``` -asciiquarium -libcaca -cowsay -``` - -everything I think is essential to have. At least for me. I would suggest doing your own research before blindly downloading everything here. -```txt -git -wlogout -nvim -zip unzip -pipewire -hyprpicker -hypridle -hyprlock -hyprshot -code -bpytop -nerdfetch -asciiquarium -yay -wl-clipboard -wl-copy -nerd-fonts -starship -thunar -grim -slurp -gradience -gnome-network-displays -discord -firefox -spotify -pacman-contrib -swaync -pywal -waybar -swww -blueman -bluez -networkmanager -gvfs -libnotify -```