various updates

This commit is contained in:
2021-06-12 18:27:40 +02:00
parent d2a9963dad
commit 6859ef38c9
26 changed files with 87 additions and 586 deletions

View File

@ -13,7 +13,8 @@ alias \
yt="youtube-dl --add-metadata -o '%(upload_date)s-%(title)s.%(ext)s' -i" \
yta="yt -x --add-metadata -f bestaudio/best" -o '%(upload_date)s-%(title)s.%(ext)s'\
ffmpeg="ffmpeg -hide_banner" \
sage="sage -q"
sage="sage -q" \
abook="abook --config $XDG_CONFIG_HOME/abook/abookrc --datafile $XDG_DATA_HOME/abook/addressbook"
# Colorize commands when possible.
alias \

View File

@ -509,23 +509,23 @@ use_console_editor = yes
## are used there is a possibility that you'll be able to use only colors with
## transparent background.
#
#colors_enabled = yes
colors_enabled = yes
#
empty_tag_color = magenta
#
#header_window_color = magenta
header_window_color = blue
#
#volume_color = default
volume_color = default
#
#state_line_color = default
state_line_color = default
#
#state_flags_color = default:b
state_flags_color = default:b
#
main_window_color = white
#
#color1 = white
color1 = white
#
#color2 = green
color2 = green
#
progressbar_color = black:b
#
@ -535,11 +535,11 @@ statusbar_color = red
#
statusbar_time_color = cyan:b
#
#player_state_color = default:b
player_state_color = default:b
#
#alternative_ui_separator_color = black:b
alternative_ui_separator_color = black:b
#
#window_border_color = green
window_border_color = green
#
#active_window_border = red
active_window_border = red
#

View File

@ -27,6 +27,7 @@ Plug 'dense-analysis/ale'
Plug 'arcticicestudio/nord-vim'
Plug 'tpope/vim-fugitive'
Plug 'rhysd/vim-grammarous'
" Plug 'goballooning/vim-live-latex-preview'
call plug#end()
" Integrated spell-check

View File

@ -31,6 +31,8 @@ settings:
""
',v': hint links spawn -d startmpv {hint-url}
',x': hint links spawn -d dmenuhandler {hint-url}
ao: download-open;; download-remove
ar: download-remove
colors.webpage.darkmode.algorithm:
global: lightness-cielab
colors.webpage.darkmode.enabled:
@ -52,11 +54,15 @@ settings:
https://teams.microsoft.com: true
content.media.audio_video_capture:
https://teams.microsoft.com: true
content.media.video_capture:
https://teams.microsoft.com: true
content.notifications.enabled:
https://1337x.to: false
https://boards.4chan.org: true
https://boards.4channel.org: true
https://forums.ankiweb.net: true
https://iq.opengenus.org: false
https://kiwifarms.cc: true
https://nobodyhasthe.biz: true
https://old.reddit.com: false
https://riot.im: true
@ -76,10 +82,12 @@ settings:
global: false
downloads.location.suggestion:
global: path
downloads.open_dispatcher:
global: rifle {}
downloads.position:
global: top
downloads.remove_finished:
global: 0
global: 1000000
editor.command:
global:
- st
@ -117,19 +125,20 @@ settings:
tabs.tabs_are_windows:
global: true
url.default_page:
global: https://searx.lukesmith.xyz/
global: https://searx.cedars.xyz/
url.open_base_url:
global: true
url.searchengines:
global:
DEFAULT: https://searx.lukesmith.xyz/?q={}
DEFAULT: https://searx.cedars.xyz/?q={}
ddg: https://duckduckgo.com/?q={}
duden: https://www.duden.de/rechtschreibung/{}
gg: https://linggle.com/?q={}
ling: https://www.linguee.com/english-german/search?source=auto&query={}
oz: http://www.ozdic.com/collocation-dictionary/{}
sx: https://searx.lukesmith.xyz/?q={}&categories=general&language=en-US
sx: https://searx.cedars.xyz/?q={}&categories=general&language=en-US
yt: https://www.youtube.com/results?search_query={}
url.start_pages:
global: https://searx.lukesmith.xyz/
global: https://searx.cedars.xyz/
zoom.default:
global: 160%

