Skip to content

Commit

Permalink
make everything Github
Browse files Browse the repository at this point in the history
  • Loading branch information
Slackadays committed Oct 9, 2024
1 parent c91e188 commit 81ee2fa
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions pages/Crashes and Bugs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pages/FAQ/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion pages/Getting Started/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 4 additions & 4 deletions pages/Useful Utilities/App-Launchers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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).
4 changes: 2 additions & 2 deletions pages/Useful Utilities/Clipboard-Managers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -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.

2 changes: 1 addition & 1 deletion pages/Useful Utilities/Color-Pickers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
8 changes: 4 additions & 4 deletions pages/Useful Utilities/Wallpapers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 81ee2fa

Please sign in to comment.