diff options
author | zachir <zachir@librem.one> | 2024-01-11 13:52:15 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-01-11 14:04:44 -0600 |
commit | 9961a1ee25f722a46500f7d9c356b9751cd8408c (patch) | |
tree | 2368db451b08acefcaefdd68227341b8dedd9b4c /hypr | |
parent | e52d33c3800479d17b7f55a67186b9d73a78ec96 (diff) |
hypr: use hyprpm instead of hyprload
Not that hyprload hasn't worked, but I would rather use the first party
solution where practical, and this seems to be the case for that. And
hyprpm is now in the upstream Arch package.
Diffstat (limited to 'hypr')
-rw-r--r-- | hypr/hyprland.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 62c1693..dd12307 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -13,7 +13,8 @@ monitor = DP-1, 1920x1080@60, 1920x0, 1 exec-once = ~/.config/autostart.sh exec-once = /usr/lib/polkit-kde-authentication-agent-1 exec-once = xdph -exec-once = $HOME/.local/share/hyprload/hyprload.sh +#exec-once = $HOME/.local/share/hyprload/hyprload.sh +exec-once = hyprpm reload -n exec-once = pypr #}}} |