Skip to content

Commit

Permalink
flake: do not quit Hyprland, disable HW cursors
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Jul 25, 2024
1 parent 2b06c64 commit 703de95
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,17 @@
cd ${./.}
go test -coverprofile ${covOut} -v > ${testLog} 2>&1
go tool cover -html=${covOut} -o ${covHtml}
hyprctl dispatch exit || true
'';
hyprlandConf =
pkgs.writeText "hyprland.conf"
# hyprlang
''
bind = SUPER, Q, exec, kitty # Bind() test need at least one bind
exec-once = kitty sh -c ${testScript}
cursor {
# improve cursor in VM
no_hardware_cursors = true
}
'';
in
# bash
Expand Down

0 comments on commit 703de95

Please sign in to comment.