treewide: fix GitHub capitalisation

This commit is contained in:
Mihai Fufezan 2024-10-10 18:02:08 +03:00
parent e9b017bf73
commit 52f23cf5c6
Signed by: fufexan
SSH key fingerprint: SHA256:SdnKmEpJrDu1+2UO1QpB/Eg4HKcdDi6n+xSRqFNJVpg
5 changed files with 11 additions and 11 deletions

View file

@ -222,7 +222,7 @@ sudo apt-get install -y xdg-desktop-portal-wlr
_Unfortunately, `xdg-desktop-portal-hyprland` still not in Ubuntu Repo so you have to build it from source_ _Unfortunately, `xdg-desktop-portal-hyprland` still not in Ubuntu Repo so you have to build it from source_
See See
[The xdph Github repo's readme](https://github.com/hyprwm/xdg-desktop-portal-hyprland). [The xdph GitHub repo's readme](https://github.com/hyprwm/xdg-desktop-portal-hyprland).
Refer to Refer to
[XDPH](../../Hypr-Ecosystem/xdg-desktop-portal-hyprland) for more information [XDPH](../../Hypr-Ecosystem/xdg-desktop-portal-hyprland) for more information

View file

@ -14,7 +14,7 @@ ML4W or My Linux 4 Work, is a great DE-like experience out-of-the-box made by St
It includes simple gui settings apps, pre-configured feature-rich panels, a welcome app, and more. It includes simple gui settings apps, pre-configured feature-rich panels, a welcome app, and more.
[Github](https://github.com/mylinuxforwork/dotfiles) [GitHub](https://github.com/mylinuxforwork/dotfiles)
[Youtube](https://www.youtube.com/@mylinuxforwork) [Youtube](https://www.youtube.com/@mylinuxforwork)
@ -24,7 +24,7 @@ It includes simple gui settings apps, pre-configured feature-rich panels, a welc
Like material styling? Want a lot of great apps? Don't mind a tiny bit of tinkering? end-4 has you covered. Like material styling? Want a lot of great apps? Don't mind a tiny bit of tinkering? end-4 has you covered.
[Github](https://github.com/end-4/dots-hyprland) [GitHub](https://github.com/end-4/dots-hyprland)
![Image of end-4's dotfiles](https://github.com/end-4/dots-hyprland/assets/97237370/5e081770-0f1e-45c4-ad9c-3d19f488cd85) ![Image of end-4's dotfiles](https://github.com/end-4/dots-hyprland/assets/97237370/5e081770-0f1e-45c4-ad9c-3d19f488cd85)
@ -33,6 +33,6 @@ Like material styling? Want a lot of great apps? Don't mind a tiny bit of tinker
Prefer something more minimal, clean and aesthetic? Are you a terminal enjoyer? Prefer something more minimal, clean and aesthetic? Are you a terminal enjoyer?
Prasanthrangan's dotfiles are a very popular choice that will suit your needs. Prasanthrangan's dotfiles are a very popular choice that will suit your needs.
[Github](https://github.com/prasanthrangan/hyprdots) [GitHub](https://github.com/prasanthrangan/hyprdots)
![Image of prasanthrangan's dotfiles](https://i.ibb.co/W3SYJCc/showcase-2-2412602747.png) ![Image of prasanthrangan's dotfiles](https://i.ibb.co/W3SYJCc/showcase-2-2412602747.png)

View file

@ -103,7 +103,7 @@ emerge --ask --verbose gui-libs/xdg-desktop-portal-hyprland
{{< tab "Manual" >}} {{< tab "Manual" >}}
See See
[The Github repo's readme](https://github.com/hyprwm/xdg-desktop-portal-hyprland). [The GitHub repo's readme](https://github.com/hyprwm/xdg-desktop-portal-hyprland).
{{</ tab >}} {{</ tab >}}

View file

@ -27,7 +27,7 @@ to rofi's `drun` mode. [Codeberg](https://codeberg.org/dnkl/fuzzel)
tofi is an extremely fast and simple yet highly customizable dmenu / rofi tofi is an extremely fast and simple yet highly customizable dmenu / rofi
replacement for wlroots-based Wayland compositors. When configured correctly, replacement for wlroots-based Wayland compositors. When configured correctly,
tofi can get on screen within a single frame. tofi can get on screen within a single frame.
[Github](https://github.com/philj56/tofi) [GitHub](https://github.com/philj56/tofi)
## Emacs ## Emacs

View file

@ -11,20 +11,20 @@ copied content, including both text and images.
Some common ones used are `cb`, `copyq`, `clipman`, `cliphist` and `clipse`. Some common ones used are `cb`, `copyq`, `clipman`, `cliphist` and `clipse`.
`cb` - Utilizes Wayland and stores text, images and files temporarily or `cb` - Utilizes Wayland and stores text, images and files temporarily or
indefinitely. Allows unlimited clipboards and history, JSON output and more. indefinitely. Allows unlimited clipboards and history, JSON output and more.
[Github](https://github.com/Slackadays/Clipboard) [GitHub](https://github.com/Slackadays/Clipboard)
`clipman` - Utilizes Wayland with `wl-clipboard` support and stores text only `clipman` - Utilizes Wayland with `wl-clipboard` support and stores text only
[Github](https://github.com/chmouel/clipman) [GitHub](https://github.com/chmouel/clipman)
`cliphist` - Utilizes Wayland with `wl-clipboard` and can store both images and `cliphist` - Utilizes Wayland with `wl-clipboard` and can store both images and
text [Github](https://github.com/sentriz/cliphist) text [GitHub](https://github.com/sentriz/cliphist)
`wl-clip-persist` - When copying something on Wayland, the copied data remains `wl-clip-persist` - When copying something on Wayland, the copied data remains
in the clipboard until the application that was copied from is closed. in the clipboard until the application that was copied from is closed.
After that, the data disappears and can no longer be pasted. After that, the data disappears and can no longer be pasted.
To fix this problem, you can use `wl-clip-persist` which will preserve the data To fix this problem, you can use `wl-clip-persist` which will preserve the data
in the clipboard after the application is closed. in the clipboard after the application is closed.
[Github](https://github.com/Linus789/wl-clip-persist) [GitHub](https://github.com/Linus789/wl-clip-persist)
`clipse` - Utilizes Wayland with `wl-clipboard` support and runs from a single `clipse` - Utilizes Wayland with `wl-clipboard` support and runs from a single
binary. Stores text and images indefinitely, accessible via a nice TUI that can binary. Stores text and images indefinitely, accessible via a nice TUI that can
@ -39,7 +39,7 @@ Start by adding the following line to your `~/.config/hypr/hyprland.conf`
exec-once = cb exec-once = cb
``` ```
For more details on `cb`, please refer to its Github repo linked at the top For more details on `cb`, please refer to its GitHub repo linked at the top
of the page. of the page.
## copyq ## copyq