aboutsummaryrefslogtreecommitdiffstats
path: root/.xinitrc
diff options
context:
space:
mode:
authorshmibs <shmibs@gmail.com>2014-05-28 08:49:01 -0700
committershmibs <shmibs@gmail.com>2014-05-28 08:49:01 -0700
commit4ffad3ac6c5259b975650cf1aeaaecb1fd255be3 (patch)
treefd37665dad2eca4484f0978e6cf6750dea0cd348 /.xinitrc
parentf1ca9695d1d00955003af3c44b5aac5fbcce970b (diff)
downloaddotfiles-4ffad3ac6c5259b975650cf1aeaaecb1fd255be3.tar.gz
updated calc
ans can now be used to refer to the previous answer value in a calculation
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.xinitrc b/.xinitrc
index 0119fc7..34f9988 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -16,6 +16,10 @@ export QT_IM_MODULE=fcitx
export XMODIFIERS="@im=fcitx"
fcitx &
+#disable power saving
+xset -dpms
+xset s off
+
#urxvt daemon
urxvtd &