summary refs log tree commit diff
path: root/home/.xsession
diff options
context:
space:
mode:
Diffstat (limited to 'home/.xsession')
-rw-r--r--home/.xsession6
1 files changed, 5 insertions, 1 deletions
diff --git a/home/.xsession b/home/.xsession
index 0f760261..bd7bbe91 100644
--- a/home/.xsession
+++ b/home/.xsession
@@ -1,7 +1,11 @@
 . ~/.profile
+export LC_CTYPE=C.UTF-8
+
 xset r rate 175 m 4
 xmodmap ~/.config/X/modmap
 xrdb -load ~/.config/X/resources
 xsetroot -bitmap /usr/X11R6/include/X11/bitmaps/xsnow \
 	-bg rgb:7A/49/55 -fg rgb:16/15/10
-cwm -c ~/.config/cwm/cwmrc
+
+xterm -name clock -geometry 14x1-0+0 -sl 0 -e clock &
+exec cwm -c ~/.config/cwm/cwmrc
6440cb1910cd1576b9&follow=1'>Import xdg.c from catgirlJune McEnroe 2020-08-23Replace “RAND_bytes” by “getentropy”Issam E. Maghni This removes the dependency on libcrypto. Signed-off-by: Issam E. Maghni <issam.e.maghni@mailbox.org> 2020-08-16contrib/palaver: Add no message preview flagsJune McEnroe 2020-08-13contrib/palaver: Don't set channel for PMsJune McEnroe 2020-08-13Fix unintended interception of NICK after registrationJune McEnroe Another bug caused by trying to support broken clients. I'm annoyed. 2020-08-12Add Additional Components section to READMEJune McEnroe 2020-08-12Document -L / palaver optionJune McEnroe 2020-08-11contrib/palaver: Document service configurationJune McEnroe 2020-08-11contrib/palaver: Add install target and rc scriptJune McEnroe 2020-08-11contrib/palaver: Implement command and notificationsJune McEnroe