ログイン
編集不可のページディスカッション情報添付ファイル

2015-05-22 15:44:51時点のリビジョン5

メッセージを消す
i_takumi/Memo/Environment

MMA

概要

Arch Linux(MacBookAir)

ネットワーク

サウンド

   pcm.!default{
      type hw
      card 1
   }

   ctl.!default{
      type hw
      card 1
   }

awesome

xmonad

   import XMonad

   main = do
   xmonad $ defaultConfig
      {
      }

   xsetroot -cursor_name left_ptr

   feh --bg-scale /path/to/image.file

   sh ~/.fehbg &