From 796379826f89a74db79df9e9a8a6944cf6860649 Mon Sep 17 00:00:00 2001 From: Michael Lehmann Date: Thu, 19 Dec 2024 23:06:40 +0100 Subject: [PATCH] Update readme --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 0b51542..0b00cad 100644 --- a/README.md +++ b/README.md @@ -38,19 +38,11 @@ swayidle-ctrl -off ## Installation 1. Download the source code or clone the repository (if applicable). -2. Run `go build` to create the executable file (`swayidle-manager`). +2. Run `go build` to create the executable file (`swayidle-ctrl`). 3. Place the executable in a directory accessible from your PATH environment variable. **Alternatively, you can run the application directly from the source code using `go run main.go`.** -### Dependencies - -This application requires the following Go package: - -* `github.com/shirou/gopsutil/process` - for process management functionalities. - -**Make sure you have these dependencies installed before running the application.** - ### Additional Notes * This application uses `sh -c` to execute the swayidle command. You might need to adjust this based on your specific setup.