growl
This commit is contained in:
parent
c9f966320d
commit
1c11df5408
4 changed files with 23 additions and 5 deletions
|
@ -100,14 +100,17 @@ in
|
|||
"Super+B".action = spawn ["${pkgs.nushell}/bin/nu" "/home/chris/bin/nirilof" "org.qutebrowser.qutebrowser" "qutebrowser"];
|
||||
"Super+Alt+Space".action.spawn = "${pkgs.cosmic-launcher}/bin/cosmic-launcher";
|
||||
"Super+Space".action.spawn = ["${pkgs.fish}/bin/fish" "-c" "rofi -no-lazy-grab -modi combi -show combi -combi-modi drun,run"];
|
||||
"Super+Alt+W".action.spawn = "rofi -i -show window";
|
||||
"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-wayland}/bin/rofi -p ' ' -dmenu | ${pkgs.cliphist}/bin/cliphist decode | ${pkgs.wl-clipboard}/bin/wl-copy"];
|
||||
"Super+I".action.spawn = ["alacritty" "--class" "btm" "-e" "btm"];
|
||||
"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" "pulsemixer"];
|
||||
"Super+Shift+F".action.spawn = ["cosmic-files"];
|
||||
"Super+Shift+Q".action = quit;
|
||||
"Super+O".action = toggle-overview;
|
||||
"Super+F".action = fullscreen-window;
|
||||
"Super+Shift+F".action = toggle-windowed-fullscreen;
|
||||
"Super+Alt+F".action = toggle-windowed-fullscreen;
|
||||
"Super+C".action = close-window;
|
||||
"Super+Shift+C".action = center-window;
|
||||
"Super+P".action.spawn = "/home/chris/bin/rbw.sh";
|
||||
|
@ -181,11 +184,23 @@ in
|
|||
open-floating = true;
|
||||
}
|
||||
{
|
||||
matches = [{app-id = "btm";}];
|
||||
matches = [{app-id = "bluetui";}];
|
||||
open-floating = true;
|
||||
default-column-width.proportion = 0.7;
|
||||
default-window-height.proportion = 0.7;
|
||||
}
|
||||
{
|
||||
matches = [{app-id = "impala";}];
|
||||
open-floating = true;
|
||||
default-column-width.proportion = 0.7;
|
||||
default-window-height.proportion = 0.7;
|
||||
}
|
||||
{
|
||||
matches = [{app-id = "btm";}];
|
||||
open-floating = true;
|
||||
default-column-width.proportion = 0.9;
|
||||
default-window-height.proportion = 0.9;
|
||||
}
|
||||
{
|
||||
matches = [{app-id = "pulsemixer";}];
|
||||
open-floating = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue