aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome
diff options
context:
space:
mode:
authorkj_sh6042024-04-08 16:36:18 +0800
committerkj_sh6042024-04-08 16:36:18 +0800
commit4b830be46b0a08607c1cec6e9fb32650f18d6616 (patch)
treea97bf30f0dc1a1b8661a0e1911ec54e3a67fd0cc /.config/awesome
parentab8f32fbbc5004a2d4bde82e81abc3b80a582448 (diff)
refactor: use personal `gnome-system-monitor-gtk3` package
Diffstat (limited to '.config/awesome')
-rw-r--r--.config/awesome/rc-4.3-3.lua4
-rw-r--r--.config/awesome/rc.lua4
2 files changed, 4 insertions, 4 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
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