fix: inhibitor wont inhibit shutdown and adjusted position of audioman
This commit is contained in:
parent
f0aa20544f
commit
d94cc5573c
2 changed files with 3 additions and 3 deletions
|
@ -12,6 +12,6 @@ Singleton {
|
|||
|
||||
Process {
|
||||
running: inhibitor.active
|
||||
command: ["systemd-inhibit", "sleep", "infinity"]
|
||||
command: ["systemd-inhibit", "--what", "idle", "sleep", "infinity"]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -7,8 +7,8 @@ import "root:base"
|
|||
|
||||
PopupWindow {
|
||||
anchor {
|
||||
rect.x: 30
|
||||
rect.y: 20
|
||||
rect.x: lbar.width * 1.2
|
||||
rect.y: lbar.width * 0.2
|
||||
window: lbar
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue