stuuufffff
This commit is contained in:
parent
205a74bb50
commit
a246b30fa6
|
@ -31,6 +31,7 @@ pacaur -S \
|
||||||
bash-completion \
|
bash-completion \
|
||||||
avr-libc avr-gcc dfu-programmer dfu-util \
|
avr-libc avr-gcc dfu-programmer dfu-util \
|
||||||
reptyr \
|
reptyr \
|
||||||
|
urxvt-perls-git \
|
||||||
--noconfirm --noedit
|
--noconfirm --noedit
|
||||||
|
|
||||||
sudo ln -s /usr/bin/google-chrome-unstable /usr/bin/chrome
|
sudo ln -s /usr/bin/google-chrome-unstable /usr/bin/chrome
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
export DOTFILES_PATH="$HOME/.dotfiles"
|
export DOTFILES_PATH="$HOME/.dotfiles"
|
||||||
export REPOSITORY_PATH="$HOME/Documents/open-source"
|
export REPOSITORY_PATH="$HOME/Documents/open-source"
|
||||||
export WINDOW_GAP=5
|
export WINDOW_GAP=5
|
||||||
export BORDER_WIDTH=1
|
export BORDER_WIDTH=3
|
||||||
export BAR_PID_FILE="$DOTFILES_PATH/wm_bar.pid"
|
export BAR_PID_FILE="$DOTFILES_PATH/wm_bar.pid"
|
||||||
|
|
||||||
source "$DOTFILES_PATH/scripts/get_x_fonts.sh"
|
source "$DOTFILES_PATH/scripts/get_x_fonts.sh"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#define primaryfont xft:Terminus-8
|
#define primaryfont xft:Terminus-16
|
||||||
#define secondaryfont xft:Open Sans-9
|
#define secondaryfont xft:Open Sans-9
|
||||||
#define iconfont xft:stlarch-9
|
#define iconfont xft:stlarch-9
|
||||||
#define primaryletterspace 0
|
#define primaryletterspace 0
|
||||||
|
@ -20,10 +20,11 @@ emacs.font: emacspfont
|
||||||
|
|
||||||
*depth: 32
|
*depth: 32
|
||||||
|
|
||||||
URxvt.internalBorder: 5
|
URxvt.internalBorder: 8
|
||||||
|
|
||||||
Xcursor.theme: human
|
Xcursor.theme: human
|
||||||
|
|
||||||
URxvt.perl-ext-common: default,matcher
|
URxvt.perl-ext-common: default,matcher,keyboard-select
|
||||||
|
URxvt.keysym.M-Escape: perl:keyboard-select:activate
|
||||||
URxvt.url-launcher: /usr/bin/xdg-open
|
URxvt.url-launcher: /usr/bin/xdg-open
|
||||||
URxvt.matcher.button: 1
|
URxvt.matcher.button: 1
|
||||||
|
|
Reference in a new issue