From 81ee2faa928f71ceadf3e78b09002ffa0d7173dc Mon Sep 17 00:00:00 2001 From: Slackadays Date: Wed, 9 Oct 2024 06:51:33 -0400 Subject: [PATCH] make everything Github --- pages/Crashes and Bugs/_index.md | 4 ++-- pages/FAQ/_index.md | 2 +- pages/Getting Started/Installation.md | 2 +- pages/Useful Utilities/App-Launchers.md | 8 ++++---- pages/Useful Utilities/Clipboard-Managers.md | 4 ++-- pages/Useful Utilities/Color-Pickers.md | 2 +- pages/Useful Utilities/Wallpapers.md | 8 ++++---- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/pages/Crashes and Bugs/_index.md b/pages/Crashes and Bugs/_index.md index 4aad1b3a..a6e59c0f 100644 --- a/pages/Crashes and Bugs/_index.md +++ b/pages/Crashes and Bugs/_index.md @@ -44,7 +44,7 @@ Diagnose the issue by what is in the log: ## Crashes not at launch -Report an issue on GitHub or on the Discord server. +Report an issue on Github or on the Discord server. ## Obtaining a debug stacktrace @@ -73,7 +73,7 @@ Try to reproduce your issue as fast as possible so we don't have to sift through First of all, **_READ THE [FAQ PAGE](../FAQ)_** If your bug is not listed there, you can ask on the Discord server or open an -issue on GitHub. +issue on Github. ## Bisecting an issue diff --git a/pages/FAQ/_index.md b/pages/FAQ/_index.md index d4cb6ad2..3f0e0ea9 100644 --- a/pages/FAQ/_index.md +++ b/pages/FAQ/_index.md @@ -67,7 +67,7 @@ external monitor through the iGPU. Use a keybind (or execute) `grim -g "$(slurp)"`, and select a region. A screenshot will pop into your `~/Pictures/` (You can configure grim and slurp, see their -GitHub pages). +Github pages). If you want those screenshots to go directly to your clipboard, consider using `wl-copy`, from [`wl-clipboard`](https://github.com/bugaevc/wl-clipboard). diff --git a/pages/Getting Started/Installation.md b/pages/Getting Started/Installation.md index 06822f7b..df2f31ed 100644 --- a/pages/Getting Started/Installation.md +++ b/pages/Getting Started/Installation.md @@ -257,7 +257,7 @@ Hyprland is not available from Void Linux's official repositories However, a [third party repository](https://github.com/Makrennel/hyprland-void) is available with [binary packages](https://github.com/Makrennel/hyprland-void/tree/repository-x86_64-glibc) -built in CI by GitHub Actions. +built in CI by Github Actions. You can add this repository by creating a file such as `/etc/xbps.d/hyprland-void.conf` with the following contents: diff --git a/pages/Useful Utilities/App-Launchers.md b/pages/Useful Utilities/App-Launchers.md index 8322c165..d03b0127 100644 --- a/pages/Useful Utilities/App-Launchers.md +++ b/pages/Useful Utilities/App-Launchers.md @@ -10,12 +10,12 @@ Wofi is a GTK-based customizable launcher for Wayland. ## Rofi (Wayland fork) -Rofi, but with Wayland support. [GitHub](https://github.com/lbonn/rofi). +Rofi, but with Wayland support. [Github](https://github.com/lbonn/rofi). ## bemenu bemenu is a Wayland-native replacement for dmenu. -[GitHub](https://github.com/Cloudef/bemenu). +[Github](https://github.com/Cloudef/bemenu). ## fuzzel @@ -43,14 +43,14 @@ repositories. Anyrun is a Wayland-native krunner-like runner, made with customizability in mind. It is modular and extensible through plugins. It can be used as an app launcher with its Applications Plugin. -[GitHub](https://github.com/anyrun-org/anyrun) +[Github](https://github.com/anyrun-org/anyrun) ## Walker Walker is an extensible Wayland-native runner with various built-in modules (applications, runner, hyprland windows, websearch [as of 2024-03-15]). It can be run as a service for faster startups. -[GitHub](https://github.com/abenz1267/walker) +[Github](https://github.com/abenz1267/walker) For a more comprehensive list of launchers, check [awesome-hyprland](https://github.com/hyprland-community/awesome-hyprland#runners-menus-and-application-launchers). diff --git a/pages/Useful Utilities/Clipboard-Managers.md b/pages/Useful Utilities/Clipboard-Managers.md index f18c88be..11c22676 100644 --- a/pages/Useful Utilities/Clipboard-Managers.md +++ b/pages/Useful Utilities/Clipboard-Managers.md @@ -30,7 +30,7 @@ in the clipboard after the application is closed. binary. Stores text and images indefinitely, accessible via a nice TUI that can be bound to a floating window in your Hyprland config. Allows custom themes, image/text previews, multi-select, pinned items and more. -[GitHub](https://github.com/savedra1/clipse) +[Github](https://github.com/savedra1/clipse) ## cb Start by adding the following line to your `~/.config/hypr/hyprland.conf` @@ -151,6 +151,6 @@ Replace `alacritty` with the terminal environment you use if necessary. The class is optional, but it's recommended to use a floating window to achieve more GUI-like behavior. -For more details on `clipse`, please refer to its GitHub repo linked at the top +For more details on `clipse`, please refer to its Github repo linked at the top of the page. diff --git a/pages/Useful Utilities/Color-Pickers.md b/pages/Useful Utilities/Color-Pickers.md index 69e049a2..0f67354a 100644 --- a/pages/Useful Utilities/Color-Pickers.md +++ b/pages/Useful Utilities/Color-Pickers.md @@ -13,4 +13,4 @@ only one that doesn't suck. Dead simple to use. Launch, click, and you're done. Also see [its wiki page](../../Hypr-Ecosystem/hyprpicker). -[GitHub](https://github.com/hyprwm/hyprpicker) +[Github](https://github.com/hyprwm/hyprpicker) diff --git a/pages/Useful Utilities/Wallpapers.md b/pages/Useful Utilities/Wallpapers.md index 929d2bae..5a812526 100644 --- a/pages/Useful Utilities/Wallpapers.md +++ b/pages/Useful Utilities/Wallpapers.md @@ -18,21 +18,21 @@ Great utility if all you want is one simple static wallpaper. Get it ## wpaperd A slightly more advanced wallpaper daemon with automatic wallpaper changing options -and other fancy stuff. [GitHub](https://github.com/danyspin97/wpaperd). +and other fancy stuff. [Github](https://github.com/danyspin97/wpaperd). ## mpvpaper A neat mpv wrapper to play a video as your wallpaper. -[GitHub](https://github.com/GhostNaN/mpvpaper). +[Github](https://github.com/GhostNaN/mpvpaper). ## swww An efficient animated wallpaper daemon for Wayland, controlled at runtime, which means you can change wallpapers without even needing to restart. -[GitHub](https://github.com/Horus645/swww) +[Github](https://github.com/Horus645/swww) ## waypaper GUI wallpaper manager that allows to visually choose the static or animated wallpapers, and supports `swaybg` and `swww` as backends on Wayland. -[GitHub](https://github.com/anufrievroman/waypaper) +[Github](https://github.com/anufrievroman/waypaper)