kms: Add key repetition for shortcuts
This commit is contained in:
parent
99f29187af
commit
235248d445
6 changed files with 86 additions and 43 deletions
|
|
@ -129,6 +129,7 @@ impl CosmicStack {
|
|||
for window in &windows {
|
||||
window.try_force_undecorated(true);
|
||||
window.set_tiled(true);
|
||||
window.send_configure();
|
||||
}
|
||||
|
||||
let width = windows[0].geometry().size.w;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue