Compare commits
No commits in common. "32d869d7e06c5888a50fad84ff678ed04b41a82f" and "81edcfd66b16180385e6f1bb8d18c45ea6ec9c22" have entirely different histories.
32d869d7e0
...
81edcfd66b
|
@ -2,7 +2,7 @@
|
|||
|
||||
directory=/tmp/webtorrent
|
||||
player=mpv
|
||||
data_file=$HOME/Documents/Misc/peerflix-db.csv
|
||||
data_file=$HOME/Documents/IT/peerflix-db.csv
|
||||
|
||||
parse_csv() {
|
||||
show_name=$(echo "$1" | cut -d "=" -f 3 | awk -F "S[0-9]|[S|s]eason|[C|c]omplete" '{print $1}' | tr -d "[:digit:]%" | tr +. " " | sed -e 's/[[:space:]]*$//')
|
||||
|
|
|
@ -61,7 +61,7 @@ output * bg ~/Photos/Wallpapers/The_parallel_microscopic_Universe_II.jpg fill
|
|||
# Keyboard layout
|
||||
input type:keyboard {
|
||||
xkb_layout us
|
||||
xkb_variant altgr-intl
|
||||
xkb_variant intl
|
||||
xkb_options eurosign:e
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue