This commit is contained in:
Elliott Pardee 2015-04-27 00:55:35 -04:00
parent d4e1832928
commit aac4ef03cc
6 changed files with 48 additions and 21 deletions

5
.Xresources Normal file → Executable file
View File

@ -26,10 +26,10 @@
*color11: #d0ea8e *color11: #d0ea8e
! blue ! blue
*color4: #0000e9 *color4: #3dafdc
! bright_blue ! bright_blue
*color12: #a88eea *color12: #8ed0ea
! magenta ! magenta
*color5: #dc3daf *color5: #dc3daf
@ -51,5 +51,6 @@
URxvt.scrollBar: false URxvt.scrollBar: false
URxvt.perl-ext-common: default,clipboard
URxvt.font: -*-neep-medium-*-semicondensed-*-11-*-*-*-*-*-*-* URxvt.font: -*-neep-medium-*-semicondensed-*-11-*-*-*-*-*-*-*
URxvt.boldFont: -*-neep-medium-*-semicondensed-*-11-*-*-*-*-*-*-* URxvt.boldFont: -*-neep-medium-*-semicondensed-*-11-*-*-*-*-*-*-*

23
.mkshrc Normal file → Executable file
View File

@ -1,8 +1,25 @@
export PATH=$HOME/.go/bin:$HOME/bin:$PATH export PATH=$HOME/.go/bin:$HOME/bin:$PATH
export GOPATH=$HOME/.go export GOPATH=$HOME/.go
export GOBIN=$GOPATH/bin
export PS1="─── " export PS1="─── "
export CC=egcc
export EDITOR="vim" export EDITOR="vim"
alias ls="ls -G" export VISUAL="vim"
alias tty-clock="tty-clock -scurDC 7" export MAIL=$HOME/mail/inbox
alias screenfetch="screenfetch -c 6,15" export IOUP_TOKEN=9lE7wicOVO
export PKG_PATH=ftp://ftp.openbsd.org/pub/OpenBSD/5.6/packages/amd64/
export LC_CTYPE=en_US.UTF-8
export GTK_IM_MODULE=xim
export LESSCHARSET=utf-8
alias scrot="scrot"
alias gcc="egcc"
alias git=hub
alias java="/usr/local/jdk-1.7.0/bin/java"
alias shutdown="sudo shutdown -hp now"
alias colors="python ~/bin/colors"
alias ncmpc="ncmpc -c"
alias screenfetch="screenfetch -c 11,12"
alias sprunge="curl -F 'sprunge=<-' http://sprunge.us" alias sprunge="curl -F 'sprunge=<-' http://sprunge.us"
alias vpn="openvpn /home/vypr/doc/ipredator.ovpn &"

16
.sxhkdrc Normal file → Executable file
View File

@ -1,16 +1,16 @@
super + q mod4 + q
killw $(pfw) killw $(pfw)
super + s mod4 + s
urxvt urxvt
super + d mod4 + d
dmenu_run dmenu_run
super + h mod4 + h
mapw -u $(pfw) mapw -u $(pfw)
super + Down mod4 + Down
wmv 0 40 $(pfw) wmv 0 40 $(pfw)
super + Up super + Up
wmv 0 -40 $(pfw) wmv 0 -40 $(pfw)
@ -50,3 +50,9 @@ super + u
xbacklight -inc 10 xbacklight -inc 10
super + j super + j
xbacklight -dec 10 xbacklight -dec 10
ctrl + m
dmenu_run
super + f
sh ~/code/wmutils/contrib/fullscreen.sh

3
.vimrc Normal file → Executable file
View File

@ -6,8 +6,9 @@ set tabstop=4
set shiftwidth=4 set shiftwidth=4
set autoindent set autoindent
set smarttab set smarttab
color flattr color term
set backspace=2
set wildmenu set wildmenu
set cmdheight=1 set cmdheight=1
set laststatus=2 set laststatus=2

10
.xinitrc Normal file → Executable file
View File

@ -1,16 +1,16 @@
#!/bin/sh #!/bin/sh
sh ~/.fehbg & sh ~/.fehbg &
#xsetroot -solid "#376f4a" #hsetroot -tile $HOME/img/wp/wp_pattern117.gif -tint "#313131"
xsetroot -cursor_name left_ptr xsetroot -cursor_name left_ptr
xset -b
xset +fp $HOME/.local/share/fonts xset +fp $HOME/.local/share/fonts
[ ! -s ~/.config/mpd/pid ] && mpd offlineimap &
mpdscribble
compton -bc
xrdb -load ~/.Xresources xrdb -load ~/.Xresources
sxhkd -c $HOME/.sxhkdrc & sxhkd -c $HOME/.sxhkdrc &
swm & swm &
exec urxvt exec urxvt
xscreensaver -no-splash &

12
swmconfig.h Normal file → Executable file
View File

@ -1,13 +1,15 @@
#define MOD SUPER /* modifier for mouse resize and move */ #define MOD SUPER /* modifier for mouse resize and move */
/* INNER + OUTER should not be greater than BORDERWIDTH */ /* INNER + OUTER should not be greater than BORDERWIDTH */
#define BORDERWIDTH 3 /* full border width */ #define BORDERWIDTH 2 /* full border width */
#define INNER 2 /* inner border width */ #define INNER 2 /* inner border width */
#define OUTER 1 /* outer border width */ #define OUTER 0 /* outer border width */
/* default colours, don't worry, you can set these with swc later */ /* default colours, don't worry, you can set these with swc later */
#define FOCUSCOL 0x3ddc6a #define FOCUSCOL 0x3dafdc
#define UNFOCUSCOL 0x3dafdc #define UNFOCUSCOL 0x3dafdc
#define OUTERCOL 0x5c5c5c #define OUTERCOL 0x3dafdc
#define DOUBLE_BORDER 1 #define ENABLE_MOUSE
#define ENABLE_SLOPPY
#define DOUBLE_BORDER 0