aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome/rc-4.3-3.lua
diff options
context:
space:
mode:
Diffstat (limited to '.config/awesome/rc-4.3-3.lua')
-rw-r--r--.config/awesome/rc-4.3-3.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/awesome/rc-4.3-3.lua b/.config/awesome/rc-4.3-3.lua
index 9c8a946..90a0472 100644
--- a/.config/awesome/rc-4.3-3.lua
+++ b/.config/awesome/rc-4.3-3.lua
@@ -459,9 +459,9 @@ globalkeys = gears.table.join(
{ description = "reload awesome", group = "awesome" }),
-- gui task manager / system monitor
- awful.key({ modkey, "Control" }, "Delete", function() awful.spawn("mate-system-monitor") end,
+ awful.key({ modkey, "Control" }, "Delete", function() awful.spawn("gnome-system-monitor") end,
{ description = "GTK system monitor", group = "launcher" }),
- awful.key({ "Control", "Shift" }, "Escape", function() awful.spawn("mate-system-monitor") end,
+ awful.key({ "Control", "Shift" }, "Escape", function() awful.spawn("gnome-system-monitor") end,
{ description = "GTK system monitor", group = "launcher" }),
-- clipboard manager