This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#NoTrayIcon | |
#SingleInstance Force | |
; | |
; This scripts toggles between states raised and hidden of a Windows Terminal, | |
; or opens a new one if not opened, using `Super + T` or `Super + Enter` | |
; | |
; Supports multiple workspaces or virtual desktops. | |
; |