No comment

This commit is contained in:
Ian Keane 2020-02-18 22:44:31 -05:00
parent 05f5a5326e
commit e7b5580b8a
3 changed files with 18 additions and 1 deletions

View file

@ -40,7 +40,8 @@
URxvt.font: xft:BitstreamVeraSansMono:antialias=true:pixelsize=14 !URxvt.font: xft:BitstreamVeraSansMono:antialias=true:pixelsize=14
URxvt.font: xft:DejaVu Sans Mono:pixelsize=14, xft:symbola:pixelsize=14
URxvt.letterSpace: 0 URxvt.letterSpace: 0
URxvt.lineSpace: 0 URxvt.lineSpace: 0
URxvt.geometry: 92x24 URxvt.geometry: 92x24
@ -62,3 +63,7 @@ URxvt.shading: 30
!URxvt.depth: 32 !URxvt.depth: 32
!URxvt.background: rgba:0000/0000/0200/c800 !URxvt.background: rgba:0000/0000/0200/c800
!! DZEN2
!
dzen2.font: xft:BitstreamVeraSansMono:antialias=true:pixelsize=14

View file

@ -1 +1,11 @@
#picom &
xrdb .Xresources &
feh --bg-fill ~/Documents/Pictures/Wallpapers/winfuck.jpg &
#exec i3
mpd &
setxkbmap -option caps:ctrl_modifier &
i3status | dzen2 -ta r -y 1062 -dock -fn xft:BitstreamVeraSansMono:pixelsize=14 &
exec bspwm exec bspwm

View file

@ -67,5 +67,7 @@ lfcd () {
bindkey -s '^o' 'lfcd\n' # zsh bindkey -s '^o' 'lfcd\n' # zsh
# bindkey '^e' edit-command-line
# Load zsh-syntax-highlighting; should be last. # Load zsh-syntax-highlighting; should be last.
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 2>/dev/null source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 2>/dev/null