diff options
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.xinitrc b/.xinitrc new file mode 100644 index 0000000..f8e4d77 --- /dev/null +++ b/.xinitrc @@ -0,0 +1,5 @@ +exec xmodmap ${HOME}/.Xmodmap & +exec ${HOME}/bin/ratcpi & +export LC_ALL=en_US.UTF-8 +exec ratpoison + |