diff --git a/dot_config/hypr/hyprland.conf.tmpl b/dot_config/hypr/hyprland.conf.tmpl index c63d151e566ce8ec27db0f95cfb4b0cd0148b04d..2a895f95a647b4dba769de1fd1ee2b5395297c4f 100644 --- a/dot_config/hypr/hyprland.conf.tmpl +++ b/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 diff --git a/dot_config/i3/config.tmpl b/dot_config/i3/config.tmpl index a71a90a0c1919fafc455507bcc0fdbb4649d432c..c82290e40ba5227f8f042dce81e6fa4a6e374539 100644 --- a/dot_config/i3/config.tmpl +++ b/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