summaryrefslogtreecommitdiffstats
path: root/.config/shell/profile
diff options
context:
space:
mode:
authorMaksymilian Jopek <maks@jopek.eu>2025-03-15 14:46:54 +0100
committerMaksymilian Jopek <maks@jopek.eu>2025-03-15 14:46:54 +0100
commitd7c8b912e63c9a112d75f6b9e2e3f5d3c6975240 (patch)
tree8731b82a7d16240d3fea1175d02f55dd15e2abf2 /.config/shell/profile
parent5f385da9f686ffb9ab61c194a46539cbe53357ea (diff)
downloadeibhear-d7c8b912e63c9a112d75f6b9e2e3f5d3c6975240.tar.gz
eibhear-d7c8b912e63c9a112d75f6b9e2e3f5d3c6975240.tar.zst
eibhear-d7c8b912e63c9a112d75f6b9e2e3f5d3c6975240.zip
Eibhear: Initial commit
Some file deletion, small changes, some addition
Diffstat (limited to '.config/shell/profile')
-rw-r--r--.config/shell/profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/shell/profile b/.config/shell/profile
index 872e312..595cb29 100644
--- a/.config/shell/profile
+++ b/.config/shell/profile
@@ -66,6 +66,8 @@ export _JAVA_AWT_WM_NONREPARENTING=1 # Fix for Java applications in dwm
[ ! -f "$XDG_CONFIG_HOME/shell/shortcutrc" ] && setsid -f shortcuts >/dev/null 2>&1
+source "$XDG_CONFIG_HOME"/shell/eibhear/profile
+
# Start graphical server on user's current tty if not already running.
[ "$(tty)" = "/dev/tty1" ] && ! pidof -s Xorg >/dev/null 2>&1 && exec startx "$XINITRC"