nichts/nyx/homes/notashelf/programs/graphical/wms/hyprland/config/gestures.nix

9 lines
147 B
Nix
Raw Normal View History

2024-04-09 23:11:33 +02:00
{
wayland.windowManager.hyprland.settings = {
gestures = {
workspace_swipe = true;
workspace_swipe_forever = true;
};
};
}