1
0

Update readme.md

This commit is contained in:
Eli Fouts 2025-01-04 17:43:44 -05:00 committed by GitHub
parent 370dd965c6
commit db11e47484
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
# Whiteshadows Dotfiles # Whiteshadow's Dotfiles
This countains My **Arch** Linux Dotfiles for a clean looking lightweight **Hyprland** settup. This countains My **Arch** Linux Dotfiles for a clean looking lightweight **Hyprland** settup.
***ENJOY!!*** ***ENJOY!!***
@ -186,18 +186,30 @@ This countains My **Arch** Linux Dotfiles for a clean looking lightweight **Hypr
</details> </details>
# Hyprland Help
See other peoples Configs [Link to Discussion](https://github.com/elifouts/Dotfiles/discussions/1) <details>
<summary>Apps Fuzzy or Blurry?</summary>
#### 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`
Fun to have
``` ```
asciiquarium --enable-features=UseOzonePlatform --ozone-platform=wayland --uri=%U
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. - ***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?
</details>
# Notes
<details>
<summary>My Download Suggestions</summary>
- 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 ```txt
git git
wlogout wlogout
@ -211,7 +223,6 @@ hyprshot
code code
bpytop bpytop
nerdfetch nerdfetch
asciiquarium
yay yay
wl-clipboard wl-clipboard
wl-copy wl-copy
@ -236,3 +247,14 @@ networkmanager
gvfs gvfs
libnotify libnotify
``` ```
Fun to have
```
asciiquarium
libcaca
cowsay
```
</details>
See other peoples Configs [Link to Discussion](https://github.com/elifouts/Dotfiles/discussions/1)