diff --git a/openbox/config/autostart b/openbox/config/autostart index 2273d96..8a064a8 100644 --- a/openbox/config/autostart +++ b/openbox/config/autostart @@ -2,7 +2,7 @@ # Sourcing exports doesn't work so yolo # source ../../../omzsh/exports.sh -export PATH="$HOME/bin/:$PATH" +export PATH="$HOME/.local/bin/:$PATH" source "$HOME/.dotfiles/venv/bin/activate" diff --git a/openbox/config/rc.xml b/openbox/config/rc.xml index 87e7fbf..857b720 100644 --- a/openbox/config/rc.xml +++ b/openbox/config/rc.xml @@ -283,7 +283,7 @@ - /home/marcel/bin/keyboard toggle us ca + /home/marcel/.local/bin/keyboard toggle us ca diff --git a/systemd/maximize-large-windows.service b/systemd/maximize-large-windows.service index c5fa570..4569a77 100644 --- a/systemd/maximize-large-windows.service +++ b/systemd/maximize-large-windows.service @@ -5,7 +5,7 @@ OnFailure=notify@%i.service [Service] Type=simple -ExecStart=%h/bin/maximize_large_windows.sh +ExecStart=%h/.local/bin/maximize_large_windows.sh Restart=on-failure RestartSec=30s diff --git a/systemd/octoload.service b/systemd/octoload.service index c3ab539..0931e08 100644 --- a/systemd/octoload.service +++ b/systemd/octoload.service @@ -5,7 +5,7 @@ OnFailure=notify@%i.service [Service] Type=simple -ExecStart=%h/bin/octoload watch +ExecStart=%h/.local/bin/octoload watch Restart=on-failure RestartSec=30s diff --git a/thunar/uca.xml b/thunar/uca.xml index 1337d14..f1687c7 100644 --- a/thunar/uca.xml +++ b/thunar/uca.xml @@ -131,7 +131,7 @@ applications-internet New URL shortcut 1567274294183202-1 - python $HOME/bin/create_url_shortcut.py $(zenity --entry --text "URL for shortcut:") %f >/tmp/custom_action.log 2>&1 || cat /tmp/custom_action.log | zenity --text-info + python $HOME/.local/bin/create_url_shortcut.py $(zenity --entry --text "URL for shortcut:") %f >/tmp/custom_action.log 2>&1 || cat /tmp/custom_action.log | zenity --text-info * @@ -140,7 +140,7 @@ application-pdf Convert to PDF with VM 1569950617651911-1 - $HOME/bin/office2pdf %F >/tmp/custom_action.log 2>&1 || cat /tmp/custom_action.log | zenity --text-info + $HOME/.local/bin/office2pdf %F >/tmp/custom_action.log 2>&1 || cat /tmp/custom_action.log | zenity --text-info *.doc;*.docx;*.ppt;*.pptx