screenshots
This commit is contained in:
parent
196276521a
commit
89285ac298
4 changed files with 24 additions and 14 deletions
|
|
@ -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;
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -48,7 +48,8 @@
|
|||
critical-threshold = 70;
|
||||
format = "{temperatureC}°C";
|
||||
interval = 2;
|
||||
hwmon-path = "/sys/devices/platform/coretemp.0/hwmon/hwmon1/temp1_input";
|
||||
hwmon-path-abs = "/sys/devices/platform/coretemp.0/hwmon";
|
||||
input-filename = "temp1_input";
|
||||
};
|
||||
|
||||
"network#eth" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue