hyprwm / Hypr

Hypr is a tiling window manager written in modern C++.
BSD 3-Clause "New" or "Revised" License
1.1k stars 33 forks source link

Config file runs multiple times #20

Closed KieranCodes closed 2 years ago

KieranCodes commented 2 years ago

Please describe the bug The config file runs several times after starting Hypr

Steps to reproduce: add to config file: exec=echo foo >> /home/$(whoami)/foo

Expected behavior It should only run once

vaxerski commented 2 years ago

yep, noticed it before. Will fix.