aboutsummaryrefslogtreecommitdiff
path: root/src/desktop.rs
AgeCommit message (Collapse)AuthorFilesLines
2016-01-27Refactor move sticky.Matias Linares1-1/+1
2015-12-27Fix some problems @ removing a window.Matias Linares1-2/+14
When we wanted to remove the window idx 0 within the list. the current index went to usize::max_value always. This add a check for the case when we have more than one window and removes the window 0.
2015-12-27Better fullscreen handling.Matias Linares1-0/+2
2015-12-07Implement desktops.Matias Linares1-0/+178
It's somewhat buggy. But works :). There're 2 desktops only for now, maybe later I will implement something more dynamic