diff options
| author | Blista Kanjo | 2022-03-25 07:17:24 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2022-03-25 07:17:24 -0400 |
| commit | 56ce305446cd334e036e4fb5e520b451f38d6612 (patch) | |
| tree | 275ad06cdab17f98d36080cf640e369eca827c74 /awesome/rc.lua | |
| parent | 1e683f33b25fc43466b050c38d099b8c1aa5f093 (diff) | |
replaced xfce4-screenshooter with screengrab
Diffstat (limited to 'awesome/rc.lua')
| -rw-r--r-- | awesome/rc.lua | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua index 4f12bc0..fceb0c3 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -306,11 +306,11 @@ globalkeys = gears.table.join( {description = "search the filesystem", group = "launcher"}), awful.key({ modkey, }, "e", function () awful.spawn("thunar") end, {description = "open a file manager", group = "launcher"}), - awful.key({ }, "Print", function () awful.spawn.easy_async_with_shell("xfce4-screenshooter -f --mouse") end, + awful.key({ }, "Print", function () awful.spawn.easy_async_with_shell("screengrab -f") end, {description = "take a screenshot of the fullscreen", group = "launcher"}), - awful.key({ modkey }, "Print", function () awful.spawn.easy_async_with_shell("xfce4-screenshooter -w --mouse") end, + awful.key({ modkey }, "Print", function () awful.spawn.easy_async_with_shell("screengrab -a") end, {description = "take a screenshot of the active window", group = "launcher"}), - awful.key({ "Shift" }, "Print", function () awful.spawn.easy_async_with_shell("xfce4-screenshooter -r --mouse") end, + awful.key({ "Shift" }, "Print", function () awful.spawn.easy_async_with_shell("screengrab -r") end, {description = "take a screenshot of an area of the screen", group = "launcher"}), awful.key({ modkey, "Mod1" }, "Delete", function () awful.spawn.easy_async_with_shell("xkill") end, {description = "kill a window by brute force", group = "launcher"}), @@ -586,6 +586,7 @@ awful.rules.rules = { "Gnome-system-monitor", "Kruler", "MessageWin", -- kalarm. + "screengrab", "Sxiv", "Steam", "Tor Browser", -- Needs a fixed window size to avoid fingerprinting by screen size. |
