summaryrefslogtreecommitdiff
path: root/.config/shell
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-12-20 14:39:18 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-12-20 14:39:18 -0700
commit8b204c6d7270976b6a3c2bfaad87822a119d2564 (patch)
tree16846455b7b59889efa9b345e7c63d3c1612566b /.config/shell
parent6fe0dfc5fe085eddcc9deabfd78e280d1afc113f (diff)
Messing around with polybar
Diffstat (limited to '.config/shell')
-rw-r--r--.config/shell/profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/shell/profile b/.config/shell/profile
index 599924a..0e3856e 100644
--- a/.config/shell/profile
+++ b/.config/shell/profile
@@ -4,6 +4,9 @@
## Modified env vars.
export PATH="$PATH:$(du -L "$HOME/.local/bin/" | cut -f2 | tr '\n' ':' | sed 's/:*$//')"
+ ## Useful vars.
+export MAINMON="DP-0"
+export SECMON="HDMI-0"
## Default programs.
export EDITOR="nvim"
export TERMINAL="alacritty"