Skip to content

Commit

Permalink
Correcciones varias
Browse files Browse the repository at this point in the history
  • Loading branch information
aVolpe committed Jun 29, 2015
1 parent baf73ab commit 97b7c15
Show file tree
Hide file tree
Showing 18 changed files with 1,046 additions and 323 deletions.
7 changes: 7 additions & 0 deletions .Xdefaults
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,10 @@ xterm*colorUL: #9f87ff
xterm*foreground: #9F9FA1
xterm*background: #171423
xterm*cursorColor: #a288f7

XTerm*vt100.translations: #override \
Shift <KeyPress> Up: scroll-back(1, line) \n\
Shift <KeyPress> Down: scroll-forw(1, line) \n\
Shift <KeyPress> Insert: string(0x1b) string(0x5b) string(2;2~) \n\
Ctrl Shift <KeyPress> C: select-end(PRIMARY,CLIPBOARD,CUT_BUFFER0) \n\
Ctrl Shift <KeyPress> V: insert-selection(CLIPBOARD, CUT_BUFFER0, PRIMARY)
20 changes: 20 additions & 0 deletions chrome/vimium.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
div > .vimiumHintMarker {
/* linkhint boxes */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#565756),
color-stop(100%,#242524));
border: 1px solid #e4e5e4;
opacity: 1.0;
text-shadow: none !important;
}

div > .vimiumHintMarker span {
/* linkhint text */
color: #f1f2f1;
font-weight: normal;
font-size: 18px;
font-family: Avenir;
}

div > .vimiumHintMarker > .matchingCharacter {
color: #969696;
}
4 changes: 2 additions & 2 deletions configure_monitor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Recursos
# Manipulacion de cadenas http://tldp.org/LDP/abs/html/string-manipulation.html

echo "Usage: configure_monitor.sh SINGLE|DUAL VGAN RESXxRESy IZQ|DER"
echo "Usage: configure_monitor.sh SINGLE|DUAL IZQ|DER VGAN RESXxRESy "

DUAL="dual"
SINGLE="single"
Expand Down Expand Up @@ -74,7 +74,7 @@ echo

if [[ $PLACE != $SINGLE ]]
then
xrandr --output LVDS1 --mode 1366x768 --pos 0x0 --auto --output $VGA --mode $RES --pos "$OFFSET" --primary --auto
echo xrandr --output LVDS1 --mode 1366x768 --pos 0x0 --auto --output $VGA --mode $RES --pos "$OFFSET" --primary --auto
else
xrandr --output LVDS1 --mode 1366x768 --auto --primary
fi
3 changes: 2 additions & 1 deletion home.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ nohup google-chrome 'http://inbox.google.com/' 'http://www.stackoverflow.com/' &
#kopete &
#pidgin &

yakuake-session -t 'WIKI' -q -e vim ~/.dropbox/Dropbox/wiki/index.wiki
#yakuake-session -t 'WIKI' -q -e vim ~/.dropbox/Dropbox/wiki/index.wiki
#yakuake-session -t 'CenterIM' -q -e centerim5
rm ~/.last_dir
nohup programs/keynav/keynav &
4 changes: 2 additions & 2 deletions latex/.latexmkrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$pdf_mode = 1;
$pdf_mode = 0;

add_cus_dep('glo', 'gls', 0, 'makeglo2gls');
sub makeglo2gls {
Expand All @@ -8,4 +8,4 @@ sub makeglo2gls {

@generated_exts = qw(aux idx ind lof lot out toc acn acr alg glg glo gls ist loa run.xml fdb_latexmk fls);
%$out_dir = 'target';

$pdf_previewer = "okular";
190 changes: 0 additions & 190 deletions process.py

This file was deleted.

Loading

0 comments on commit 97b7c15

Please sign in to comment.