From a8b44d9399e965e83148fcc999c60ffb5e5836f5 Mon Sep 17 00:00:00 2001 From: Atreya Bain Date: Wed, 24 Feb 2021 08:57:27 +0530 Subject: [PATCH] Add alacritty config --- i3/config | 2 +- setup.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/i3/config b/i3/config index ab3db5a..1923f82 100644 --- a/i3/config +++ b/i3/config @@ -52,7 +52,7 @@ exec --no-startup-id xfce4-power-manager floating_modifier $mod # start a terminal -bindsym $mod+Return exec i3-sensible-terminal +bindsym $mod+Return exec alacritty # kill focused window bindsym $mod+Shift+q kill diff --git a/setup.sh b/setup.sh index 9f79391..33639e2 100755 --- a/setup.sh +++ b/setup.sh @@ -10,6 +10,7 @@ test ! -f ~/.config/wallpaper/wallpaper.jpg && echo "Download to ~/.config/wallp # dunst test ! -d ~/.config/dunst && ln -s "$(pwd)/dunst" ~/.config/dunst +test ! -d ~/.config/alacritty && ln -s "$(pwd)/alacritty" ~/.config/alacritty # wallpaper mkdir -p ~/.config/wallpaper/