From 54dacb084030cb723bd8bc7bbf0e6e7b549d4fa7 Mon Sep 17 00:00:00 2001 From: Eduardo Pedroni Date: Sun, 13 Oct 2019 21:16:58 +0200 Subject: Removed thesis env stuff, some other changes --- .config/alacritty/alacritty-laptop.yml | 2 +- .xinitrc | 1 + .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. 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 b615124..ff3c205 100644 --- a/.zshenv +++ b/.zshenv @@ -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 -- cgit v1.2.3