Skip to content
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
22 changes: 20 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,26 @@ curl https://raw.githubusercontent.com/Tadly/hideIt.sh/master/hideIt.sh -o hideI
### Arch Linux
hideIt.sh can be found in the [aur](hideit.sh-git)
```bash
# Using aura
aura -A hideit.sh-git

# Using pacaur
pacaur -S hideit.sh-git

# Using pakku
pakku -S hideit.sh-git

# Using paru
paru -S hideit.sh-git

# Using pikaur
pikaur -S hideit.sh-git

# Using trizen
trizen -S hideit.sh-git

# Using yay
yay -S hideit.sh-git
```


Expand Down Expand Up @@ -142,8 +160,8 @@ $ kill -SIGUSR1 <pid>
## Q&A
#### *How does the script determine when to trigger?*
Depends on whether you use `--region`, `--hover` or `--signal`.
* `--region` does do polling and the interval can be change via `--interval`
* `--hover` uses **xev** to monitor the window and is therefor event based
* `--region` does polling and the interval can be changed via `--interval`
* `--hover` uses **xev** to monitor the window and is therefore event based
* `--signal` waits for a **SIGUSR1**

#### *My system tray goes nuts when using `--hover`! What the heck?*
Expand Down