From: Jure Varlec Date: Thu, 4 May 2017 09:03:46 +0000 (+0200) Subject: quake: add a new option `onlyone`. X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/2ddb55bc44dd0ea06e8caa40798d27f907169c07?ds=sidebyside;hp=2ddb55bc44dd0ea06e8caa40798d27f907169c07 quake: add a new option `onlyone`. This option allows using a single instance of the app with multiple screens instead of having a separate app for each screen. It works better if there is only one instance of the quake object, i.e. local quake = lain.util.quake({onlyone=true}) and awful.key({ modkey, }, "z", function () quake:toggle() end), ---