aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
AgeCommit message (Expand)AuthorFilesLines
2020-06-22Use MaybeUninit::uninit() in favor of mem::uninitialized()HEADmasterMatias Linares1-2/+2
2019-09-10use dirs crateMatias Linares1-13/+12
2017-10-02Use std UnixListener/UnixStreamMatias Linares1-8/+6
2016-09-04Better path handling for socketMatias Linares1-8/+29
2016-09-04Add Mouse drag support.Matias Linares1-1/+10
2016-06-04Allow unknown lints for rust stableMatias Linares1-0/+2
2016-06-03Add Clippy as dependency.Matias Linares1-4/+5
2016-05-25Add a lazy_static connection to the X serverMatias Linares1-2/+1
2016-02-07Change the plain exec_func with something better.Matias Linares1-2/+12
2016-01-27Refactor move sticky.Matias Linares1-0/+3
2015-12-07Implement desktops.Matias Linares1-2/+1
2015-11-30Add resize-win-sticky.Matias Linares1-1/+1
2015-11-28Better socket handlingMatias Linares1-16/+17
2015-11-27Little implemented the socket parser.Matias Linares1-0/+2
2015-11-22Move the file descriptor of the socket to the select event.Matias Linares1-3/+1
2015-11-22Death to the threads.Matias Linares1-26/+19
2015-11-22Cleanup.Matias Linares1-11/+0
2015-11-22Add socket functionality.Matias Linares1-12/+15
2015-11-22next_xevent don't block anymore!Matias Linares1-3/+6
2015-11-19Implemented socket handler.Matias Linares1-82/+25
2015-11-16Add MIT LICENSEMatias Linares1-0/+2
2015-11-15Clean of zombie process.Matias Linares1-1/+2
2015-11-15Move exec and add binding to the main.Matias Linares1-1/+17
2015-11-09ExecFn Rewrite.Matias Linares1-20/+79
2015-11-09Focus handling.Matias Linares1-1/+12
2015-11-08Initial commitMatias Linares1-0/+75