From 621f15778dbbd846b424ef6b6527a328b4f796d6 Mon Sep 17 00:00:00 2001 From: frosty Date: Tue, 28 May 2024 15:27:09 -0400 Subject: [PATCH] change shortcut run code --- shell/.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/.profile b/shell/.profile index f8ad043..345bec9 100644 --- a/shell/.profile +++ b/shell/.profile @@ -30,7 +30,7 @@ export XAUTHORITY="$XDG_RUNTIME_DIR/Xauthority" export _JAVA_OPTIONS="-Djava.util.prefs.userRoot=$XDG_CONFIG_HOME/java" # Generate shortcuts if none exist and the script is in $PATH -[ ! -f "$XDG_CONFIG_HOME/shell/shortcutrc" ] && [ -x "$(command -v shortcuts)" ] && shortcuts +[ ! -f "$XDG_CONFIG_HOME/shell/shortcutrc" ] && shortcuts >/dev/null 2>&1 # Automatically start X session inside tty1 [ "$(tty)" = "/dev/tty1" ] && ! pidof -s Xorg >/dev/null 2>&1 && exec startx