Minor changes

This commit is contained in:
Kristofers Solo
2022-05-31 14:57:45 +03:00
parent 4885c6243c
commit 8141a4d860
5 changed files with 10 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/zsh
if [[ "$(tty)" = "/dev/tty1"]]; then
if [[ "$(tty)" = "/dev/tty1" ]]; then
pgrep awesome || sx
fi

View File

@@ -33,4 +33,5 @@ export CARGO_HOME="${XDG_DATA_HOME:-$HOME/.local/share}/cargo"
export MOZ_USE_XINPUT2="1" # Mozilla smooth scrolling/touchpads.
# Adds `~/.local/bin` to $PATH
export PATH="$PATH:${$(find ~/.local/bin -type d -printf %p:)%%:}"
export PATH="$PATH:${$(find ~/.local/bin -type d -printf %p:)%%:}"