diff options
author | zachir <zachir@librem.one> | 2024-06-04 22:29:29 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-06-04 22:30:46 -0500 |
commit | 85874b8d21017f4d368f97f6abc5b946162713e6 (patch) | |
tree | f8d74b0e091a5e98f707d2e1fae223be7971d835 /hypr | |
parent | d7fd8e01f3a49ae1600e601f39f37229f56aa4a8 (diff) |
Make hyprland start hypridle not swayidle
I added the hypridle and hyprlock config, but this actually makes the
practical change.
Diffstat (limited to 'hypr')
-rw-r--r-- | hypr/hyprland.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 36f697a..510deec 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -14,6 +14,9 @@ exec-once = ~/.config/autostart.sh exec-once = /usr/lib/polkit-kde-authentication-agent-1 exec-once = xdph exec-once = hyprpm reload -n +exec-once = hyprpaper +exec-once = hypridle +exec-once = waybar exec-once = pypr exec-once = import-gsettings gtk-theme 'Flat-Remix-GTK-Green-Darkest-Solid' exec-once = import-gsettings icon-theme 'Mint-X-Grey' |