From 3e8f0c71297ef8a0168ed2df98f373daaac8ed75 Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 28 Jul 2022 16:41:46 +0200 Subject: CDE --- .config/alacritty/alacritty.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to '.config/alacritty') diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 5e54444..2bc70c5 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -26,20 +26,20 @@ window: # # Specified in number of pixels. # If the position is not set, the window manager will handle the placement. - position: - x: 0 - y: 0 + # position: + # x: 0 + # y: 0 # Window padding (changes require restart) # # Blank space added around the window in pixels. This padding is scaled # by DPI and the specified value is always added at both opposing sides. - padding: - x: 0 - y: 0 + # padding: + # x: 0 + # y: 0 # Spread additional padding evenly around the terminal content. - dynamic_padding: false + # dynamic_padding: false # Window decorations # @@ -50,7 +50,7 @@ window: # Values for `decorations` (macOS only): # - transparent: Title bar, transparent background and title bar buttons # - buttonless: Title bar, transparent background, but no title bar buttons - decorations: none + decorations: full # Startup Mode (changes require restart) # -- cgit v1.2.3