hyprexpo
This commit is contained in:
parent
9669edbca1
commit
ed2448f84c
|
@ -1,4 +1,4 @@
|
||||||
{...}: {
|
{pkgs,...}: {
|
||||||
programs.hyprland = {
|
programs.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
@ -87,6 +87,7 @@
|
||||||
"$mod, Z, exec, sh $sciPath/screen.sh"
|
"$mod, Z, exec, sh $sciPath/screen.sh"
|
||||||
"$mod, V, exec, cliphist list | rofi -dmenu | cliphist decode | wl-copy"
|
"$mod, V, exec, cliphist list | rofi -dmenu | cliphist decode | wl-copy"
|
||||||
"$mod, O, exec, sh $sciPath/mpv.sh"
|
"$mod, O, exec, sh $sciPath/mpv.sh"
|
||||||
|
"$mod+Shift, TAB,hyprexpo:expo, toggleoverview"
|
||||||
# controles
|
# controles
|
||||||
"$mod, Q, killactive"
|
"$mod, Q, killactive"
|
||||||
"$mod, W, togglefloating"
|
"$mod, W, togglefloating"
|
||||||
|
@ -157,6 +158,9 @@
|
||||||
", XF86AudioMicMute, exec, sh $sciPath/volume.sh -t"
|
", XF86AudioMicMute, exec, sh $sciPath/volume.sh -t"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
plugins = with pkgs.hyprlandPlugins; [
|
||||||
|
hyprexpo
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue