From 52f23cf5c61003d18c0ff71d84a8ac39f48142e1 Mon Sep 17 00:00:00 2001 From: Mihai Fufezan Date: Thu, 10 Oct 2024 18:02:08 +0300 Subject: [PATCH] treewide: fix GitHub capitalisation --- pages/Getting Started/Installation.md | 2 +- pages/Getting Started/Preconfigured-setups.md | 6 +++--- pages/Hypr Ecosystem/xdg-desktop-portal-hyprland.md | 2 +- pages/Useful Utilities/App-Launchers.md | 2 +- pages/Useful Utilities/Clipboard-Managers.md | 10 +++++----- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/pages/Getting Started/Installation.md b/pages/Getting Started/Installation.md index 06822f7..a1a3e5e 100644 --- a/pages/Getting Started/Installation.md +++ b/pages/Getting Started/Installation.md @@ -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 diff --git a/pages/Getting Started/Preconfigured-setups.md b/pages/Getting Started/Preconfigured-setups.md index 00ca51d..6c1b850 100644 --- a/pages/Getting Started/Preconfigured-setups.md +++ b/pages/Getting Started/Preconfigured-setups.md @@ -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) @@ -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) @@ -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) diff --git a/pages/Hypr Ecosystem/xdg-desktop-portal-hyprland.md b/pages/Hypr Ecosystem/xdg-desktop-portal-hyprland.md index 42ed41f..d0620ee 100644 --- a/pages/Hypr Ecosystem/xdg-desktop-portal-hyprland.md +++ b/pages/Hypr Ecosystem/xdg-desktop-portal-hyprland.md @@ -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). {{}} diff --git a/pages/Useful Utilities/App-Launchers.md b/pages/Useful Utilities/App-Launchers.md index 8322c16..5de2f0f 100644 --- a/pages/Useful Utilities/App-Launchers.md +++ b/pages/Useful Utilities/App-Launchers.md @@ -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 diff --git a/pages/Useful Utilities/Clipboard-Managers.md b/pages/Useful Utilities/Clipboard-Managers.md index f18c88b..4894743 100644 --- a/pages/Useful Utilities/Clipboard-Managers.md +++ b/pages/Useful Utilities/Clipboard-Managers.md @@ -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 @@ -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