add btop tui key map
This commit is contained in:
@@ -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,a,spawn,$HOME/.config/mango/scripts/tui/wiremix.sh
|
||||||
bind=SUPER,w,spawn,$HOME/.config/mango/scripts/tui/impala.sh
|
bind=SUPER,w,spawn,$HOME/.config/mango/scripts/tui/impala.sh
|
||||||
|
bind=SUPER,b,spawn,$HOME/.config/mango/scripts/tui/btop.sh
|
||||||
|
|
||||||
# brightness
|
# brightness
|
||||||
bind=NONE,XF86MonBrightnessUp,spawn,light -A 5
|
bind=NONE,XF86MonBrightnessUp,spawn,light -A 5
|
||||||
|
|||||||
@@ -4,3 +4,4 @@ windowrule=noblur:1,appid:slurp
|
|||||||
windowrule=isfloating:1,appid:satty
|
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.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.impala
|
||||||
|
windowrule=isfloating:1,animation_type_open:fade,animation_type_close:fade,appid:ghostty,title:d.btop
|
||||||
|
|||||||
+4
@@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
set -eu pipefail
|
||||||
|
|
||||||
|
$HOME/.config/mango/scripts/tui/run.sh "btop"
|
||||||
Reference in New Issue
Block a user