mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-23 02:05:33 +07:00
input: Update quit message
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ impl Niri {
|
|||||||
if let Some(action) = action {
|
if let Some(action) = action {
|
||||||
match action {
|
match action {
|
||||||
InputAction::Quit => {
|
InputAction::Quit => {
|
||||||
info!("quitting because Esc was pressed");
|
info!("quitting because quit bind was pressed");
|
||||||
self.stop_signal.stop()
|
self.stop_signal.stop()
|
||||||
}
|
}
|
||||||
InputAction::ChangeVt(vt) => {
|
InputAction::ChangeVt(vt) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user