Quantcast
Channel: Execute Script On Resume From Suspend - elementary OS Stack Exchange
Viewing all articles
Browse latest Browse all 2

Answer by queeup for Execute Script On Resume From Suspend

$
0
0

Make sure script executable. It should be look like this I guess.

#!/bin/sh

case "$1" in
    resume|thaw)
        msi-keyboard -m normal -c left,red,high -c middle,purple,high -c right,sky,high
        ;;
esac

Viewing all articles
Browse latest Browse all 2

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>