Added a auth agent

This commit is contained in:
Alexandre 2026-02-09 14:15:22 +01:00
parent 0495972d45
commit a2343afb80

View File

@ -27,6 +27,7 @@ in
"fileManager" = "dolphin"; "fileManager" = "dolphin";
"$browser" = "zen"; "$browser" = "zen";
"$screenShot" = "hyprshot -m region"; "$screenShot" = "hyprshot -m region";
# Todo : Add a notification daemon
exec-once = [ exec-once = [
"hyprlauncher" "hyprlauncher"
@ -100,6 +101,16 @@ in
", XF86AudioMute, exec, VolumeManager mute" ", XF86AudioMute, exec, VolumeManager mute"
]; ];
# Layout config
general = {
layout = "dwindle";
};
dwindle = {
force_split = 0;
preserve_split = true;
};
}; };
}; };
@ -117,7 +128,6 @@ in
# Hypr* ecosystem # Hypr* ecosystem
hyprlauncher hyprlauncher
hyprshot hyprshot
hyprpolkitagent
]; ];
} }