Added stargate server

This commit is contained in:
Aleksandr Lebedev 2025-09-17 21:29:09 +02:00
parent fbac93723b
commit ba8ee5e161
8 changed files with 152 additions and 31 deletions

View file

@ -61,7 +61,7 @@ in
binds = with config.lib.niri.actions; let
sh = spawn "sh" "-c";
emacs = action: sh "emacsclient -c --eval \"${action}\"";
screenshot-annotate = sh ''${lib.getExe pkgs.grim} -g "$(${lib.getExe pkgs.slurp} -w 0)" -t ppm - | ${lib.getExe pkgs.satty} --early-exit --copy-command 'wl-copy' --filename '~/Pictures/Screenshots/Screenshot-%Y-%m-%d_%H:%M:%S.png' --initial-tool brush'';
screenshot-annotate = sh ''${lib.getExe pkgs.grim} -g "$(${lib.getExe pkgs.slurp} -w 0)" -t ppm - | ${lib.getExe pkgs.satty} --early-exit --copy-command 'wl-copy' --filename='-' -o '~/Pictures/Screenshots/Screenshot-%Y-%m-%d_%H:%M:%S.png' --initial-tool brush'';
in {
"Mod+E".action = sh "emacsclient -c";
"Mod+Shift+C".action = sh "nautilus";

View file

@ -19,7 +19,7 @@ in
programs.niri = {
settings = {
cursor.theme = "Nordic-cursors";
cursor.theme = "Nordic-cursors";
};
};
}