From f35f43c2ce2ed7f72f3b0aa4446df706f24f1701 Mon Sep 17 00:00:00 2001
From: Yaroslav <contact@yaroslavps.com>
Date: Fri, 18 Sep 2020 13:14:55 +0300
Subject: Switch to Alacritty terminal emulator

Updated some other configs and scripts to better interact with
Alacritty.

Also rely on fontconfig file, instead of specifying the font in each
config (i.e. use font family 'monospace').
---
 dotfiles/.local/bin/tmuxatt | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100755 dotfiles/.local/bin/tmuxatt

(limited to 'dotfiles/.local/bin/tmuxatt')

diff --git a/dotfiles/.local/bin/tmuxatt b/dotfiles/.local/bin/tmuxatt
new file mode 100755
index 0000000..1d9a2ea
--- /dev/null
+++ b/dotfiles/.local/bin/tmuxatt
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+tmux a || tmux
-- 
cgit v1.2.3