mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-05-13 15:51:09 +02:00
users: misc fixes
This commit is contained in:
parent
017bd33619
commit
6e72d4154f
3 changed files with 5 additions and 5 deletions
|
@ -44,7 +44,7 @@
|
|||
};
|
||||
"None" = builtins.mapAttrs (_key: bind: "spawn \"" + bind + "\"") {
|
||||
Print = "${pkgs.sway-contrib.grimshot}/bin/grimshot copy area";
|
||||
XF86Launch2 = "${pkgs.sway-contrib.grimshot}/bin/grimshot save area - | ${pkgs.swappy}/bin/swappy -f -";
|
||||
XF86SelectiveScreenshot = "${pkgs.sway-contrib.grimshot}/bin/grimshot save area - | ${pkgs.swappy}/bin/swappy -f -";
|
||||
XF86MonBrightnessUp = "${pkgs.light}/bin/light -A 10";
|
||||
XF86MonBrightnessDown = "${pkgs.light}/bin/light -U 10";
|
||||
XF86AudioMute = "${pkgs.pulseaudio}/bin/pactl set-sink-mute @DEFAULT_SINK@ toggle";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue