5 lines
68 B
Text
5 lines
68 B
Text
|
#!/bin/sh
|
||
|
|
||
|
suspend=~/bin/suspend
|
||
|
su nico -c "DISPLAY=:0.0 $suspend"
|