Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adds install option to readme #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,26 @@ The solution involves the following steps:
3. Reload the systemd daemon and enable the newly created services.

*** ***[Click here for a script that automates the steps](suspend-hyprland-fix.sh)*** ***


or


use this command to automatically install the script on your system(requires sudo privileges to enable systemd services)

```
curl -fsSL https://raw.githubusercontent.com/MysticBytes786/hyprland-suspend-fix/main/suspend-hyprland-fix.sh | sudo bash
```

otherwise you can manually clone the repo and run suspend-hyprland-fix.sh(safer method)

```
git clone https://github.com/MysticBytes786/hyprland-suspend-fix
cd hyprland-suspend-fix
sudo ./suspend-hyprland-fix.sh #sudo is used to enable systemd services
```
---
## DIY method

#### Step 1: Create the script

Expand Down