bin/power-save: kill nonessential services
This commit is contained in:
parent
8ab21c3fd9
commit
545c091ae0
1 changed files with 6 additions and 0 deletions
6
.local/bin/scripts/power-save
Executable file
6
.local/bin/scripts/power-save
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
# TODO set brightness
|
||||
pkill signal
|
||||
pkill aw-server
|
||||
pkill aw-qt
|
||||
systemctl stop --user syncthing plasma-baloorunner kde-baloo
|
Loading…
Add table
Reference in a new issue