|
10 | 10 | }: let
|
11 | 11 | cfg = config.xsession.windowManager.awesome;
|
12 | 12 |
|
| 13 | + flameshot = lib.getExe pkgs.flameshot; |
| 14 | + |
13 | 15 | bls = lib.getExe (nixpkgs-bls.legacyPackages.${pkgs.system}.betterlockscreen.override {withDunst = false;});
|
14 | 16 | scrot = lib.getExe pkgs.scrot;
|
15 | 17 |
|
@@ -437,10 +439,12 @@ in {
|
437 | 439 | awful.key({ modkey }, "r", function () awful.screen.focused().mypromptbox:run() end,
|
438 | 440 | {description = "run prompt", group = "launcher"}),
|
439 | 441 |
|
440 |
| - awful.key({ modkey }, "d", function () awful.util.spawn('${cfg.launcher}') end, {description = "open launcher", group = "launcher"}), |
| 442 | + awful.key({ modkey }, "d", function () awful.util.spawn('${cfg.launcher}') end, {description = "open launcher", group = "launcher"}), |
441 | 443 | awful.key({ modkey }, "w", function () awful.util.spawn('${cfg.windowSwitcher}') end, {description = "open window selecter", group = "launcher"}),
|
442 |
| - awful.key({ modkey }, "e", function () awful.util.spawn('${cfg.emojiPicker}') end, {description = "open emoji picker", group = "launcher"}), |
443 |
| - awful.key({ modkey }, "y", function () awful.util.spawn('${cfg.lockCommand}') end, {description = "lock screen", group = "client"}), |
| 444 | + awful.key({ modkey, "Shift" }, "e", function () awful.util.spawn('${cfg.emojiPicker}') end, {description = "open emoji picker", group = "launcher"}), |
| 445 | +
|
| 446 | + awful.key({ modkey }, "y", function () awful.util.spawn('${cfg.lockCommand}') end, {description = "lock screen", group = "client" }), |
| 447 | + awful.key({ modkey }, "b", function () awful.util.spawn('${flameshot} gui') end, {description = "create screenshot", group = "client" }), |
444 | 448 |
|
445 | 449 | awful.key({ modkey }, "x",
|
446 | 450 | function ()
|
|
0 commit comments