1
0
Fork 0
forked from wry/wry

autocommit 2022-04-24 17:15:41 CEST

This commit is contained in:
Julian Orth 2022-04-24 17:15:41 +02:00
parent 025efbaccc
commit cff35fd7da
5 changed files with 63 additions and 23 deletions

View file

@ -78,6 +78,7 @@ fn configure_seat(s: Seat) {
for (i, sym) in fnkeys2.into_iter().enumerate() {
let ws = get_workspace(&format!("{}", i + 1));
s.bind(MOD | sym, move || s.show_workspace(ws));
s.bind(MOD | SHIFT | sym, move || s.set_workspace(ws));
}
s.bind(MOD | SYM_a, || {