From 9e27a526b6a6f87f621a9f8f7039468173b1407d Mon Sep 17 00:00:00 2001 From: Knarkzel Date: Tue, 29 Aug 2023 14:03:30 +0200 Subject: [PATCH] rename --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 35cad80..28b491b 100644 --- a/README.md +++ b/README.md @@ -29,14 +29,14 @@ bind = SUPER, F, exec, /home/odd/.cargo/bin/raise --class "emacs" --launch "emac bind = SUPER_SHIFT, F, exec, emacsclient --create-frame ``` -## How to find class? - -Run `hyprctl clients` while window is open, and look for `class: `. - -## How to install this? +## Install `raise` There are multiple ways to install this: 1. Go to [releases](https://github.com/knarkzel/raise/releases) 2. `cargo install --git https://github.com/knarkzel/raise` 3. Add `github:knarkzel/raise` as a flake to your NixOS configuration + +## How to find class? + +Run `hyprctl clients` while window is open, and look for `class: `.