nichts/nyx/homes/notashelf/programs/graphical/wms/hyprland/config/gestures.nix
2024-04-09 23:11:33 +02:00

8 lines
147 B
Nix

{
wayland.windowManager.hyprland.settings = {
gestures = {
workspace_swipe = true;
workspace_swipe_forever = true;
};
};
}