Skip to content

Commit f11d7f7

Browse files
committed
Use cosmic-term for Super+T
1 parent 5528d7e commit f11d7f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎launcher/src/main.rs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ fn bar_main(width: u32, height: u32) -> io::Result<()> {
583583
}
584584
orbclient::K_T => {
585585
if key_event.pressed {
586-
bar.spawn("orbterm".to_string());
586+
bar.spawn("cosmic-term".to_string());
587587
}
588588
}
589589
_ => (),

0 commit comments

Comments
 (0)