back to rofi
This commit is contained in:
parent
ba629e22cf
commit
78ea1fd415
1 changed files with 2 additions and 2 deletions
|
@ -98,8 +98,8 @@ in
|
|||
"Super+E".action = spawn-sh "${pkgs.nushell}/bin/nu /home/chris/bin/nirilof emacs \"emacslient -c\"";
|
||||
"Super+Return".action.spawn = "alacritty";
|
||||
"Super+B".action = spawn ["${pkgs.nushell}/bin/nu" "/home/chris/bin/nirilof" "org.qutebrowser.qutebrowser" "qutebrowser"];
|
||||
"Super+Space".action.spawn = "cosmic-launcher";
|
||||
"Super+Alt+Space".action.spawn = ["rofi" "-no-lazy-grab" "-modi" "combi" "-show" "combi" "-combi-modi" "'drun,run'"];
|
||||
"Super+Alt+Space".action.spawn = "cosmic-launcher";
|
||||
"Super+Space".action.spawn = ["${pkgs.fish}/bin/fish" "-c" "rofi -no-lazy-grab -modi combi -show combi -combi-modi drun,run"];
|
||||
# "Super+Space".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"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue