From 4d056e0f52913d1e8c3ac645cd1f21605006907c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petar=20Kapri=C5=A1?= Date: Thu, 8 May 2025 18:41:44 +0200 Subject: [PATCH 1/3] hypr: add radeontop rule The rule for radeontop could be added in case the config is applied on an AMD machine, and isn't obtrusive on an Intel/Nvidia machine. --- .config/hypr/theme/rules.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/hypr/theme/rules.conf b/.config/hypr/theme/rules.conf index 958699d8..b6111695 100644 --- a/.config/hypr/theme/rules.conf +++ b/.config/hypr/theme/rules.conf @@ -49,6 +49,7 @@ windowrule = workspace 6, class:^(.*kdenlive.*)$ windowrule = workspace 21 silent, class:^(.*thunderbird.*)$ windowrule = workspace 22 silent, class:^(.*btop.*)$ windowrule = workspace 22 silent, class:^(.*nvtop.*)$ +windowrule = workspace 22 silent, class:^(.*radeontop.*)$ windowrule = workspace 19 silent, class:^(.*[Ss]potify.*)$|(.*tidal-hifi.*)$|(.*You[Tt]ube Music.*)$|^(.*feishin.*)$ windowrule = workspace 20 silent, class:^(.*discord.*)$|(.*vesktop.*)$|(.*WebCord.*)$|(.*legcord.*)$ windowrule = workspace 15, class:^(.*obsproject.*)$ From 8606d515cfd2e7205bdc770ace6886ff46f6bff9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petar=20Kapri=C5=A1?= Date: Fri, 6 Jun 2025 12:11:03 +0200 Subject: [PATCH 2/3] fish: fix cat function --- .config/fish/functions/cat.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/fish/functions/cat.fish b/.config/fish/functions/cat.fish index 91b25479..c53e1010 100644 --- a/.config/fish/functions/cat.fish +++ b/.config/fish/functions/cat.fish @@ -1,7 +1,7 @@ function cat --wraps=bat --description 'alias cat=bat' - if type -f bat &>/dev/null + if type -f bat &>/dev/null; and [ -t 1 ] bat $argv else - cat $argv + command cat $argv end end From 05d99c60e7ab5ce8c378234f21727d84860cc2f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petar=20Kapri=C5=A1?= Date: Sat, 30 Aug 2025 23:07:02 +0200 Subject: [PATCH 3/3] Revert "hypr: add radeontop rule" This reverts commit 4d056e0f52913d1e8c3ac645cd1f21605006907c. --- .config/hypr/theme/rules.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/.config/hypr/theme/rules.conf b/.config/hypr/theme/rules.conf index b6111695..958699d8 100644 --- a/.config/hypr/theme/rules.conf +++ b/.config/hypr/theme/rules.conf @@ -49,7 +49,6 @@ windowrule = workspace 6, class:^(.*kdenlive.*)$ windowrule = workspace 21 silent, class:^(.*thunderbird.*)$ windowrule = workspace 22 silent, class:^(.*btop.*)$ windowrule = workspace 22 silent, class:^(.*nvtop.*)$ -windowrule = workspace 22 silent, class:^(.*radeontop.*)$ windowrule = workspace 19 silent, class:^(.*[Ss]potify.*)$|(.*tidal-hifi.*)$|(.*You[Tt]ube Music.*)$|^(.*feishin.*)$ windowrule = workspace 20 silent, class:^(.*discord.*)$|(.*vesktop.*)$|(.*WebCord.*)$|(.*legcord.*)$ windowrule = workspace 15, class:^(.*obsproject.*)$