Skip to content

Commit

Permalink
treewide: fix GitHub capitalisation
Browse files Browse the repository at this point in the history
  • Loading branch information
fufexan committed Oct 10, 2024
1 parent e9b017b commit 52f23cf
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion pages/Getting Started/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_

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
[XDPH](../../Hypr-Ecosystem/xdg-desktop-portal-hyprland) for more information
Expand Down
6 changes: 3 additions & 3 deletions pages/Getting Started/Preconfigured-setups.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

[Github](https://github.com/mylinuxforwork/dotfiles)
[GitHub](https://github.com/mylinuxforwork/dotfiles)

[Youtube](https://www.youtube.com/@mylinuxforwork)

Expand All @@ -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.

[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)

Expand All @@ -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?
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)
2 changes: 1 addition & 1 deletion pages/Hypr Ecosystem/xdg-desktop-portal-hyprland.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ emerge --ask --verbose gui-libs/xdg-desktop-portal-hyprland
{{< tab "Manual" >}}

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 >}}

Expand Down
2 changes: 1 addition & 1 deletion pages/Useful Utilities/App-Launchers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
replacement for wlroots-based Wayland compositors. When configured correctly,
tofi can get on screen within a single frame.
[Github](https://github.com/philj56/tofi)
[GitHub](https://github.com/philj56/tofi)

## Emacs

Expand Down
10 changes: 5 additions & 5 deletions pages/Useful Utilities/Clipboard-Managers.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@ copied content, including both text and images.
Some common ones used are `cb`, `copyq`, `clipman`, `cliphist` and `clipse`.
`cb` - Utilizes Wayland and stores text, images and files temporarily or
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
[Github](https://github.com/chmouel/clipman)
[GitHub](https://github.com/chmouel/clipman)

`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
in the clipboard until the application that was copied from is closed.
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
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
binary. Stores text and images indefinitely, accessible via a nice TUI that can
Expand All @@ -39,7 +39,7 @@ Start by adding the following line to your `~/.config/hypr/hyprland.conf`
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.

## copyq
Expand Down

0 comments on commit 52f23cf

Please sign in to comment.