From c09d91fe95fca4367f47c06fc808cd02a1a8e6a5 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Tue, 13 Aug 2019 14:40:54 -0400 Subject: add bins --- templates/.bin/alacritty-fullscreen | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 templates/.bin/alacritty-fullscreen (limited to 'templates/.bin/alacritty-fullscreen') diff --git a/templates/.bin/alacritty-fullscreen b/templates/.bin/alacritty-fullscreen new file mode 100755 index 0000000..42f80e3 --- /dev/null +++ b/templates/.bin/alacritty-fullscreen @@ -0,0 +1,11 @@ +#!/usr/bin/osascript + +tell application "Alacritty" + tell application "System Events" to tell process "Alacritty" + if front window exists then + tell front window + set value of attribute "AXFullScreen" to true + end tell + end if + end tell +end tell -- cgit v1.2.3