updated notes directory

This commit is contained in:
Solomon Laing 2024-11-26 16:55:30 +10:30
parent 1b189d0b0a
commit ff9ddba718

View File

@ -59,7 +59,7 @@ export QT_QPA_PLATFORMTHEME="gtk2" # Have QT use gtk2 theme.
export MOZ_USE_XINPUT2="1" # Mozilla smooth scrolling/touchpads.
export AWT_TOOLKIT="MToolkit wmname LG3D" #May have to install wmname
export _JAVA_AWT_WM_NONREPARENTING=1 # Fix for Java applications in dwm
export ZK_NOTEBOOK_DIR="$HOME/notes/zk"
export ZK_NOTEBOOK_DIR="$HOME/notes"
export REPOS="$HOME/repos"
export GITUSER="inkletblot"
export NOTE_DIR="$HOME/notes/"
@ -71,7 +71,7 @@ export NOTE_DIR="$HOME/notes/"
# 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"
if [ -n "$DESKTOP_SESSION" ];then
if [ -n "$DESKTOP_SESSION" ]; then
eval $(gnome-keyring-daemon --start)
export SSH_AUTH_SOCK
fi