dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit a281cad5de5519a894466d355faad5581035e58d
parent 277bd6e870bce381dc9345b2c75850342539f4c4
Author: Chris Bracken <chris@bracken.jp>
Date:   Wed, 22 Apr 2020 15:53:43 -0700

i3: Set background colour darker

Diffstat:
M.i3/config | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.i3/config b/.i3/config @@ -22,7 +22,7 @@ exec --no-startup-id setxkbmap -layout jp -option ctrl:nocaps exec --no-startup-id xmodmap -e "pointer = 1 2 3 5 4 6 7 8 9 10 11 12" # Set desktop background. -exec --no-startup-id xsetroot -solid "#333333" +exec --no-startup-id xsetroot -solid "#111111" # Start compton compositor. exec --no-startup-id compton --config ~/.config/compton.conf -b