Weekly commit
This commit is contained in:
parent
624565d9a4
commit
faf4c1c8a7
7 changed files with 6 additions and 107 deletions
34
colors
34
colors
|
@ -1,34 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
# Original: http://frexx.de/xterm-256-notes/
|
|
||||||
# http://frexx.de/xterm-256-notes/data/colortable16.sh
|
|
||||||
# Modified by Aaron Griffin
|
|
||||||
# and further by Kazuo Teramoto
|
|
||||||
|
|
||||||
|
|
||||||
FGNAMES=(' black ' ' red ' ' green ' ' yellow' ' blue ' 'magenta' ' cyan ' ' white ')
|
|
||||||
BGNAMES=('DFT' 'BLK' 'RED' 'GRN' 'YEL' 'BLU' 'MAG' 'CYN' 'WHT')
|
|
||||||
echo " ----------------------------------------------------------------------------"
|
|
||||||
for b in $(seq 0 8); do
|
|
||||||
if [ "$b" -gt 0 ]; then
|
|
||||||
bg=$(($b+39))
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo -en "\033[0m ${BGNAMES[$b]} : "
|
|
||||||
for f in $(seq 0 7); do
|
|
||||||
echo -en "\033[${bg}m\033[$(($f+30))m ${FGNAMES[$f]} "
|
|
||||||
done
|
|
||||||
echo -en "\033[0m :"
|
|
||||||
|
|
||||||
echo -en "\033[0m\n\033[0m : "
|
|
||||||
for f in $(seq 0 7); do
|
|
||||||
echo -en "\033[${bg}m\033[1;$(($f+30))m ${FGNAMES[$f]} "
|
|
||||||
done
|
|
||||||
echo -en "\033[0m :"
|
|
||||||
echo -e "\033[0m"
|
|
||||||
|
|
||||||
if [ "$b" -lt 8 ]; then
|
|
||||||
echo " ----------------------------------------------------------------------------"
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
echo " ----------------------------------------------------------------------------"
|
|
||||||
|
|
|
@ -7,4 +7,4 @@
|
||||||
[colors]
|
[colors]
|
||||||
ui = auto
|
ui = auto
|
||||||
[core]
|
[core]
|
||||||
editor = emacs
|
editor = vim
|
||||||
|
|
60
i3/config
60
i3/config
|
@ -1,60 +0,0 @@
|
||||||
font -misc-fixed-medium-r-normal--13-*-*-*-*-*-*-*
|
|
||||||
|
|
||||||
terminal /usr/bin/urxvt
|
|
||||||
bind Mod1+36 exec /usr/bin/urxvt
|
|
||||||
|
|
||||||
floating_modifier Mod1
|
|
||||||
|
|
||||||
# Fullscreen, Stacked, Default
|
|
||||||
bind Mod1+58 f
|
|
||||||
bind Mod1+43 s
|
|
||||||
bind Mod1+47 d
|
|
||||||
|
|
||||||
# Focus (Mod1+j/k/l/;)
|
|
||||||
bind Mod1+44 h
|
|
||||||
bind Mod1+45 j
|
|
||||||
bind Mod1+31 k
|
|
||||||
bind Mod1+46 l
|
|
||||||
|
|
||||||
# Move
|
|
||||||
bind Mod1+Shift+44 mh
|
|
||||||
bind Mod1+Shift+45 mj
|
|
||||||
bind Mod1+Shift+31 mk
|
|
||||||
bind Mod1+Shift+46 ml
|
|
||||||
|
|
||||||
# Workspaces
|
|
||||||
bind Mod1+10 1
|
|
||||||
bind Mod1+11 2
|
|
||||||
bind Mod1+12 3
|
|
||||||
bind Mod1+13 4
|
|
||||||
bind Mod1+14 5
|
|
||||||
bind Mod1+15 6
|
|
||||||
bind Mod1+16 7
|
|
||||||
bind Mod1+17 8
|
|
||||||
bind Mod1+18 9
|
|
||||||
bind Mod1+19 10
|
|
||||||
|
|
||||||
# Move to workspaces
|
|
||||||
bind Mod1+Shift+10 m1
|
|
||||||
bind Mod1+Shift+11 m2
|
|
||||||
bind Mod1+Shift+12 m3
|
|
||||||
bind Mod1+Shift+13 m4
|
|
||||||
bind Mod1+Shift+14 m5
|
|
||||||
bind Mod1+Shift+15 m6
|
|
||||||
bind Mod1+Shift+16 m7
|
|
||||||
bind Mod1+Shift+17 m8
|
|
||||||
bind Mod1+Shift+18 m9
|
|
||||||
bind Mod1+Shift+19 m10
|
|
||||||
|
|
||||||
# Stuff
|
|
||||||
bind Mod1+Shift+27 kill
|
|
||||||
bind Mod1+33 exec /usr/bin/dmenu_run
|
|
||||||
bind Mod1+Shift+33 exit
|
|
||||||
bind Mod1+Shift+45 restart
|
|
||||||
|
|
||||||
# Style
|
|
||||||
bar.focused #111111 #000000 #CCCCCC
|
|
||||||
bar.unfocused #111111 #000000 #111111
|
|
||||||
client.focused #111111 #000000 #CCCCCC
|
|
||||||
client.unfocused #111111 #000000 #111111
|
|
||||||
client.focused_inactive #111111 #000000 #111111
|
|
|
@ -19,7 +19,7 @@ StartInMusicDir = yes
|
||||||
HideFileExtension = yes
|
HideFileExtension = yes
|
||||||
ShowFormat = yes
|
ShowFormat = yes
|
||||||
ShowTime = IfAvailable
|
ShowTime = IfAvailable
|
||||||
Theme = moctheme
|
Theme = green_theme
|
||||||
MOCDir = ~/.moc
|
MOCDir = ~/.moc
|
||||||
UseMmap = no
|
UseMmap = no
|
||||||
SavePlaylist = yes
|
SavePlaylist = yes
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
browser firefox
|
|
||||||
auto-reload yes
|
|
||||||
reload-time 10
|
|
||||||
cleanup-on-quit yes
|
|
||||||
refresh-on-startup yes
|
|
||||||
|
|
||||||
color background default default
|
|
||||||
color listnormal white default
|
|
||||||
color listfocus green red bold
|
|
||||||
color info white blue bold
|
|
||||||
color article white default
|
|
|
@ -11,6 +11,8 @@ set shiftround
|
||||||
set modeline
|
set modeline
|
||||||
set nobackup
|
set nobackup
|
||||||
set cursorline
|
set cursorline
|
||||||
|
set listchars=tab:»·
|
||||||
|
set list
|
||||||
|
|
||||||
map <f9> :make<CR>
|
map <f9> :make<CR>
|
||||||
map <f1> :execute 'NERDTreeToggle'<CR>
|
map <f1> :execute 'NERDTreeToggle'<CR>
|
||||||
|
|
|
@ -41,6 +41,8 @@ myMouseBindings (XConfig {XMonad.modMask = modMask}) = M.fromList $
|
||||||
|
|
||||||
myManageHook = composeAll
|
myManageHook = composeAll
|
||||||
[ className =? "MPlayer" --> doFloat
|
[ className =? "MPlayer" --> doFloat
|
||||||
|
, className =? "vlc" --> doFloat
|
||||||
|
, className =? "psi" --> doFloat
|
||||||
, className =? "Gimp" --> doFloat ]
|
, className =? "Gimp" --> doFloat ]
|
||||||
|
|
||||||
myFocusFollowsMouse :: Bool
|
myFocusFollowsMouse :: Bool
|
||||||
|
|
Loading…
Reference in a new issue