dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit 11af6bf2e927da2bdd4ae7875d49bf9d52a7a550
parent 4bf6e40ae8a7f320bc22fcd4f344c3ee50ae1800
Author: pyratebeard <root@pyratebeard.net>
Date:   Fri, 25 Nov 2022 16:40:00 +0000

few small changes. set LANG for urxvtd

Diffstat:
Mxinit/.xinitrc | 24+++++++++++++++---------
1 file changed, 15 insertions(+), 9 deletions(-)

diff --git a/xinit/.xinitrc b/xinit/.xinitrc @@ -48,10 +48,13 @@ xsetroot -solid '#2b2f2e' # set nice pointer cursor. xsetroot -cursor_name left_ptr & -unclutter & +unclutter -b + +# start clipmenud +clipmenud & # start light-locker -light-locker & +#light-locker & # start window manager in the background. If it dies, X still lives. #2bwm & @@ -59,11 +62,14 @@ light-locker & # load resources. xrdb -load ~/.Xdefaults -xbindkeys +# set up monitors +xrandr --output DVI-D-1 --primary --output HDMI-2 --right-of DVI-D-1 --rotate left + +# start urxvtd (specify LANG so fonts work correctly - remember รข) +LANG=en_US.UTF-8 urxvtd -q -o -f + +# start url shortner for mail +#lxc-start urlshort -# Start a terminal in the foreground. If this dies, X dies. -#urxvtd & -#exec urxvt -T controlterm -#xrandr --output HDMI-1 --rotate left -urxvtd -q -f -o & -exec herbstluftwm --locked +# finally start wm +exec herbstluftwm