Last active 1737677627

My current setup, see the ›Pat Winlink‹ gist for enhanced i3config (including terminals for alsamixer and rigctld)

Revision e180c8d0d7be990709a8e7798b6643a31f9079b0

i3-config Raw
1# some default settings
2set $ws0 " 0:Winlink "
3bindsym $mod+0 workspace $ws0
4bindsym $mod+Ctrl+0 move container to workspace $ws0
5bindsym $mod+Shift+0 move container to workspace $ws0; workspace $ws0
6
7# Winlink specific (could be enhanced ofc)
8for_window [class="rms express.exe"] floating enable, border normal
9for_window [title="Winlink Session"] floating enable, border normal, resize set 900 500, move absolute position 1120 30
10for_window [title="^ Winlink Express"] floating enable, border normal, resize set 1100 700, move absolute position 0 30
11# ARDOP_Win is usually 540x143 (positon x: 1380)
12for_window [class="ardop_win.exe"] floating enable, border normal
13for_window [title="^ARDOP_Win"] floating enable, border normal, move absolute position 1120 540
14#VARA HF is usually 732x240 (depends on settings, waterfall, diagrams....)
15for_window [class="vara.exe"] floating enable, border normal, move position center
16for_window [class="varafm.exe"] floating enable, border normal, move position center
17for_window [title="^VARA (HF|FM)"] move absolute position 1120 540
18# VARA FM is usually 732x147 (also depends on settings)
19for_window [title="^VARA(FM|HF).log"] floating enable, border normal, move position center
winlink-express.sh Raw
#!/usr/bin/sh
# Start Winlink Express via Wine
#
# Author: Dominic Reich <quick.hat4396@qtztsjosmprqmgtunjyf.com>
i3-msg 'workspace 0; exec WINEPREFIX=/home/dominic/.wine-winlink wine "C:\\RMS Express\\RMS Express.exe"'