From 8d6819fb5bf28fb2abfa820e72114fa2db53cae4 Mon Sep 17 00:00:00 2001 From: Amolith Date: Thu, 8 Feb 2024 10:50:56 -0500 Subject: [PATCH] config i3 and hyprland to trigger startup script --- dot_config/hypr/hyprland.conf.tmpl | 2 ++ dot_config/i3/config.tmpl | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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