Implement hotkey support and improve error handling

Fixes #5
This commit is contained in:
2017-07-14 00:27:46 +02:00
parent b7beebc20f
commit ee847ff896
21 changed files with 1536 additions and 56 deletions

View File

@@ -36,6 +36,13 @@ which = "*"
xdg = "*"
libnotify = { git = "https://github.com/hasufell/rust-libnotify.git", branch = "git-deps", optional = true }
png = "^0.9.0"
lazy_static = "^0.2.8"
w_result = "^0.1.2"
[dependencies.x11]
version = "^2.14.0"
features = ["xlib", "xtst"]
[dependencies.gtk]
git = "https://github.com/gtk-rs/gtk.git"