dotfiles

Yes, my $HOME has a git repo now :(

git clone git://git.shimmy1996.com/dotfiles.git
commit d88e3fabb5f43dad8f5b19928dde1a0556a8f228
parent 8220ddca0f9918c3ef89fd4f7c3477887d290acd
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sat, 18 Apr 2020 09:38:27 -0500

Directly launch Alacritty as it scales properly in wayland now

Diffstat:
M.config/i3/config | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.config/i3/config b/.config/i3/config
@@ -93,7 +93,7 @@ for_window [class="^"] split toggle
     bindsym $mod+Escape exec --no-startup-id $screenlocker
 
     # start a terminal
-    bindsym $mod+Return exec --no-startup-id ~/.local/bin/sway/launch-terminal
+    bindsym $mod+Return exec --no-startup-id $TERMINAL
 
     # kill focused window, remember to toggle split back
     bindsym $mod+q split toggle; kill