From e0095fd4de2b1c40b646d584daaae9b2ee08cf8a Mon Sep 17 00:00:00 2001 From: jaehwan Date: Mon, 20 Sep 2010 15:47:49 +0900 Subject: [PATCH] [elm-misc] change ELM_FPS from 100 to 6000 by nicesj --- debian/changelog | 8 ++++++++ etc/profile.d/elm.sh | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a70d791..bc34a33 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +elm-misc (0.1-5) unstable; urgency=low + + * change ELM_FPS from 100 to 6000 by nicesj + * Git: 165.213.180.234:/git/slp/pkgs/elm-misc + * Tag: elm-misc_0.1-5 + + -- Jaehwan Kim Mon, 20 Sep 2010 15:45:31 +0900 + elm-misc (0.1-4) unstable; urgency=low * add ELM_INPUT_PANEL variable diff --git a/etc/profile.d/elm.sh b/etc/profile.d/elm.sh index 32a049c..968bcf9 100644 --- a/etc/profile.d/elm.sh +++ b/etc/profile.d/elm.sh @@ -1,5 +1,5 @@ export ELM_FONT_PATH=/usr/share/SLP/fonts export ELM_PAGE_SCROLL_FRICTION=0.5 export ELM_BRING_IN_SCROLL_FRICTION=0.5 -export ELM_FPS=100 +export ELM_FPS=6000 export ELM_INPUT_PANEL=1 -- 2.7.4