dominic / Pat Winlink
0 likes
0 forks
4 files
Last active 9 months ago
My current setup when using Pat with qutebrowser and the VARA tools
| 1 | #!/usr/bin/sh |
| 2 | # Start Winlink Express via Wine |
| 3 | # lastmod: 2025-01-23T23:27:51+0100 |
| 4 | # |
| 5 | # Author: Dominic Reich <quick.hat4396@qtztsjosmprqmgtunjyf.com> |
| 6 | |
| 7 | # Check if we are on the "Winlink screen" |
| 8 | workspaces=$(i3-msg -t get_workspaces) |
| 9 | |
| 10 | if [[ "${workspaces}" != *" 0:Winlink "* ]]; then |
dominic / RMS Express via wine on Linux
0 likes
0 forks
2 files
Last active 9 months ago
My current setup, see the ›Pat Winlink‹ gist for enhanced i3config (including terminals for alsamixer and rigctld)
| 1 | # some default settings |
| 2 | set $ws0 " 0:Winlink " |
| 3 | bindsym $mod+0 workspace $ws0 |
| 4 | bindsym $mod+Ctrl+0 move container to workspace $ws0 |
| 5 | bindsym $mod+Shift+0 move container to workspace $ws0; workspace $ws0 |
| 6 | |
| 7 | # Winlink |
| 8 | for_window [class="rms express.exe"] floating enable, border normal |
| 9 | for_window [class="notepad.exe"] floating enable, border normal |
| 10 | for_window [title="Winlink Session"] floating enable, border normal, resize set 900 500, move absolute position 1120 30 |
Newer
Older