summaryrefslogtreecommitdiffstats
path: root/.config/alacritty
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.config/alacritty/alacritty.yml16
1 files changed, 8 insertions, 8 deletions
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)
#