- 10.7.13 17:01
-
lai atjaunotu .Xmodmap pēc pamodināšanas no miega (resume from suspend):
-- 00keyboard --
#!/bin/bash
case $1 in
hibernate)
echo "Hey guy, we are going to suspend to disk!"
;;
suspend)
echo "Oh, this time we're doing a suspend to RAM. Cool!"
;;
thaw|resume)
echo "oh, suspend is over, we are in $1 phase..."
# Set Display #
DISPLAY=:0.0 ; export DISPLAY
/bin/su w -c "sleep 3; /usr/bin/xmodmap /home/w/.Xmodmap" &
;;
*) echo "somebody is calling me totally wrong."
;;
esac
-- cut --
ielikt iekš /etc/pm/sleep.d/ (vai /usr/lib/pm-utils/sleep.d/)