diff options
author | shmibs <shmibs@gmail.com> | 2014-05-28 08:49:01 -0700 |
---|---|---|
committer | shmibs <shmibs@gmail.com> | 2014-05-28 08:49:01 -0700 |
commit | 4ffad3ac6c5259b975650cf1aeaaecb1fd255be3 (patch) | |
tree | fd37665dad2eca4484f0978e6cf6750dea0cd348 /.xinitrc | |
parent | f1ca9695d1d00955003af3c44b5aac5fbcce970b (diff) | |
download | dotfiles-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-- | .xinitrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 & |