dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | Submodules | README | LICENSE

zzz- (101B)


      1 #!/bin/sh
      2 
      3 mpc stop
      4 xlock
      5 
      6 if [ "$(hostname)" = 'idkfa' ]; then
      7 	systemctl suspend-then-hibernate
      8 fi