optimize: change numlock var into server

This commit is contained in:
DreamMaoMao 2025-03-11 07:21:51 +08:00
parent aa54758e75
commit 4b7ef5287a
3 changed files with 3 additions and 5 deletions

View file

@ -65,6 +65,7 @@ struct cg_server {
bool allow_vt_switch;
bool return_app_code;
bool terminated;
bool numlock;
enum wlr_log_importance log_level;
};