add(hyprland): hyprspace

This commit is contained in:
kenji
2026-01-01 23:27:23 -06:00
parent fdcabbe543
commit d224b12bab
6 changed files with 49 additions and 5 deletions
+2 -1
View File
@@ -1,4 +1,4 @@
{pkgs, ...}: {
{pkgs, inputs, ...}: {
imports = [
./hypr/binds.nix
./hypr/general.nix
@@ -15,5 +15,6 @@
wayland.windowManager.hyprland.plugins = [
pkgs.hyprlandPlugins.hyprsplit
pkgs.hyprlandPlugins.hypr-dynamic-cursors
pkgs.hyprlandPlugins.hyprspace
];
}
+3
View File
@@ -69,6 +69,9 @@
# [Workspaces] Toggle between most recent workspaces
"SUPER, Tab, Cycle workspaces, workspace, previous"
# hyprspace - workspace overview
"SUPER, E, Toggle Workspace Overview, overview:toggle"
]
++ (
# Generate binds for Super + [1-5] to switch workspaces on current monitor
+1
View File
@@ -7,6 +7,7 @@
};
decoration = {
rounding = 0;
active_opacity = 0.99;
inactive_opacity = 0.70;
shadow = {
enabled = true;
+4
View File
@@ -33,6 +33,10 @@
factor = 1.5;
};
};
overview = {
# Using default settings
};
};
};
}