Compare commits

...

2 Commits

Author SHA1 Message Date
coolneng 32d869d7e0
Use the US international with AltGr dead keys 2023-01-13 21:35:16 +01:00
coolneng 7c79d67381
Update location of peerflix-db 2023-01-13 21:34:40 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
directory=/tmp/webtorrent
player=mpv
data_file=$HOME/Documents/IT/peerflix-db.csv
data_file=$HOME/Documents/Misc/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:]]*$//')

View File

@ -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 intl
xkb_variant altgr-intl
xkb_options eurosign:e
}