mirror of
https://github.com/ByteAtATime/raycast-linux.git
synced 2025-08-31 03:07:23 +00:00
docs: add instructions for keybinds
This commit is contained in:
parent
69ae2ba639
commit
4b33d36212
1 changed files with 8 additions and 0 deletions
|
@ -39,6 +39,14 @@ chmod +x <downloaded-file-name>.AppImage
|
|||
./<downloaded-file-name>.AppImage
|
||||
```
|
||||
|
||||
This will open a long-running process in the background. To toggle the visibility of the window, simply run it again.
|
||||
|
||||
Depending on your environment, you may be able to bind the script to a hotkey. For example, on Hyprland:
|
||||
|
||||
```
|
||||
bind = ALT, Space, exec, /path/to/raycast-linux.AppImage
|
||||
```
|
||||
|
||||
### System Requirements
|
||||
|
||||
The application requires `glibc` version **2.38**, which is installed by default on Ubuntu 24.04, Fedora 40, and recent versions of Arch Linux.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue