autocommit 2022-03-29 15:40:59 CEST
This commit is contained in:
parent
6ebf731aea
commit
9842264fad
39 changed files with 121 additions and 92 deletions
|
|
@ -76,7 +76,7 @@ fn configure_seat(s: Seat) {
|
|||
|
||||
s.bind(MOD | SYM_p, || Command::new("xeyes").spawn());
|
||||
|
||||
s.bind(MOD | SYM_q, || quit());
|
||||
s.bind(MOD | SYM_q, quit);
|
||||
|
||||
s.bind(CTRL | ALT | SYM_F1, || switch_to_vt(1));
|
||||
s.bind(CTRL | ALT | SYM_F2, || switch_to_vt(2));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue