Skip to content

Commit

Permalink
[all] Really fix bin move this time?
Browse files Browse the repository at this point in the history
I don't know why vim ferret doesn't find this but I had a lot of
problems after this
  • Loading branch information
MarcelRobitaille committed May 15, 2021
1 parent e591b64 commit 4b3d892
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion openbox/config/autostart
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion openbox/config/rc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
</keybind>
<keybind key="W-k">
<action name="Execute">
<command>/home/marcel/bin/keyboard toggle us ca</command>
<command>/home/marcel/.local/bin/keyboard toggle us ca</command>
</action>
</keybind>
</keyboard>
Expand Down
2 changes: 1 addition & 1 deletion systemd/maximize-large-windows.service
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion systemd/octoload.service
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions thunar/uca.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
<icon>applications-internet</icon>
<name>New URL shortcut</name>
<unique-id>1567274294183202-1</unique-id>
<command>python $HOME/bin/create_url_shortcut.py $(zenity --entry --text &quot;URL for shortcut:&quot;) %f &gt;/tmp/custom_action.log 2&gt;&amp;1 || cat /tmp/custom_action.log | zenity --text-info</command>
<command>python $HOME/.local/bin/create_url_shortcut.py $(zenity --entry --text &quot;URL for shortcut:&quot;) %f &gt;/tmp/custom_action.log 2&gt;&amp;1 || cat /tmp/custom_action.log | zenity --text-info</command>
<description></description>
<patterns>*</patterns>
<directories/>
Expand All @@ -140,7 +140,7 @@
<icon>application-pdf</icon>
<name>Convert to PDF with VM</name>
<unique-id>1569950617651911-1</unique-id>
<command>$HOME/bin/office2pdf %F &gt;/tmp/custom_action.log 2&gt;&amp;1 || cat /tmp/custom_action.log | zenity --text-info</command>
<command>$HOME/.local/bin/office2pdf %F &gt;/tmp/custom_action.log 2&gt;&amp;1 || cat /tmp/custom_action.log | zenity --text-info</command>
<description></description>
<patterns>*.doc;*.docx;*.ppt;*.pptx</patterns>
<other-files/>
Expand Down

0 comments on commit 4b3d892

Please sign in to comment.