#!/usr/bin/sh # Start Winlink Express via Wine # lastmod: 2025-01-23T23:27:51+0100 # # Author: Dominic Reich # Check if we are on the "Winlink screen" workspaces=$(i3-msg -t get_workspaces) if [[ "${workspaces}" != *" 0:Winlink "* ]]; then i3-msg 'workspace " 0:Winlink "' fi qutebrowser --target window --untrusted-args http://localhost:8080 & alacritty --title Pat_Alsamixer -e alsamixer -c 1 -V all -M & # WINEPREFIX=/home/dominic/.wine-winlink wine "C:\\RMS Express\\RMS Express.exe" # WINEPREFIX=/home/dominic/.wine-winlink wine "C:\\RMS Express\\RMS Express.exe"