diff options
| author | Blista Kanjo | 2022-03-27 23:40:16 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2022-03-27 23:40:16 -0400 |
| commit | aa267cb8aef1711177cdaf973037ee2c518098bf (patch) | |
| tree | 308ba08114945f58458a8f85853e8041bea8fa72 | |
| parent | 67965772b0ff969d9f832e13e036d19c20c9d0f9 (diff) | |
removed clipgrab.exe from floating clients
| -rw-r--r-- | awesome/rc.lua | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua index 7611d3e..dcb4431 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("screengrab -f") end, + awful.key({ }, "Print", function () awful.spawn.easy_async_with_shell("xfce4-screenshooter -f --mouse") end, {description = "take a screenshot of the fullscreen", group = "launcher"}), - awful.key({ modkey }, "Print", function () awful.spawn.easy_async_with_shell("screengrab -a") end, + awful.key({ modkey }, "Print", function () awful.spawn.easy_async_with_shell("xfce4-screenshooter -w --no-border --mouse") end, {description = "take a screenshot of the active window", group = "launcher"}), - awful.key({ "Shift" }, "Print", function () awful.spawn.easy_async_with_shell("screengrab -r") end, + awful.key({ "Shift" }, "Print", function () awful.spawn.easy_async_with_shell("xfce4-screenshooter -r --mouse") 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"}), @@ -580,7 +580,6 @@ awful.rules.rules = { class = { "Arandr", "Blueman-manager", - "clipgrab.exe", "Gpick", "Gnome-calculator", "Gnome-system-monitor", |
