summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/alacritty/alacritty-laptop.yml2
-rw-r--r--.xinitrc1
-rw-r--r--.zshenv3
3 files changed, 2 insertions, 4 deletions
diff --git a/.config/alacritty/alacritty-laptop.yml b/.config/alacritty/alacritty-laptop.yml
index 48b14fd..6ddcbc5 100644
--- a/.config/alacritty/alacritty-laptop.yml
+++ b/.config/alacritty/alacritty-laptop.yml
@@ -109,7 +109,7 @@ font:
#style: Italic
# Point size
- size: 7.0
+ size: 8.0
# Offset is the extra space around each character. `offset.y` can be thought of
# as modifying the line spacing, and `offset.x` as modifying the letter spacing.
diff --git a/.xinitrc b/.xinitrc
index eeab316..c7c44da 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -18,4 +18,5 @@ initcfg
dwm-statusbar &
exec dwm
+#exec openbox-session
diff --git a/.zshenv b/.zshenv
index 709825b..5ae624d 100644
--- a/.zshenv
+++ b/.zshenv
@@ -21,8 +21,5 @@ export ANDROID_EMULATOR_USE_SYSTEM_LIBS=1
# For logbook entry script
export LOGBOOK_ROOT="$HOME/projects/logbook"
-# Thesis
-export LM_LICENSE_FILE=2100@sgv-license-01:2101@sgv-license-01
-
# Vivado font fix
export _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true -Dsun.java2d.xrender=true"