Update Hyprland

This commit is contained in:
albert 2024-08-21 21:54:38 +09:00
parent d209cffa65
commit 2d20b4ab51
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -2,7 +2,7 @@
wayland.windowManager.hyprland = {
enable = true;
plugins = with pkgs.hyprlandPlugins; [
hyprbars
# hyprbars
hyprexpo
hy3
];
@ -24,6 +24,13 @@
'';
settings = {
plugins = {
hyprexpo = {
gap_size = 8;
workspace_method = "center first";
enable_gesture = true;
gesture_fingers = 3;
gesture_positive = false;
};
hyprbars = {
bar_height = 25;
bar_part_of_window = true;