From e319940e660779781617e69fd671cceabd56c21d Mon Sep 17 00:00:00 2001 From: ache Date: Sun, 23 Jun 2019 07:12:59 +0200 Subject: Screenshot notification Window --- rc.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rc.lua b/rc.lua index 099d9c4..8dd1478 100644 --- a/rc.lua +++ b/rc.lua @@ -73,6 +73,7 @@ modkey = "Mod4" awful.layout.layouts = { lain.layout.uselessfairnogap, --3 awful.layout.suit.tile, --1 + awful.layout.suit.floating, --1 lain.layout.uselesspiral, --2 } -- }}} @@ -594,7 +595,7 @@ awful.key({ modkey, "Shift" }, "s", hotkeys_popup.show_help, {descriptio {description = "Screenshot", group = "awesome"}), awful.key({ modkey, "Control" }, "s", function () awful.util.spawn("scrot -u") - naughty.notify({ title = 'Scrot', text = 'Use the mouse to make a screenshot', timeout = 2 }) + naughty.notify({ title = 'Scrot', text = 'Screenshot of focused windows', timeout = 2 }) end, {description = "Screenshot selection", group = "awesome"}), -- cgit v1.2.3