mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-16 18:15:58 +01:00
Compare commits
2 commits
52a28236c2
...
07024b469b
Author | SHA1 | Date | |
---|---|---|---|
|
07024b469b | ||
|
5d9009f081 |
1 changed files with 12 additions and 1 deletions
|
@ -280,6 +280,18 @@ hyprctl dismissnotify 2 # dismiss the oldest 2 notifications
|
||||||
hyprctl dismissnotify -1 # dismiss all notifications (same as no arguments)
|
hyprctl dismissnotify -1 # dismiss all notifications (same as no arguments)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### rollinglog
|
||||||
|
|
||||||
|
Prints the tail of the log. You can print the log out continuously by adding `--follow` or `-f`.
|
||||||
|
By default, this will update 20 times per second, but you can also specify a number to change the rate,
|
||||||
|
if you prefer.
|
||||||
|
|
||||||
|
```sh
|
||||||
|
hyprctl rollinglog # prints the log normally
|
||||||
|
hyprctl rollinglog --follow # follows the log
|
||||||
|
hyprctl rollinglog --follow 120 # follows the log, updating 120 times per second
|
||||||
|
```
|
||||||
|
|
||||||
## Info
|
## Info
|
||||||
|
|
||||||
```plain
|
```plain
|
||||||
|
@ -301,7 +313,6 @@ animations - gets the currently configured info about animations and beziers
|
||||||
instances - lists all running instances of Hyprland with their info
|
instances - lists all running instances of Hyprland with their info
|
||||||
layouts - lists all layouts available (including from plugins)
|
layouts - lists all layouts available (including from plugins)
|
||||||
configerrors - lists all current config parsing errors
|
configerrors - lists all current config parsing errors
|
||||||
rollinglog - prints tail of the log. Also supports -f/--follow option
|
|
||||||
locked - prints whether the current session is locked.
|
locked - prints whether the current session is locked.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue