updated X11 configs

This commit is contained in:
Eric Teunis de Boone 2020-03-07 01:54:09 +01:00
parent 5af55e6014
commit e07631588c
5 changed files with 44 additions and 2 deletions

20
X11/Xresources Normal file
View File

@ -0,0 +1,20 @@
! General styling
*background: #3d3d3d
*foreground: #99aa99
! XTerm
xterm*dynamiccolors: true
xterm*utf8: 2
xterm*geometry: WINDOWGEOMETRY
xterm*visualBell: on
xterm*highlightSelection: true
!xterm*background: lightblack
!xterm*foreground: lightblue
!xterm*colorMode: on
!xterm*colorBD: lightcyan
!xterm*colorBDMode: on
!xterm*colorUL: white
!xterm*colorULMode: on
!xterm*scrollTtyOutput: false
!xterm*scrollKey: true
!xterm*scrollBar: true

8
X11/user-dirs.dirs Normal file
View File

@ -0,0 +1,8 @@
XDG_DESKTOP_DIR="$HOME/Desktop"
XDG_DOWNLOAD_DIR="$HOME/Downloads"
XDG_TEMPLATES_DIR="$HOME/Templates"
XDG_PUBLICSHARE_DIR="$HOME/Public"
XDG_DOCUMENTS_DIR="$HOME/Documents"
XDG_MUSIC_DIR="$HOME/Music"
XDG_PICTURES_DIR="$HOME/Pictures"
XDG_VIDEOS_DIR="$HOME/Videos"

View File

@ -19,6 +19,18 @@ fi
# OWN
# ---------------------------------------------------------------
# Load Main Xresources
[ -f ~/.Xresources ] && xrdb -merge $HOME/.Xresources
# Load specific Xresources
XRESD="$HOME/.Xresources.d/"
for f in "$XRESD*"
do
xrdb -merge "$f"
done
numlockx on # turn on numlock
setxkbmap -option caps:escape # caps lock works as escape
# Load session

View File

@ -20,8 +20,10 @@
~/.tmux: tmux
~/.tmux.conf: tmux/tmux.conf
~/.vimrc: vim/vimrc
~/.xinitrc: xinitrc
~/.xsession: xsession
~/.xinitrc: X11/xinitrc
~/.xsession: X11/xsession
~/.Xresources: X11/Xresources
~/.config/user-dirs.dirs: X11/user-dirs.dirs
~/.config/awesome: awesome
~/.config/redshift.conf: redshift/redshift.conf