Last active 3 months ago
My current setup when using Pat with qutebrowser and the VARA tools
0
0
4
| 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 |