aboutsummaryrefslogtreecommitdiff
path: root/.config/alacritty/window.yml
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2024-03-22 18:29:06 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2024-03-22 18:29:06 +0530
commit71803f75116a63aed35ff3175fe86bb254e38d97 (patch)
tree2f6c0be6a01c93d74e8bc825711664581bf4dd05 /.config/alacritty/window.yml
parent206f12417109bbf1508eab4593fea3fb9fb35ad9 (diff)
removed old qwerty keybindings, cleaned up code
Diffstat (limited to '.config/alacritty/window.yml')
-rw-r--r--.config/alacritty/window.yml64
1 files changed, 0 insertions, 64 deletions
diff --git a/.config/alacritty/window.yml b/.config/alacritty/window.yml
deleted file mode 100644
index d35f991..0000000
--- a/.config/alacritty/window.yml
+++ /dev/null
@@ -1,64 +0,0 @@
-window:
- opacity: 0.7
- # Window dimensions (changes require restart)
- #
- # Number of lines/columns (not pixels) in the terminal. The number of columns
- # must be at least `2`, while using a value of `0` for columns and lines will
- # fall back to the window manager's recommended size.
- #dimensions:
- # columns: 0
- # lines: 0
-
- # Window position (changes require restart)
- #
- # Specified in number of pixels.
- # If the position is not set, the window manager will handle the placement.
- #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
-
- # Spread additional padding evenly around the terminal content.
- dynamic_padding: false
-
- # Window decorations
- #
- # Values for `decorations`:
- # - full: Borders and title bar
- # - none: Neither borders nor title bar
- #
- # Values for `decorations` (macOS only):
- # - transparent: Title bar, transparent background and title bar buttons
- # - buttonless: Title bar, transparent background and no title bar buttons
- decorations: full
-
- startup_mode: Windowed
-
- title: Alacritty
- dynamic_title: true
-
- # Window class (Linux/BSD only):
- class:
- instance: Alacritty
- general: Alacritty
-
- # GTK theme variant (Linux/BSD only)
- #
- # Override the variant of the GTK theme. Commonly supported values are `dark`
- # and `light`. Set this to `None` to use the default theme variant.
- #gtk_theme_variant: None
-
-scrolling:
- # Maximum number of lines in the scrollback buffer.
- # Specifying '0' will disable scrolling.
- history: 20000
-
- # Scrolling distance multiplier.
- #multiplier: 3