Dor dicke Gind
2 years ago
11 changed files with 0 additions and 47 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 100 KiB |
@ -1,3 +0,0 @@
|
||||
export WINEPREFIX=~/.wine_32 |
||||
cd ~/Games/RC\ Racers\ Deluxe\ TE/ |
||||
gamescope -f -w 1920 -h 1080 -- /opt/wine-staging-opt-3.21/bin/wine explorer /desktop=name,1920x1080 RCRacers.exe |
@ -1,6 +0,0 @@
|
||||
mount /dev/sda1 |
||||
mount /dev/sda2 |
||||
mount /dev/sdb1 |
||||
mount 192.168.178.26:/mnt/usb |
||||
mount 192.168.178.26:/mnt/usb2 |
||||
mount 192.168.178.26:/mnt/usb-ssd |
@ -1,38 +0,0 @@
|
||||
#!/bin/sh |
||||
|
||||
case "$1" in |
||||
play-pause ) |
||||
func=PlayPause |
||||
;; |
||||
next ) |
||||
func=Next |
||||
;; |
||||
previous ) |
||||
func=Previous |
||||
;; |
||||
play ) |
||||
func=Play |
||||
;; |
||||
pause ) |
||||
func=Pause |
||||
;; |
||||
stop ) |
||||
func=Stop |
||||
;; |
||||
* ) |
||||
exit 3 |
||||
esac |
||||
|
||||
# get first mpris interface |
||||
bus=$(dbus-send --session \ |
||||
--dest=org.freedesktop.DBus \ |
||||
--type=method_call \ |
||||
--print-reply=literal \ |
||||
/org/freedesktop/DBus \ |
||||
org.freedesktop.DBus.ListNames | |
||||
tr ' ' '\n' | |
||||
grep 'org.mpris.MediaPlayer2' | |
||||
head -n 1) |
||||
|
||||
dbus-send --type=method_call --dest=org.mpris.MediaPlayer2.Lollypop /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.$func |
||||
#echo dbus-send --type=method_call --dest=$bus /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.$func |
Loading…
Reference in new issue