better why
This commit is contained in:
parent
76d680a95b
commit
912d0542c8
1 changed files with 1 additions and 2 deletions
|
|
@ -1,4 +1,3 @@
|
||||||
import QtQuick
|
|
||||||
import Quickshell.Io
|
import Quickshell.Io
|
||||||
import "../../../config/"
|
import "../../../config/"
|
||||||
import "../../../constants/"
|
import "../../../constants/"
|
||||||
|
|
@ -41,6 +40,6 @@ Clickable {
|
||||||
|
|
||||||
Process {
|
Process {
|
||||||
id: process
|
id: process
|
||||||
command: ["sh", "-c", "systemd-inhibit --what=idle --who=Caffeine --why=Caffeine --mode=block sleep inf"]
|
command: ["sh", "-c", "systemd-inhibit --what=idle --who=Caffeine --why='Caffeine module is active' --mode=block sleep inf"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue