aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome
diff options
context:
space:
mode:
authorkj_sh6042024-03-30 18:51:35 +0800
committerkj_sh6042024-03-30 18:51:35 +0800
commit0d324179b23c99504294f3a8ac0d7be76ae52d00 (patch)
tree5a1af4c667386c451e9c799dd2d8a9c1c8672d6b /.config/awesome
parent1090340e0d0a07757b944dacd5ae0cfcdbd96b32 (diff)
feat: add `gnome-system-monitor` to floating clients
Diffstat (limited to '.config/awesome')
-rw-r--r--.config/awesome/rc-4.3-3.lua1
-rw-r--r--.config/awesome/rc.lua1
2 files changed, 2 insertions, 0 deletions
diff --git a/.config/awesome/rc-4.3-3.lua b/.config/awesome/rc-4.3-3.lua
index 263855b..9dcbc39 100644
--- a/.config/awesome/rc-4.3-3.lua
+++ b/.config/awesome/rc-4.3-3.lua
@@ -753,6 +753,7 @@ awful.rules.rules = {
"Gnome-calculator",
"gnome-calculator",
"Gnome-system-monitor",
+ "gnome-system-monitor",
"Kruler",
"MessageWin", -- kalarm.
"mullvadbrowser", -- needs a fixed window size to avoid fingerprinting by screen size.
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua
index 5e0a337..8bdf67e 100644
--- a/.config/awesome/rc.lua
+++ b/.config/awesome/rc.lua
@@ -736,6 +736,7 @@ ruled.client.connect_signal("request::rules", function()
"Gnome-calculator",
"gnome-calculator",
"Gnome-system-monitor",
+ "gnome-system-monitor",
"Kruler",
"MessageWin", -- kalarm.
"mullvadbrowser", -- needs a fixed window size to avoid fingerprinting by screen size.