stuff
This commit is contained in:
parent
badcf3aa40
commit
42a0bf27e0
24 changed files with 2870 additions and 392 deletions
19
home-manager/modules/hyprland/hyprspace.nix
Normal file
19
home-manager/modules/hyprland/hyprspace.nix
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{ inputs, pkgs, ... }:
|
||||
{
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
plugins = [ inputs.hyprspace.packages.${pkgs.system}.Hyprspace ];
|
||||
settings = {
|
||||
plugin = {
|
||||
overview = {
|
||||
autoDrag = false;
|
||||
};
|
||||
};
|
||||
|
||||
bind = [
|
||||
"$mod,TAB, overview:toggle" # Overview
|
||||
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue