From 075f21c304f341074c8b4fa81fa48314811030c0 Mon Sep 17 00:00:00 2001
From: kj-sh604
Date: Tue, 1 Apr 2025 06:05:33 -0400
Subject: refactor: bigger terminals
---
.config/alacritty.toml | 4 ++--
.config/alacritty.yml | 4 ++--
.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-terminal.xml | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.config/alacritty.toml b/.config/alacritty.toml
index f43add7..49bf634 100644
--- a/.config/alacritty.toml
+++ b/.config/alacritty.toml
@@ -166,8 +166,8 @@ dynamic_title = true
title = "Terminal"
[window.dimensions]
-columns = 95
-lines = 28
+columns = 160
+lines = 48
[general]
live_config_reload = true
diff --git a/.config/alacritty.yml b/.config/alacritty.yml
index b744f4f..b78ace4 100644
--- a/.config/alacritty.yml
+++ b/.config/alacritty.yml
@@ -31,8 +31,8 @@ window:
# 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: 95
- lines: 28
+ columns: 160
+ lines: 48
# Window position (changes require restart)
#
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-terminal.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-terminal.xml
index bcedbc5..6c3390a 100644
--- a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-terminal.xml
+++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-terminal.xml
@@ -16,7 +16,7 @@
-
+
--
cgit v1.2.3