diff options
-rw-r--r-- | .config/alacritty/alacritty-laptop.yml | 2 | ||||
-rw-r--r-- | .xinitrc | 1 | ||||
-rw-r--r-- | .zshenv | 2 |
3 files changed, 2 insertions, 3 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. @@ -18,4 +18,5 @@ initcfg dwm-statusbar & exec dwm +#exec openbox-session @@ -21,5 +21,3 @@ 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 |