fixed a typo in hyprland.nix + other small tasks
This commit is contained in:
parent
fbbfd597d5
commit
30868c04bd
18 changed files with 148 additions and 7 deletions
|
|
@ -27,7 +27,7 @@
|
|||
ws = i + 1;
|
||||
in
|
||||
[
|
||||
"name:${toString i},,persistent:true"
|
||||
"${toString i},persistent:true"
|
||||
]
|
||||
) config.desktop.hyprland.workspaces.amount
|
||||
)
|
||||
|
|
@ -62,7 +62,7 @@
|
|||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
xwayland.enable = true;
|
||||
systemd.enable = true;
|
||||
systemd.enable = false;
|
||||
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
|
||||
portalPackage =
|
||||
inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
|
||||
|
|
@ -74,6 +74,8 @@
|
|||
(lib.mkIf (config.desktop.walker.enable) "elephant")
|
||||
(lib.mkIf (config.desktop.waybar.enable) "waybar")
|
||||
(lib.mkIf (config.desktop.wallpaper.enable) "waypaper --restore --random")
|
||||
(lib.mkIf (config.gaming.steam.enable) "adwaita-steam-gtk - i; steam --silent")
|
||||
|
||||
];
|
||||
"$mod" = "SUPER";
|
||||
"$shiftmod" = "SUPER_SHIFT";
|
||||
|
|
@ -106,7 +108,7 @@
|
|||
"$mod, down, movefocus, d"
|
||||
"$mod, J, exec, playerctl previous"
|
||||
"$mod, K, exec, playerctl play-pause"
|
||||
"$mod, L, exec, playerctl, next"
|
||||
"$mod, L, exec, playerctl next"
|
||||
"$mod, G, togglefloating,"
|
||||
# "$mod, H, hyprexpo:expo, toggle"
|
||||
"$mod, F1, exec, hyprlock"
|
||||
|
|
@ -167,7 +169,7 @@
|
|||
};
|
||||
plugin = {
|
||||
hyprexpo = {
|
||||
columns = 3;
|
||||
columns = 2;
|
||||
gap_size = 20;
|
||||
bg_col = "rgb(e1e1e2)";
|
||||
workspace_method = "first 1";
|
||||
|
|
@ -183,7 +185,7 @@
|
|||
};
|
||||
plugins = [
|
||||
inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hyprtrails
|
||||
inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hyprexpo
|
||||
# inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hyprexpo
|
||||
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue