mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 00:09:46 +01:00
Added a auth agent
This commit is contained in:
parent
0495972d45
commit
a2343afb80
@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user