More files added.
This commit is contained in:
3
etc/vconsole.conf
Normal file
3
etc/vconsole.conf
Normal file
@@ -0,0 +1,3 @@
|
||||
# This is the fallback vconsole configuration provided by systemd.
|
||||
|
||||
KEYMAP=us_alt
|
||||
@@ -44,7 +44,7 @@ setup_and_run_downloadable() {
|
||||
# Get the first path component of each file in the zip
|
||||
mapfile -t topDirs < <(unzip -l "$zipPath" | awk 'NR>3 {print $4}' | grep '/$' | cut -d/ -f1 | sort -u | grep -v '^$')
|
||||
if [[ ${#topDirs[@]} -eq 1 ]]; then
|
||||
# Zip has a single top-level dir Ãse it as final dir
|
||||
# Zip has a single top-level dir <EFBFBD>se it as final dir
|
||||
unzip -q "$zipPath" -d ~/.local/games
|
||||
else
|
||||
# Unzips file into the given directory without creating a subdirectory
|
||||
@@ -178,6 +178,10 @@ case "$GAME" in
|
||||
"Brave")
|
||||
run_web "" # Runs brave without a specific URL
|
||||
;;
|
||||
"Calamares")
|
||||
orca &
|
||||
exec calamares
|
||||
;;
|
||||
"Challenge of the Horse")
|
||||
run_wine "Challenge of the Horse" "game.exe" "nvda2speechd"
|
||||
;;
|
||||
|
||||
1
usr/share/kbd/keymaps/i386/qwerty/.gitattributes
vendored
Normal file
1
usr/share/kbd/keymaps/i386/qwerty/.gitattributes
vendored
Normal file
@@ -0,0 +1 @@
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
BIN
usr/share/kbd/keymaps/i386/qwerty/us_alt.map.gz
LFS
Normal file
BIN
usr/share/kbd/keymaps/i386/qwerty/us_alt.map.gz
LFS
Normal file
Binary file not shown.
Reference in New Issue
Block a user