diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-03-08 14:05:30 -0500 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-03-08 14:05:30 -0500 |
commit | 3967227c74df474d85a25c94c3bf32d6f96e50c3 (patch) | |
tree | dddb535b0b226489997e06519a3e8482ec127d9f /home-config/hypr | |
parent | 8d9871bd1f3cfd3d57545c91da5e7f9166328f12 (diff) |
added local bin to path and fixed shepherd issue
Diffstat (limited to 'home-config/hypr')
-rwxr-xr-x | home-config/hypr/autostart.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/home-config/hypr/autostart.sh b/home-config/hypr/autostart.sh index 5d7363d..7b327df 100755 --- a/home-config/hypr/autostart.sh +++ b/home-config/hypr/autostart.sh | |||
@@ -1,7 +1,5 @@ | |||
1 | #!/usr/bin/env bash | 1 | #!/usr/bin/env bash |
2 | 2 | ||
3 | hash dbus-update-activation-environment 2>/dev/null && dbus-update-activation-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP & | ||
4 | |||
5 | waybar & | 3 | waybar & |
6 | 4 | ||
7 | mako & | 5 | mako & |