Skip to content

Commit

Permalink
Catch the resolution change signal on MMV4
Browse files Browse the repository at this point in the history
  • Loading branch information
Sichroteph committed Jan 23, 2024
1 parent 6e310e3 commit 75c2b32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/keymon/keymon.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,9 @@ void deepsleep(void)
terminate_drastic();
}

sleep(30);
sleep(10);
// catch the resolution change signal on MMV4
sleep(20);
shutdown();
}

Expand Down

0 comments on commit 75c2b32

Please sign in to comment.