Browse Source

[TASK] update game-dummy with ulgwl + other stuff

master 1.2.1
Dor dicke Gind 6 months ago
parent
commit
b960f1903a
  1. 2
      .config/cairo-dock/current_theme/plug-ins/systray/systray.conf
  2. 2
      .config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml
  3. 12
      Scripts/game-dummy.sh

2
.config/cairo-dock/current_theme/plug-ins/systray/systray.conf

@ -39,7 +39,7 @@ frame_pos=
#{If locked, the desklet cannot be moved by simply dragging it with the left mouse button. It can still be moved with ALT + left-click.}
locked=true
size=213;24
size=186;24
#i[-2048;2048] Desklet position (x, y):
#{Depending on your WindowManager, you may be able to move this with ALT + left-click.. Negative values are counted from the right/bottom of the screen}

2
.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml

@ -4,7 +4,7 @@
<property name="default-view" type="string" value="void"/>
<property name="last-compact-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_SMALLEST"/>
<property name="last-details-view-column-order" type="string" value="THUNAR_COLUMN_NAME,THUNAR_COLUMN_SIZE,THUNAR_COLUMN_TYPE,THUNAR_COLUMN_DATE_MODIFIED"/>
<property name="last-details-view-column-widths" type="string" value="50,147,151,50,736,53,50,72,422,96,50,73,50,224"/>
<property name="last-details-view-column-widths" type="string" value="50,147,151,50,736,53,50,72,570,96,50,73,50,76"/>
<property name="last-details-view-fixed-columns" type="bool" value="false"/>
<property name="last-details-view-visible-columns" type="string" value="THUNAR_COLUMN_DATE_MODIFIED,THUNAR_COLUMN_NAME,THUNAR_COLUMN_SIZE,THUNAR_COLUMN_TYPE"/>
<property name="last-details-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_38_PERCENT"/>

12
Scripts/game-dummy.sh

@ -41,8 +41,13 @@ fi
if [ $# -eq 1 ]; then
$command "$1"
elif [[ "$@" == *"SteamLaunch"* ]] || [[ "$@" == *"/Heroic/"* ]]; then
elif [[ "$@" == *"SteamLaunch"* ]] || [[ "$@" == *"/Heroic/"* ]] || [[ "$@" == *"/gamelauncher/"* ]]; then
$command "$@"
elif [[ "$1" == "ulwgl" ]]; then
export GAMEID=123333
cd /home/alex/git/ULWGL/
echo $command ./gamelauncher.sh "$PROTON_PATH" "$EXECUTABLE_PATH" "$ARGUMENTS"
$command ./gamelauncher.sh "$PROTON_PATH" "$EXECUTABLE_PATH" "$ARGUMENTS"
else
export STEAM_COMPAT_CLIENT_INSTALL_PATH=/home/alex/.steam
cd "$1"
@ -54,7 +59,6 @@ else
fi
fi
if [ "$4" != "true" ] && [[ "$wine" != *"proton"* ]]; then
wine="$wine explorer /desktop=Game,${width}x${height}"
fi
@ -73,8 +77,10 @@ else
command="$command /home/alex/.local/share/Steam/compatibilitytools.d/GE-Proton8-25/proton run '$1$2'"
elif [ "$wine" == "proton-ge-13" ]; then
command="$command /home/alex/.local/share/Steam/compatibilitytools.d/GE-Proton8-13/proton run '$1$2'"
elif [ "$wine" == "proton-ge-32" ]; then
elif [ "$wine" == "proton-ge-32" ]; then
command="$command /home/alex/.local/share/Steam/compatibilitytools.d/GE-Proton8-32/proton run '$1$2'"
elif [ "$wine" == "proton-ge-9" ]; then
command="$command /home/alex/.local/share/Steam/compatibilitytools.d/GE-Proton9-2/proton run '$1$2'"
else
command="$command $wine $2"
fi

Loading…
Cancel
Save