Updates
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
DISPLAY=:0.0 xset -q | grep -q "Monitor is Off"
|
||||
echo $? > $HOME/.cache/node-exporter/display-standby-state
|
||||
|
||||
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
pactl unload-module 7
|
||||
pactl unload-module 8
|
||||
pactl set-card-profile 0 'output:iec958-stereo+input:iec958-stereo'
|
||||
Reference in New Issue
Block a user