diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2019-01-04 00:50:35 +0100 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2019-01-04 00:50:35 +0100 |
commit | 647d2c387cd14750eeacda0e2060c5ad74d9709d (patch) | |
tree | 92f4094c9538392121d1333f3328034ea8edac22 | |
parent | ad9ee46f2aa85cb4cfb93bf333679f095fa18474 (diff) | |
download | configs-647d2c387cd14750eeacda0e2060c5ad74d9709d.tar.gz configs-647d2c387cd14750eeacda0e2060c5ad74d9709d.zip |
Added some configs and files with path info.
-rw-r--r-- | files/dmenu/config.def.h | 23 | ||||
-rw-r--r-- | files/i3/config | 6 | ||||
-rw-r--r-- | files/i3/path.txt | 1 | ||||
-rw-r--r-- | files/i3blocks/path.txt | 1 | ||||
-rw-r--r-- | files/mpv/path.txt | 1 | ||||
-rw-r--r-- | files/pqiv/.pqivrc | 20 | ||||
-rw-r--r-- | files/pqiv/path.txt | 1 | ||||
-rw-r--r-- | files/qutebrowser/path.txt | 1 | ||||
-rw-r--r-- | files/ranger/rifle.conf | 4 | ||||
-rw-r--r-- | files/rcs/.bash_aliases | 7 | ||||
-rw-r--r-- | files/rcs/.bashrc | 6 | ||||
-rw-r--r-- | files/rcs/.profile | 3 | ||||
-rw-r--r-- | files/rcs/path.txt | 1 | ||||
-rw-r--r-- | files/zathura/path.txt | 1 | ||||
-rw-r--r-- | files/zathura/zathurarc | 7 |
15 files changed, 76 insertions, 7 deletions
diff --git a/files/dmenu/config.def.h b/files/dmenu/config.def.h new file mode 100644 index 0000000..1edb647 --- /dev/null +++ b/files/dmenu/config.def.h @@ -0,0 +1,23 @@ +/* See LICENSE file for copyright and license details. */ +/* Default settings; can be overriden by command line. */ + +static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */ +/* -fn option overrides fonts[0]; default X11 font or font set */ +static const char *fonts[] = { + "monospace:size=10" +}; +static const char *prompt = NULL; /* -p option; prompt to the left of input field */ +static const char *colors[SchemeLast][2] = { + /* fg bg */ + [SchemeNorm] = { "#bbbbbb", "#222222" }, + [SchemeSel] = { "#eeeeee", "#005577" }, + [SchemeOut] = { "#000000", "#00ffff" }, +}; +/* -l option; if nonzero, dmenu uses vertical list with given number of lines */ +static unsigned int lines = 0; + +/* + * Characters not considered part of a word while deleting words + * for example: " /?\"&[]" + */ +static const char worddelimiters[] = " "; diff --git a/files/i3/config b/files/i3/config index 2658a38..384a070 100644 --- a/files/i3/config +++ b/files/i3/config @@ -248,8 +248,10 @@ bindsym $mod+r exec urxvt -e ranger bindsym $mod+n exec urxvt -e newsboat bindsym $mod+Shift+a exec urxvt -e alsamixer bindsym $mod+c exec bash ~/scripts/dmenuTerm.sh -bindsym $mod+m exec urxvt -name floating -sh 20 -cr black -geometry 32x1 -e sudo /home/inigo/scripts/dmenuMount.sh -bindsym $mod+Shift+m exec urxvt -name floating -sh 20 -cr black -geometry 32x1 -e sudo /home/inigo/scripts/dmenuUmount.sh +# bindsym $mod+m exec urxvt -name floating -sh 20 -cr black -geometry 32x1 -e sudo /home/inigo/scripts/dmenuMount.sh +bindsym $mod+m exec sudo /home/inigo/scripts/dmenuMount.sh +# bindsym $mod+Shift+m exec urxvt -name floating -sh 20 -cr black -geometry 32x1 -e sudo /home/inigo/scripts/dmenuUmount.sh +bindsym $mod+Shift+m exec sudo /home/inigo/scripts/dmenuUmount.sh ## diff --git a/files/i3/path.txt b/files/i3/path.txt new file mode 100644 index 0000000..74c30ea --- /dev/null +++ b/files/i3/path.txt @@ -0,0 +1 @@ +~/.config/i3/config diff --git a/files/i3blocks/path.txt b/files/i3blocks/path.txt new file mode 100644 index 0000000..7457366 --- /dev/null +++ b/files/i3blocks/path.txt @@ -0,0 +1 @@ +~/.config/i3blocks/config diff --git a/files/mpv/path.txt b/files/mpv/path.txt new file mode 100644 index 0000000..98bbc7e --- /dev/null +++ b/files/mpv/path.txt @@ -0,0 +1 @@ +~/.config/mpv/input.conf diff --git a/files/pqiv/.pqivrc b/files/pqiv/.pqivrc new file mode 100644 index 0000000..0d6981e --- /dev/null +++ b/files/pqiv/.pqivrc @@ -0,0 +1,20 @@ +[options] +command-1=|convert - -blur 80 - + +[keybindings] +j { shift_y(-5); } +k { shift_y(5); } +h { shift_x(5); } +l { shift_x(-5); } +J { shift_y(-40); } +K { shift_y(40); } +H { shift_x(40); } +L { shift_x(-40); } +<control>j { shift_y(-200); } +<control>k { shift_y(200); } +<control>h { shift_x(200); } +<control>l { shift_x(-200); } +w { rotate_left(); } +e { rotate_right(); } +g { jump_dialog(); } +<equal> { reset_scale_level() } diff --git a/files/pqiv/path.txt b/files/pqiv/path.txt new file mode 100644 index 0000000..3dd864f --- /dev/null +++ b/files/pqiv/path.txt @@ -0,0 +1 @@ +~/.pqivrc diff --git a/files/qutebrowser/path.txt b/files/qutebrowser/path.txt new file mode 100644 index 0000000..3b67556 --- /dev/null +++ b/files/qutebrowser/path.txt @@ -0,0 +1 @@ +~/.config/qutebrowser/config.py diff --git a/files/ranger/rifle.conf b/files/ranger/rifle.conf index 45d168a..3bc38e4 100644 --- a/files/ranger/rifle.conf +++ b/files/ranger/rifle.conf @@ -104,6 +104,7 @@ ext rb = ruby -- "$1" ext js = node -- "$1" ext sh = sh -- "$1" ext php = php -- "$1" +ext ino = arduino & -- "$@" #-------------------------------------------- # Audio without X @@ -122,6 +123,7 @@ mime ^video, has mpv, X, flag f = bash ~/scripts/floats/mpvFloat.sh " mime ^video, has mpv, X, flag f = bash ~/scripts/floats/mpvFloatLoop.sh "$@" mime ^video, has mpv, X, flag f = mpv -- "$@" mime ^video, has mpv, X, flag f = mpv --fs -- "$@" +mime ^video, has mpv, X, flag f = mpv -vo caca -- "$@" mime ^video|audio, has vlc, X, flag f = vlc -- "$@" #mime ^video|audio, has gmplayer, X, flag f = gmplayer -- "$@" #mime ^video|audio, has smplayer, X, flag f = smplayer "$@" @@ -135,7 +137,7 @@ mime ^video|audio, has vlc, X, flag f = vlc -- "$@" #-------------------------------------------- # Video without X: #------------------------------------------- -mime ^video, terminal, !X, has mpv = mpv -- "$@" +mime ^video, terminal, !X, has mpv = mpv -vo caca -- "$@" mime ^video, terminal, !X, has mplayer2 = mplayer2 -- "$@" mime ^video, terminal, !X, has mplayer = mplayer -- "$@" diff --git a/files/rcs/.bash_aliases b/files/rcs/.bash_aliases index 3989f8c..5f9e305 100644 --- a/files/rcs/.bash_aliases +++ b/files/rcs/.bash_aliases @@ -20,8 +20,9 @@ alias cg="vim ~/.gitconfig" alias cnb="vim ~/.newsboat/config" alias cnbu="vim ~/.newsboat/urls" -alias ydlmp3="youtube-dl -x --audio-format mp3" +alias upgrade="sudo apt-get update && sudo apt-get upgrade" alias starwars="telnet towel.blinkenlights.nl" - -alias upgrade="sudo apt-get update && sudo apt-get upgrade" +alias nintendos="mpv -vo caca https://www.youtube.com/watch?v=hYNcJj2QDhk 2>/dev/null" +alias adormir="mpv -vo caca ~/videos/Adormir.mp4 && clear 2>/dev/null" +alias adormirloop="mpv --loop-file -vo caca ~/videos/Adormir.mp4 2>/dev/null && clear" diff --git a/files/rcs/.bashrc b/files/rcs/.bashrc index 5d83abe..bac2d4f 100644 --- a/files/rcs/.bashrc +++ b/files/rcs/.bashrc @@ -132,4 +132,8 @@ def="\[\e[0;00m\]" PS1="${keys}[${pur}${wd}\w${keys}]${umode}\$${def} " -EDITOR=vim +export EDITOR=vim + +export ARDUINO_DIR=/usr/share/arduino +export ARDMK_DIR=/usr/share/arduino +export AVR_TOOLS_DIR=/usr diff --git a/files/rcs/.profile b/files/rcs/.profile index 879f2ee..cfcba1f 100644 --- a/files/rcs/.profile +++ b/files/rcs/.profile @@ -16,6 +16,9 @@ if [ -n "$BASH_VERSION" ]; then fi fi +[[ $(tty) = "/dev/tty5" ]] && setfont Lat2-VGA8 +neofetch + # set PATH so it includes user's private bin if it exists if [ -d "$HOME/bin" ] ; then PATH="$HOME/bin:$PATH" diff --git a/files/rcs/path.txt b/files/rcs/path.txt new file mode 100644 index 0000000..4a7c6c3 --- /dev/null +++ b/files/rcs/path.txt @@ -0,0 +1 @@ +dunstrc path: ~/.config/dunst/dunstrc diff --git a/files/zathura/path.txt b/files/zathura/path.txt new file mode 100644 index 0000000..aad3d2c --- /dev/null +++ b/files/zathura/path.txt @@ -0,0 +1 @@ +~/.config/zathura/zathurarc diff --git a/files/zathura/zathurarc b/files/zathura/zathurarc new file mode 100644 index 0000000..0efb4c1 --- /dev/null +++ b/files/zathura/zathurarc @@ -0,0 +1,7 @@ +set page-padding 1 +map u scroll half-up +map d scroll half-down +map D toggle_page_mode +map r reload +map R rotate +map p print |