This commit is contained in:
Chris Cochrun 2025-10-10 17:00:19 -05:00
parent 767bf2e9de
commit 886e1a0209
3 changed files with 25 additions and 6 deletions

View file

@ -103,7 +103,7 @@ in
"Super+Space".action.spawn = ["${pkgs.fish}/bin/fish" "-c" "rofi -no-lazy-grab -modi combi -show combi -combi-modi drun,run"];
"Super+Shift+W".action.spawn = "rofi -i -show window";
"Super+V".action = spawn ["${pkgs.fish}/bin/fish" "-c" "${pkgs.cliphist}/bin/cliphist list | ${pkgs.rofi}/bin/rofi -p '󱃔 ' -dmenu | ${pkgs.cliphist}/bin/cliphist decode | ${pkgs.wl-clipboard}/bin/wl-copy"];
"Super+I".action.spawn = ["alacritty" "--class" "btm" "-e" "btop"];
"Super+I".action.spawn = ["alacritty" "--class" "btop" "-e" "btop"];
"Super+Alt+B".action.spawn = ["alacritty" "--class" "bluetui" "-e" "bluetui"];
"Super+Alt+W".action.spawn = ["alacritty" "--class" "impala" "-e" "impala"];
"Super+A".action.spawn = ["alacritty" "--class" "pulsemixer" "-e" "${pkgs.wiremix}/bin/wiremix" "-v" "output"];
@ -202,7 +202,7 @@ in
default-window-height.proportion = 0.7;
}
{
matches = [{app-id = "btm";}];
matches = [{app-id = "btop";}];
open-floating = true;
default-column-width.proportion = 0.9;
default-window-height.proportion = 0.9;