alejandra: fmt

This commit is contained in:
hand7s 2025-04-27 12:47:02 +03:00
parent 4132420034
commit 510e39c245
No known key found for this signature in database
199 changed files with 1030 additions and 1438 deletions

View file

@ -10,7 +10,8 @@
hyprland = {
enable = lib.mkIf (
config.home.gui.sessionType == "Hyprland"
) true;
)
true;
settings = {
monitor = ", 2560x1440@165.00Hz, 0x0, 1";
@ -110,7 +111,6 @@
"ALT, S, exec, ${pkgs.fuzzel}/bin/fuzzel"
"ALT, F, fullscreen, 0"
"ALT, L, exec, ${pkgs.hyprlock}/bin/hyprlock"
"ALT SHIFT, E, exit,"
"ALT SHIFT, space, togglefloating, active"
@ -144,7 +144,7 @@
"ALT SHIFT, 9, movetoworkspace, 9"
"ALT SHIFT, 0, movetoworkspace, 0"
"ALT SHIFT, H, movetoworkspace, special"
"ALT, mouse_down, workspace, e+1"
"ALT, mouse_up, workspace, e-1"
];
@ -156,7 +156,7 @@
", XF86MonBrightnessDown, exec, ${pkgs.brightnessctl}/bin/brightnessctl set 5%-"
", XF86MonBrightnessUp, exec, ${pkgs.brightnessctl}/bin/brightnessctl set +5%"
];
bindl = [
", XF86AudioPlay, exec, ${pkgs.playerctl}/bin/playerctl play-pause"
", XF86AudioPrev, exec, ${pkgs.playerctl}/bin/playerctl previous"
@ -228,9 +228,9 @@
};
};
};
plugins = with inputs; [
# inputs.hyprland-plugins.packages.${pkgs.system}.hyprexpo
# inputs.hyprland-plugins.packages.${pkgs.system}.hyprexpo
];
};
};

View file

@ -9,7 +9,8 @@
river = {
enable = lib.mkIf (
config.home.gui.sessionType == "River"
) true;
)
true;
settings = {
default-layout = "rivertile";
@ -51,7 +52,7 @@
"Alt 7" = "set-focused-tags 6";
"Alt 8" = "set-focused-tags 7";
"Alt 9" = "set-focused-tags 8";
"Alt H" = "toggle-focused-tags 20";
"Alt H" = "toggle-focused-tags 20";
"Alt+Shift 1" = "set-view-tags 0";
"Alt+Shift 2" = "set-view-tags 1";
@ -62,7 +63,7 @@
"Alt+Shift 7" = "set-view-tags 6";
"Alt+Shift 8" = "set-view-tags 7";
"Alt+Shift 9" = "set-view-tags 8";
"Alt+Shift H" = "set-view-tags 20";
"Alt+Shift H" = "set-view-tags 20";
"Alt+Control 1" = "toggle-focused-tags 0";
"Alt+Control 2" = "toggle-focused-tags 1";
@ -73,7 +74,7 @@
"Alt+Control 7" = "toggle-focused-tags 6";
"Alt+Control 8" = "toggle-focused-tags 7";
"Alt+Control 9" = "toggle-focused-tags 8";
"Alt+Control H" = "toggle-focused-tags 20";
"Alt+Control H" = "toggle-focused-tags 20";
"Alt+Shift+Control 1" = "toggle-view-tags 0";
"Alt+Shift+Control 2" = "toggle-view-tags 1";
@ -84,7 +85,7 @@
"Alt+Shift+Control 7" = "toggle-view-tags 6";
"Alt+Shift+Control 8" = "toggle-view-tags 7";
"Alt+Shift+Control 9" = "toggle-view-tags 8";
"Alt+Shift+Control H" = "toggle-view-tags 20";
"Alt+Shift+Control H" = "toggle-view-tags 20";
};
spawn = [
@ -94,7 +95,7 @@
"${pkgs.wayidle}/bin/wayidle -t=300 ${pkgs.brightnessctl}/bin/brightnessctl -s set 10"
"${pkgs.wayidle}/bin/wayidle -t=600 ${pkgs.waylock}/bin/waylock"
];
map-pointer = {
normal = {
"Alt BTN_LEFT" = "move-view";

View file

@ -9,7 +9,8 @@
sway = {
enable = lib.mkIf (
config.home.gui.sessionType == "Sway"
) true;
)
true;
package = pkgs.sway;
@ -81,7 +82,7 @@
{
command = "${pkgs.swaykbdd}/bin/swaykbdd";
}
{
command = "${pkgs.yambar}/bin/yambar";
}
@ -179,5 +180,5 @@
'';
};
};
};
};
}