Add checks to run on different env e.g. GTK<3.18 or without xdotool v0.99
authorAdrian Iain Lam <adrianiainlam@users.noreply.github.com>
Sun, 17 Sep 2017 21:20:09 +0000 (05:20 +0800)
committerAdrian Iain Lam <adrianiainlam@users.noreply.github.com>
Sun, 17 Sep 2017 21:20:09 +0000 (05:20 +0800)
 - Scroll lock hidden if GTK < 3.18
 - drop-down menu hidden (except quit) if xdotool not found / not executable
 - custom xdotool path can be specified

Add version number to prepare for future .deb packaging plan

Fix drop-down menu creation to not create unnecessary items
(e.g. those not listed in ORDER)

Move blocks of code around for better encapsulation


No differences found