config i3 and hyprland to trigger startup script

Amolith created

Change summary

dot_config/hypr/hyprland.conf.tmpl | 2 ++
dot_config/i3/config.tmpl          | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)

Detailed changes

dot_config/hypr/hyprland.conf.tmpl 🔗

@@ -14,6 +14,8 @@ 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

dot_config/i3/config.tmpl 🔗

@@ -267,4 +267,4 @@ assign [class=".*weechat"] $ws6
 assign [class="Hydrus Client"] $ws7
 
 # startup commands
-exec ~/.local/bin/startup-i3
+exec ~/.local/bin/startup