diff options
author | Eduardo Pedroni <e.pedroni91@gmail.com> | 2019-10-13 21:16:58 +0200 |
---|---|---|
committer | Eduardo Pedroni <e.pedroni91@gmail.com> | 2019-10-13 21:16:58 +0200 |
commit | 54dacb084030cb723bd8bc7bbf0e6e7b549d4fa7 (patch) | |
tree | 8eb48e041cc4c12b33f5b86490559b61e3413c07 | |
parent | bc88331cf2bfd1813b0ad3bc9ed21cd6916a3d03 (diff) |
Removed thesis env stuff, some other changes
-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 |