diff options
author | zachir <zachir@librem.one> | 2024-06-04 22:29:29 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-06-04 22:29:29 -0500 |
commit | f2e21e23ddef3915c763c214055a535ac01e028f (patch) | |
tree | df8212b7272a5590469acc5e7ffb4b73abc8f580 | |
parent | 8c08e83eae3e70ffcb8fc1f847571654a2cabb42 (diff) |
Make hyprland start hypridle not swayidle
I added the hypridle and hyprlock config, but this actually makes the
practical change.
-rw-r--r-- | hypr/hyprland.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index cb63c4c..c04e99d 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -14,7 +14,7 @@ monitor = DP-1, 1920x1080@60, 0x0, 1 exec-once = xdph exec-once = hyprpm reload -n exec-once = hyprpaper -exec-once = swayidle +exec-once = hypridle exec-once = waybar exec-once = pypr exec-once = /usr/lib/polkit-kde-authentication-agent-1 |