aboutsummaryrefslogtreecommitdiff
path: root/.config/alacritty/window.toml
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.toml
parent206f12417109bbf1508eab4593fea3fb9fb35ad9 (diff)
removed old qwerty keybindings, cleaned up code
Diffstat (limited to '.config/alacritty/window.toml')
-rw-r--r--.config/alacritty/window.toml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.config/alacritty/window.toml b/.config/alacritty/window.toml
new file mode 100644
index 0000000..843f080
--- /dev/null
+++ b/.config/alacritty/window.toml
@@ -0,0 +1,18 @@
+[scrolling]
+history = 20000
+
+[window]
+decorations = "full"
+dynamic_padding = false
+dynamic_title = true
+opacity = 0.7
+startup_mode = "Windowed"
+title = "Alacritty"
+
+[window.class]
+general = "Alacritty"
+instance = "Alacritty"
+
+[window.padding]
+x = 0
+y = 0