update
This commit is contained in:
parent
d4e1832928
commit
aac4ef03cc
5
.Xresources
Normal file → Executable file
5
.Xresources
Normal file → Executable file
@ -26,10 +26,10 @@
|
||||
*color11: #d0ea8e
|
||||
|
||||
! blue
|
||||
*color4: #0000e9
|
||||
*color4: #3dafdc
|
||||
|
||||
! bright_blue
|
||||
*color12: #a88eea
|
||||
*color12: #8ed0ea
|
||||
|
||||
! magenta
|
||||
*color5: #dc3daf
|
||||
@ -51,5 +51,6 @@
|
||||
|
||||
|
||||
URxvt.scrollBar: false
|
||||
URxvt.perl-ext-common: default,clipboard
|
||||
URxvt.font: -*-neep-medium-*-semicondensed-*-11-*-*-*-*-*-*-*
|
||||
URxvt.boldFont: -*-neep-medium-*-semicondensed-*-11-*-*-*-*-*-*-*
|
||||
|
23
.mkshrc
Normal file → Executable file
23
.mkshrc
Normal file → Executable file
@ -1,8 +1,25 @@
|
||||
export PATH=$HOME/.go/bin:$HOME/bin:$PATH
|
||||
export GOPATH=$HOME/.go
|
||||
export GOBIN=$GOPATH/bin
|
||||
export PS1="─── "
|
||||
export CC=egcc
|
||||
export EDITOR="vim"
|
||||
alias ls="ls -G"
|
||||
alias tty-clock="tty-clock -scurDC 7"
|
||||
alias screenfetch="screenfetch -c 6,15"
|
||||
export VISUAL="vim"
|
||||
export MAIL=$HOME/mail/inbox
|
||||
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 vpn="openvpn /home/vypr/doc/ipredator.ovpn &"
|
||||
|
16
.sxhkdrc
Normal file → Executable file
16
.sxhkdrc
Normal file → Executable file
@ -1,16 +1,16 @@
|
||||
super + q
|
||||
mod4 + q
|
||||
killw $(pfw)
|
||||
|
||||
super + s
|
||||
mod4 + s
|
||||
urxvt
|
||||
|
||||
super + d
|
||||
mod4 + d
|
||||
dmenu_run
|
||||
|
||||
super + h
|
||||
mod4 + h
|
||||
mapw -u $(pfw)
|
||||
|
||||
super + Down
|
||||
mod4 + Down
|
||||
wmv 0 40 $(pfw)
|
||||
super + Up
|
||||
wmv 0 -40 $(pfw)
|
||||
@ -50,3 +50,9 @@ super + u
|
||||
xbacklight -inc 10
|
||||
super + j
|
||||
xbacklight -dec 10
|
||||
|
||||
ctrl + m
|
||||
dmenu_run
|
||||
|
||||
super + f
|
||||
sh ~/code/wmutils/contrib/fullscreen.sh
|
||||
|
3
.vimrc
Normal file → Executable file
3
.vimrc
Normal file → Executable file
@ -6,8 +6,9 @@ set tabstop=4
|
||||
set shiftwidth=4
|
||||
set autoindent
|
||||
set smarttab
|
||||
color flattr
|
||||
color term
|
||||
|
||||
set backspace=2
|
||||
set wildmenu
|
||||
set cmdheight=1
|
||||
set laststatus=2
|
||||
|
10
.xinitrc
Normal file → Executable file
10
.xinitrc
Normal file → Executable file
@ -1,16 +1,16 @@
|
||||
#!/bin/sh
|
||||
|
||||
sh ~/.fehbg &
|
||||
#xsetroot -solid "#376f4a"
|
||||
#hsetroot -tile $HOME/img/wp/wp_pattern117.gif -tint "#313131"
|
||||
xsetroot -cursor_name left_ptr
|
||||
|
||||
xset -b
|
||||
xset +fp $HOME/.local/share/fonts
|
||||
|
||||
[ ! -s ~/.config/mpd/pid ] && mpd
|
||||
mpdscribble
|
||||
compton -bc
|
||||
offlineimap &
|
||||
|
||||
xrdb -load ~/.Xresources
|
||||
sxhkd -c $HOME/.sxhkdrc &
|
||||
swm &
|
||||
|
||||
exec urxvt
|
||||
xscreensaver -no-splash &
|
||||
|
12
swmconfig.h
Normal file → Executable file
12
swmconfig.h
Normal file → Executable file
@ -1,13 +1,15 @@
|
||||
#define MOD SUPER /* modifier for mouse resize and move */
|
||||
|
||||
/* 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 OUTER 1 /* outer border width */
|
||||
#define OUTER 0 /* outer border width */
|
||||
|
||||
/* default colours, don't worry, you can set these with swc later */
|
||||
#define FOCUSCOL 0x3ddc6a
|
||||
#define FOCUSCOL 0x3dafdc
|
||||
#define UNFOCUSCOL 0x3dafdc
|
||||
#define OUTERCOL 0x5c5c5c
|
||||
#define OUTERCOL 0x3dafdc
|
||||
|
||||
#define DOUBLE_BORDER 1
|
||||
#define ENABLE_MOUSE
|
||||
#define ENABLE_SLOPPY
|
||||
#define DOUBLE_BORDER 0
|
||||
|
Loading…
Reference in New Issue
Block a user