aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorkj_sh6042025-10-19 13:18:11 -0400
committerkj_sh6042025-10-19 13:18:11 -0400
commit70619304fa03179de3e8427cc4ddb21c13551804 (patch)
tree8d110272f4e15fb46e87308b137226df8e3b8de5 /.config
parent8cea5cfbcdacfe050cb7c5c1878362a2e63881bf (diff)
refactor: smaller terminals
Diffstat (limited to '.config')
-rw-r--r--.config/alacritty.toml4
-rw-r--r--.config/alacritty.yml4
-rw-r--r--.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-terminal.xml2
3 files changed, 5 insertions, 5 deletions
diff --git a/.config/alacritty.toml b/.config/alacritty.toml
index 49bf634..f43add7 100644
--- a/.config/alacritty.toml
+++ b/.config/alacritty.toml
@@ -166,8 +166,8 @@ dynamic_title = true
title = "Terminal"
[window.dimensions]
-columns = 160
-lines = 48
+columns = 95
+lines = 28
[general]
live_config_reload = true
diff --git a/.config/alacritty.yml b/.config/alacritty.yml
index b78ace4..b744f4f 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: 160
- lines: 48
+ columns: 95
+ lines: 28
# 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 7c5144b..d1bdff6 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 @@
<property name="misc-borders-default" type="bool" value="true"/>
<property name="misc-cursor-blinks" type="bool" value="false"/>
<property name="misc-cursor-shape" type="string" value="TERMINAL_CURSOR_SHAPE_BLOCK"/>
- <property name="misc-default-geometry" type="string" value="160x48"/>
+ <property name="misc-default-geometry" type="string" value="95x28"/>
<property name="misc-inherit-geometry" type="bool" value="false"/>
<property name="misc-menubar-default" type="bool" value="false"/>
<property name="misc-mouse-autohide" type="bool" value="false"/>