1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-03 20:03:29 +02:00
home-manager/tests/modules/services/window-managers/i3/default.nix
Cole Mickens 5c639ff68a
sway: focus.followMouse supports yes/no/always
Also add associated tests for both Sway and i3.

PR #1231
2020-07-17 15:35:00 +02:00

5 lines
86 B
Nix

{
i3-followmouse = ./i3-followmouse.nix;
i3-keybindings = ./i3-keybindings.nix;
}