From 2b1bc9e7fbea9930770d302b0c931415997c8621 Mon Sep 17 00:00:00 2001 From: bluepython508 <16466646+bluepython508@users.noreply.github.com> Date: Thu, 19 Feb 2026 10:12:14 +0000 Subject: [PATCH] Add floating htop --- main.janet | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.janet b/main.janet index 800197c..2465856 100644 --- a/main.janet +++ b/main.janet @@ -617,6 +617,7 @@ [:o G (action/spawn "wl-present-ui")] [:t G (action/pulldown "floating-terminal" "alacritty --class floating-terminal -e tmux new-session -ADX -s floating")] [:r G (action/pulldown "floating-repl" "alacritty --class floating-repl -e censtablo-repl")] + [:h G (action/pulldown "floating-htop" "alacritty --class floating-htop -e htop")] [:XF86AudioLowerVolume {} (action/spawn "pamixer -d 5")] [:XF86AudioRaiseVolume {} (action/spawn "pamixer -i 5")] [:XF86AudioMute {} (action/spawn "pamixer -t")] @@ -636,6 +637,7 @@ "io.github.alainm23.planify" (rule/tag :j) "floating-terminal" (rule/pulldown) "floating-repl" (rule/pulldown) + "floating-htop" (rule/pulldown) "steam" (rule/float false)})