My dmenu build
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

config.arg.h 339 B

18 yıl önce
18 yıl önce
1234567891011
  1. /*
  2. * (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com>
  3. * See LICENSE file for license details.
  4. */
  5. #define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*"
  6. #define SELBGCOLOR "#333366"
  7. #define SELFGCOLOR "#eeeeee"
  8. #define NORMBGCOLOR "#333333"
  9. #define NORMFGCOLOR "#dddddd"
  10. #define STDIN_TIMEOUT 3 /* seconds */