From 4e6c21a7c161351f874880efde88a1b45f2b700c Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Mon, 17 Jun 2019 21:39:03 +0200 Subject: [PATCH] Update alacritty configuration Signed-off-by: Severin Kaderli --- install | 5 +---- system/.config/alacritty/alacritty.yml | 3 --- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/install b/install index 47c4df7..289660f 100755 --- a/install +++ b/install @@ -391,7 +391,4 @@ print_section "Post installation information" echo "${BOLD}Make sure you do the following after this installation:" echo -e " • Run ${YELLOW}~/.config/polybar/scripts/gmail/auth.py${RESET}${BOLD}" echo " • Download settings for Visual Studio Code" - -if [ "${IS_WORK}" = "0" ]; then - echo -e " • Add taskwarrior keys to ${YELLOW}~/.local/keys/taskwarrior/${RESET}" -fi \ No newline at end of file +echo -e " • Add taskwarrior keys to ${YELLOW}~/.local/keys/taskwarrior/${RESET}" \ No newline at end of file diff --git a/system/.config/alacritty/alacritty.yml b/system/.config/alacritty/alacritty.yml index 4f98a3c..4255670 100644 --- a/system/.config/alacritty/alacritty.yml +++ b/system/.config/alacritty/alacritty.yml @@ -51,9 +51,6 @@ window: # - buttonless: Title bar, transparent background, but no title bar buttons decorations: none - # When true, alacritty starts maximized. - start_maximized: false - scrolling: # Maximum number of lines in the scrollback buffer. # Specifying '0' will disable scrolling.