config: clean up and document theming
This commit is contained in:
parent
4780315f50
commit
6916f03e94
17 changed files with 745 additions and 285 deletions
|
|
@ -123,6 +123,14 @@ impl Seat {
|
|||
get!().close(self);
|
||||
}
|
||||
|
||||
pub fn get_floating(self) -> bool {
|
||||
get!().get_floating(self)
|
||||
}
|
||||
|
||||
pub fn set_floating(self, floating: bool) {
|
||||
get!().set_floating(self, floating);
|
||||
}
|
||||
|
||||
pub fn toggle_floating(self) {
|
||||
get!().toggle_floating(self);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue