dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 3a40b58683f1b672c5151f52756e4e09250bccb3 (tree)
parent 76eb0aa142dda5f1df1e2e93ab7b9477f72d0d67
Author: Motiejus Jakštys <motiejus@uber.com>
Date:   Thu,  3 Sep 2020 08:46:37 +0300

sleeping after 200ms

Diffstat:
MX/.config/awesome/rc.lua | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/X/.config/awesome/rc.lua b/X/.config/awesome/rc.lua @@ -369,7 +369,7 @@ globalkeys = gears.table.join( awful.util.spawn("brightness down") end), awful.key({ modkey }, "x", function() - awfui.spawn.with_shell("xset dpms force off") + awful.spawn.with_shell("sleep 0.2; xset dpms force off") end) )