From d5ded4041b1be965e5b2d82c24c3584fb53f3ba4 Mon Sep 17 00:00:00 2001 From: awy Date: Tue, 20 Aug 2024 13:10:27 +0300 Subject: update --- .config/shell/profile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .config/shell/profile (limited to '.config/shell') diff --git a/.config/shell/profile b/.config/shell/profile new file mode 100644 index 0000000..1391f75 --- /dev/null +++ b/.config/shell/profile @@ -0,0 +1,2 @@ +export ZDOTDIR="$HOME/.config/zsh" +[ "$(tty)" = "/dev/tty1" ] && ! pidof -s Hyprland >/dev/null 2>&1 && exec "/home/awy/.config/hypr/start.sh" -- cgit v1.2.3