add btop tui key map

This commit is contained in:
desolate
2026-05-27 22:59:09 +03:00
parent 5b1e1f92ba
commit 100fb11e94
3 changed files with 6 additions and 0 deletions
@@ -25,6 +25,7 @@ bind=NONE,XF86AudioMute,spawn,wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
bind=SUPER,a,spawn,$HOME/.config/mango/scripts/tui/wiremix.sh
bind=SUPER,w,spawn,$HOME/.config/mango/scripts/tui/impala.sh
bind=SUPER,b,spawn,$HOME/.config/mango/scripts/tui/btop.sh
# brightness
bind=NONE,XF86MonBrightnessUp,spawn,light -A 5
@@ -4,3 +4,4 @@ windowrule=noblur:1,appid:slurp
windowrule=isfloating:1,appid:satty
windowrule=isfloating:1,animation_type_open:fade,animation_type_close:fade,appid:ghostty,title:d.wiremix
windowrule=isfloating:1,animation_type_open:fade,animation_type_close:fade,appid:ghostty,title:d.impala
windowrule=isfloating:1,animation_type_open:fade,animation_type_close:fade,appid:ghostty,title:d.btop
+4
View File
@@ -0,0 +1,4 @@
#!/bin/sh
set -eu pipefail
$HOME/.config/mango/scripts/tui/run.sh "btop"