config: add focus-tiles action
This commit is contained in:
parent
bd85db5b59
commit
57a49d5299
11 changed files with 61 additions and 1 deletions
|
|
@ -383,6 +383,10 @@ impl ConfigClient {
|
|||
self.send(&ClientMessage::SeatFocusLayerRel { seat, direction });
|
||||
}
|
||||
|
||||
pub fn seat_focus_tiles(&self, seat: Seat) {
|
||||
self.send(&ClientMessage::SeatFocusTiles { seat });
|
||||
}
|
||||
|
||||
pub fn seat_focus(&self, seat: Seat, direction: Direction) {
|
||||
self.send(&ClientMessage::SeatFocus { seat, direction });
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue