From d7c8b912e63c9a112d75f6b9e2e3f5d3c6975240 Mon Sep 17 00:00:00 2001 From: Maksymilian Jopek Date: Sat, 15 Mar 2025 14:46:54 +0100 Subject: Eibhear: Initial commit Some file deletion, small changes, some addition --- .config/shell/profile | 2 ++ 1 file changed, 2 insertions(+) (limited to '.config/shell/profile') 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" -- cgit v1.3.1