diff --git a/x/.Xresources b/x/.Xresources index 3a8db04..85c2e58 100644 --- a/x/.Xresources +++ b/x/.Xresources @@ -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.lineSpace: 0 URxvt.geometry: 92x24 @@ -62,3 +63,7 @@ URxvt.shading: 30 !URxvt.depth: 32 !URxvt.background: rgba:0000/0000/0200/c800 + +!! DZEN2 +! +dzen2.font: xft:BitstreamVeraSansMono:antialias=true:pixelsize=14 diff --git a/x/.xinitrc b/x/.xinitrc index ac7f120..947de04 100644 --- a/x/.xinitrc +++ b/x/.xinitrc @@ -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 + + diff --git a/zsh/.zshrc b/zsh/.zshrc index 0290b6a..0612d0d 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -67,5 +67,7 @@ lfcd () { bindkey -s '^o' 'lfcd\n' # zsh +# bindkey '^e' edit-command-line + # Load zsh-syntax-highlighting; should be last. source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 2>/dev/null