fixes for update
This commit is contained in:
parent
0d0b385188
commit
e395b816ab
4 changed files with 4 additions and 43 deletions
|
|
@ -101,7 +101,7 @@ in
|
|||
"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+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+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" "btm"];
|
||||
"Super+Alt+B".action.spawn = ["alacritty" "--class" "bluetui" "-e" "bluetui"];
|
||||
"Super+Alt+W".action.spawn = ["alacritty" "--class" "impala" "-e" "impala"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue