mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-05-10 12:55:05 +02:00
correct grim and add libreoffice
This commit is contained in:
parent
14022c4a40
commit
8f20124ed7
1 changed files with 2 additions and 1 deletions
|
|
@ -12,6 +12,7 @@ in
|
|||
(discord.override { nss = pkgs.nss; })
|
||||
spotify
|
||||
signal-desktop
|
||||
libreoffice-fresh
|
||||
|
||||
sway
|
||||
];
|
||||
|
|
@ -150,7 +151,7 @@ in
|
|||
ws10 = "";
|
||||
in
|
||||
{
|
||||
"Print" = "exec ${pkgs.grim} -g \"$(${pkgs.slurp}/bin/slurp)\" - | ${pkgs.wl-clipboard}/bin/wl-copy";
|
||||
"Print" = "exec ${pkgs.grim}/bin/grim -g \"$(${pkgs.slurp}/bin/slurp)\" - | ${pkgs.wl-clipboard}/bin/wl-copy";
|
||||
"${mod}+Shift+semicolon" = "kill";
|
||||
"${mod}+e" = "exec ${menu}";
|
||||
"${mod}+Return" = "exec ${terminal}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue