dotfiles

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

commit b0fd058e07ce61239726d7f9703a0a731f26cdb2
parent 8148d952b4ddd1ca7b0a5c23fb97dd87acc4b44d
Author: pyratebeard <root@pyratebeard.net>
Date:   Thu, 25 Feb 2021 15:50:47 +0000

background colour, start light-locker. set name for first term

Diffstat:
Mxinit/.xinitrc | 11+++++++----
1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/xinit/.xinitrc b/xinit/.xinitrc @@ -44,18 +44,21 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then fi # set nice background. -xsetroot -solid '#4e495a' +xsetroot -solid '#1e1b1c' # set nice pointer cursor. xsetroot -cursor_name left_ptr & unclutter & -# load resources. -xrdb -load ~/.Xdefaults +# start light-locker +light-locker & # start window manager in the background. If it dies, X still lives. 2bwm & +# load resources. +xrdb -load ~/.Xdefaults + # Start a terminal in the foreground. If this dies, X dies. urxvtd & -exec urxvt +exec urxvt -T controlterm