aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome/rc.lua
diff options
context:
space:
mode:
Diffstat (limited to '.config/awesome/rc.lua')
-rw-r--r--.config/awesome/rc.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua
index 46098b9..ac17757 100644
--- a/.config/awesome/rc.lua
+++ b/.config/awesome/rc.lua
@@ -447,9 +447,9 @@ awful.keyboard.append_global_keybindings({
{ 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