Development > Scripting and Bash

Workaround for Clementine Not Preventing Sleep (On AC Power)

(1/1)

N4RPS:
Hello!

I currently use Caffeine to keep my TV recordings from stopping on me, but your script looks a whole lot simpler! I also thank you.

I'll be removing Caffeine now. Besides, t's a pain to have to add Caffeine dark-theme icons every time I install it...

73 DE N4RPS
Rob

Jerry:
Nice share Duckeenie :)

Duckeenie:

Clementine satisfies most of my needs at the moment but it doesn't prevent sleep while playing,  which I find pretty annoying. To overcome this I pointed the application launcher to my first ever simple bash script.


--- Code: ---#!/bin/bash
clear
xfconf-query -c xfce4-power-manager -p /xfce4-power-manager/inactivity-on-ac -s 0
clementine
xfconf-query -c xfce4-power-manager -p /xfce4-power-manager/inactivity-on-ac -s 15
--- End code ---

I wanna see the Linux guru's follow this bad boy! :P

Navigation

[0] Message Index

Go to full version