tweaks to niri
This commit is contained in:
parent
aba2599673
commit
31e8bbf886
2 changed files with 5 additions and 5 deletions
|
@ -98,9 +98,9 @@ in
|
||||||
"Super+E".action = spawn-sh "${pkgs.nushell}/bin/nu /home/chris/bin/nirilof emacs \"emacslient -c\"";
|
"Super+E".action = spawn-sh "${pkgs.nushell}/bin/nu /home/chris/bin/nirilof emacs \"emacslient -c\"";
|
||||||
"Super+Return".action.spawn = "alacritty";
|
"Super+Return".action.spawn = "alacritty";
|
||||||
"Super+B".action = spawn ["${pkgs.nushell}/bin/nu" "/home/chris/bin/nirilof" "org.qutebrowser.qutebrowser" "qutebrowser"];
|
"Super+B".action = spawn ["${pkgs.nushell}/bin/nu" "/home/chris/bin/nirilof" "org.qutebrowser.qutebrowser" "qutebrowser"];
|
||||||
"Super+Alt+Space".action.spawn = "cosmic-launcher";
|
"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+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+Alt+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-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+I".action.spawn = ["alacritty" "--class" "btm" "-e" "btm"];
|
||||||
"Super+A".action.spawn = ["alacritty" "--class" "pulsemixer" "-e" "pulsemixer"];
|
"Super+A".action.spawn = ["alacritty" "--class" "pulsemixer" "-e" "pulsemixer"];
|
||||||
|
|
|
@ -105,10 +105,10 @@ in
|
||||||
services.displayManager.sessionPackages = [
|
services.displayManager.sessionPackages = [
|
||||||
((pkgs.writeTextFile {
|
((pkgs.writeTextFile {
|
||||||
name = "cosmic-on-niri";
|
name = "cosmic-on-niri";
|
||||||
destination = "/share/wayland-sessions/COSMIC-on-niri.desktop";
|
destination = "/share/wayland-sessions/NOSMIC.desktop";
|
||||||
text = ''
|
text = ''
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=COSMIC-on-niri
|
Name=NOSMIC
|
||||||
Comment=This session logs you into the COSMIC desktop on niri
|
Comment=This session logs you into the COSMIC desktop on niri
|
||||||
Type=Application
|
Type=Application
|
||||||
DesktopNames=niri
|
DesktopNames=niri
|
||||||
|
@ -166,7 +166,7 @@ in
|
||||||
|
|
||||||
).overrideAttrs
|
).overrideAttrs
|
||||||
(old: {
|
(old: {
|
||||||
passthru.providedSessions = [ "COSMIC-on-niri" ];
|
passthru.providedSessions = [ "NOSMIC" ];
|
||||||
}))
|
}))
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue