screenshots

This commit is contained in:
CDaut 2024-04-29 00:02:36 +02:00
parent 196276521a
commit 89285ac298
Signed by: clara
GPG key ID: 223391B52FAD4463
4 changed files with 24 additions and 14 deletions

View file

@ -94,6 +94,9 @@
"exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit'";
"${mod}+r" = "mode resize";
"${mod}+Print" = "exec ${pkgs.sway-contrib.grimshot}/bin/grimshot copy anything";
"${mod}+Shift+Print" = "exec ${pkgs.sway-contrib.grimshot}/bin/grimshot save anything";
};
startup = [
{
@ -116,10 +119,10 @@
command = "blueman-applet";
always = true;
}
{
command = "nm-applet";
always = true;
}
{
command = "nm-applet";
always = true;
}
];
};
};