summaryrefslogtreecommitdiffstats
path: root/.config/alacritty
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-07-28 16:41:46 +0200
committerJoe <bousset.rudy@gmail.com>2022-07-28 16:41:46 +0200
commit3e8f0c71297ef8a0168ed2df98f373daaac8ed75 (patch)
tree062fb6a892afc9be874f7dcd167f6062d53a7c6e /.config/alacritty
parentcompat (diff)
downloaddotfiles-bsd-3e8f0c71297ef8a0168ed2df98f373daaac8ed75.tar.gz
dotfiles-bsd-3e8f0c71297ef8a0168ed2df98f373daaac8ed75.tar.bz2
dotfiles-bsd-3e8f0c71297ef8a0168ed2df98f373daaac8ed75.tar.xz
dotfiles-bsd-3e8f0c71297ef8a0168ed2df98f373daaac8ed75.tar.zst
dotfiles-bsd-3e8f0c71297ef8a0168ed2df98f373daaac8ed75.zip
CDE
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)
#