move startup to bottom and use abs path

Amolith created

Change summary

dot_config/hypr/hyprland.conf.tmpl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Detailed changes

dot_config/hypr/hyprland.conf.tmpl 🔗

@@ -14,8 +14,6 @@ xwayland {
     force_zero_scaling = true
 }
 
-exec-once = "~/.local/bin/startup"
-
 # See https://wiki.hyprland.org/Configuring/Keywords/ for more
 
 # Execute your favorite apps at launch
@@ -239,3 +237,5 @@ bind = $mod, mouse_up  , workspace, e-1
 # Move/resize windows with mod + LMB/RMB and dragging
 bindm = $mod, mouse:272, movewindow
 bindm = $mod, mouse:273, resizewindow
+
+exec-once = "/home/amolith/.local/bin/startup"