summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dotfiles/system/.Xresources4
-rw-r--r--dotfiles/system/.profile1
-rw-r--r--dotfiles/system/.zshrc5
3 files changed, 4 insertions, 6 deletions
diff --git a/dotfiles/system/.Xresources b/dotfiles/system/.Xresources
index 4134af7..7e2240a 100644
--- a/dotfiles/system/.Xresources
+++ b/dotfiles/system/.Xresources
@@ -2,7 +2,9 @@
! Xft.dpi: 192
!! below is the framework laptop dpi
-Xft.dpi: 144
+! Xft.dpi: 144
+!! ultrawide monitor dpi
+Xft.dpi: 109
!! cursor settings
Xcursor.size: 32
diff --git a/dotfiles/system/.profile b/dotfiles/system/.profile
index b6df5ac..8e7653c 100644
--- a/dotfiles/system/.profile
+++ b/dotfiles/system/.profile
@@ -131,7 +131,6 @@ fi
# if [ -z "$DISPLAY" ] && [ "$(tty)" = /dev/tty1 ]; then
# startx
# fi
-. "/home/cjennings/.deno/env"
# Phenomenology RAG alias - queries cogito with deepseek-r1:70b
phenom() {
aichat --rag phenom -m ollama:deepseek-r1:70b "$@"
diff --git a/dotfiles/system/.zshrc b/dotfiles/system/.zshrc
index 7050fae..413d8b8 100644
--- a/dotfiles/system/.zshrc
+++ b/dotfiles/system/.zshrc
@@ -1,5 +1,3 @@
-# Add deno completions to search path
-if [[ ":$FPATH:" != *":/home/cjennings/.zsh/completions:"* ]]; then export FPATH="/home/cjennings/.zsh/completions:$FPATH"; fi
# source appropriate dotfiles if they exist
[ -f ~/.profile ] && source ~/.profile
[ -f ~/.secrets ] && source ~/.secrets
@@ -178,5 +176,4 @@ eval "$(zoxide init zsh)"
[[ -f /home/cjennings/.config/.dart-cli-completion/zsh-config.zsh ]] && . /home/cjennings/.config/.dart-cli-completion/zsh-config.zsh || true
## [/Completion]
-ulimit -c unlimited
-. "/home/cjennings/.deno/env" \ No newline at end of file
+ulimit -c unlimited \ No newline at end of file