Add floating htop

This commit is contained in:
bluepython508
2026-02-19 10:12:14 +00:00
parent 0ac299589e
commit 2b1bc9e7fb

View File

@@ -617,6 +617,7 @@
[:o G (action/spawn "wl-present-ui")] [:o G (action/spawn "wl-present-ui")]
[:t G (action/pulldown "floating-terminal" "alacritty --class floating-terminal -e tmux new-session -ADX -s floating")] [: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")] [: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")] [:XF86AudioLowerVolume {} (action/spawn "pamixer -d 5")]
[:XF86AudioRaiseVolume {} (action/spawn "pamixer -i 5")] [:XF86AudioRaiseVolume {} (action/spawn "pamixer -i 5")]
[:XF86AudioMute {} (action/spawn "pamixer -t")] [:XF86AudioMute {} (action/spawn "pamixer -t")]
@@ -636,6 +637,7 @@
"io.github.alainm23.planify" (rule/tag :j) "io.github.alainm23.planify" (rule/tag :j)
"floating-terminal" (rule/pulldown) "floating-terminal" (rule/pulldown)
"floating-repl" (rule/pulldown) "floating-repl" (rule/pulldown)
"floating-htop" (rule/pulldown)
"steam" (rule/float false)}) "steam" (rule/float false)})