From 1a0b905d6b2a4d5f921aa4d393158c4525bb40f0 Mon Sep 17 00:00:00 2001
From: self <george@gabbott.dev>
Date: Mon, 27 Jun 2022 23:29:26 +0100
Subject: st -> alacritty + added swapescape

---
 dwm/autostart_blocking_sah.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'dwm/autostart_blocking_sah.sh')

diff --git a/dwm/autostart_blocking_sah.sh b/dwm/autostart_blocking_sah.sh
index 91f439c..3d267f4 100755
--- a/dwm/autostart_blocking_sah.sh
+++ b/dwm/autostart_blocking_sah.sh
@@ -2,7 +2,8 @@
 
 feh --bg-scale $(shuf -n1 -e ~/bgs/*)
 dwmblocks &
-st &
+alacritty &
+setxkbmap -option caps:swapescape
 
 # Notifications
 dunst & 
-- 
cgit v1.2.1