user: wayland and aerc updates

This commit is contained in:
Rouven Seifert 2023-12-01 15:05:38 +01:00
parent 61f3684c96
commit 82ca5d6146
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
5 changed files with 25 additions and 19 deletions

View file

@ -15,6 +15,8 @@
playerctl
wdisplays
wl-mirror
wtype
wofi
jq
(libinput.override { eventGUISupport = true; })
];

View file

@ -39,6 +39,7 @@
keybindings =
lib.mkOptionDefault {
"Mod1+space" = "exec ${menu}";
"Mod4+a" = "exec ${pkgs.wofi-emoji}/bin/wofi-emoji";
"Print" = "exec ${pkgs.sway-contrib.grimshot}/bin/grimshot copy area";
"XF86Launch2" = "exec ${pkgs.sway-contrib.grimshot}/bin/grimshot save area - | ${lib.getExe pkgs.swappy} -f -";
"XF86MonBrightnessUp" = "exec ${pkgs.light}/bin/light -A 10";