View File

@ -1,6 +1,3 @@
https://traditionalcatholicprayers.com/2019/11/12/how-to-pray-the-rosary-in-latin/ How to Pray the Rosary in Latin | Traditional Catholic Prayers
https://people.math.ethz.ch/~fdalio/ANALYSISIIIDMAVTDMATLHS20 Personal Homepage of Prof. Dr. Francesca Da Lio
http://n.ethz.ch/~staerkr/ Roland Stärk
https://www.kath-flims-trin.ch/Pfarramt Pfarrer, Katholische Kirchgemeinde Flims-Trin
https://ostechnix.com/setup-japanese-language-environment-arch-linux/ How To Setup Japanese Language Environment In Arch Linux
https://www.localizingjapan.com/blog/2012/01/20/regular-expressions-for-japanese-text/ Regular Expressions for Japanese Text - Localizing Japan
https://fsspx.today/chapel/zaitzkofen/ Zaitzkofen - Chapel app

View File

@ -13,3 +13,4 @@ wuf2 https://video.ethz.ch/live/lectures/zentrum/eta/eta-f-5.html
rt2 https://moodle-app2.let.ethz.ch/course/view.php?id=14186
mech2live https://video.ethz.ch/live/lectures/zentrum/eta/eta-f-5.html
mech2unterlagen https://n.ethz.ch/~bamertd/download/
out https://boards.4channel.org/out/

View File

@ -84,6 +84,9 @@ ext x?html?, has w3m, terminal = w3m "$@"
#-------------------------------------------
# Misc
#-------------------------------------------
#Import calendar files into calcurse
mime text/calendar, has calcurse, flag f = calendaradd "$@"
# Define the "editor" for text files as first action
mime ^text, label editor = ${VISUAL:-$EDITOR} -- "$@"
mime ^text, label pager = "$PAGER" -- "$@"

View File

@ -1 +1,2 @@
# vim: filetype=sh
#alias

View File

@ -7,7 +7,7 @@ do
[ -z "$destdir" ] && destdir="$(sed "s/\s.*#.*$//;/^\s*$/d" ${XDG_CONFIG_HOME:-$HOME/.config}/directories | awk '{print $2}' | dmenu -l 20 -i -p "Copy file(s) to where?" | sed "s|~|$HOME|g")"
[ -z "$destdir" ] && exit
[ ! -d "$destdir" ] && notify-send "$destdir is not a directory, cancelled." && exit
cp "$file" "$destdir" && notify-send -i "$(readlink -f "$file")" "$file copied to $destdir." &
cp "$file" "$destdir" && notify-send -i "$(readlink -f "$file")" "sxiv" "$file copied to $destdir." &
;;
"m")
[ -z "$destdir" ] && destdir="$(sed "s/\s.*#.*$//;/^\s*$/d" ${XDG_CONFIG_HOME:-$HOME/.config}/directories | awk '{print $2}' | dmenu -l 20 -i -p "Move file(s) to where?" | sed "s|~|$HOME|g")"

View File

@ -58,8 +58,8 @@
"seed-queue-size": 10,
"speed-limit-down": 100,
"speed-limit-down-enabled": false,
"speed-limit-up": 100,
"speed-limit-up-enabled": false,
"speed-limit-up": 0,
"speed-limit-up-enabled": true,
"start-added-torrents": true,
"trash-original-torrent-files": false,
"umask": 18,

View File

@ -18,7 +18,7 @@
"dht-enabled": true,
"download-dir": "/home/alex/dls",
"download-queue-enabled": true,
"download-queue-size": 5,
"download-queue-size": 1,
"encryption": 1,
"idle-seeding-limit": 30,
"idle-seeding-limit-enabled": false,