Compare commits
No commits in common. "f01f16b2b357489fa37eba4b0d31902b0e813662" and "97020ed022001a12d9684c8eb213d8c4447f36d1" have entirely different histories.
f01f16b2b3
...
97020ed022
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 49 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 10 KiB |
Binary file not shown.
Binary file not shown.
|
|
@ -0,0 +1,6 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Name=sxhkd
|
||||||
|
Comment=Simple X hotkey daemon
|
||||||
|
Exec=/usr/bin/sxhkd
|
||||||
|
Terminal=false
|
||||||
|
Type=Application
|
||||||
|
|
@ -1,14 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
SAVE_DIR="$HOME/.config/StoneShard"
|
|
||||||
|
|
||||||
# Pull latest save before starting
|
|
||||||
yadm pull --rebase
|
|
||||||
|
|
||||||
# Start the game
|
|
||||||
"/home/gil/GOG Games/Stoneshard/start.sh"
|
|
||||||
|
|
||||||
# Commit and push after the game closes
|
|
||||||
yadm add -A $SAVE_DIR
|
|
||||||
yadm commit -m "Stoneshard save $(date '+%Y-%m-%d %H:%M:%S')" || true
|
|
||||||
yadm push
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
||||||
[Desktop Entry]
|
|
||||||
Type=Application
|
|
||||||
Version=1.0
|
|
||||||
Name=Stoneshard
|
|
||||||
Comment=Lancer Stoneshard
|
|
||||||
Icon=/home/gil/GOG Games/Stoneshard/support/icon.png
|
|
||||||
Exec=/home/gil/.local/bin/stoneshard
|
|
||||||
Path=/home/gil/GOG\ Games/Stoneshard
|
|
||||||
Terminal=false
|
|
||||||
Categories=Game;
|
|
||||||
Loading…
Reference in New Issue