1
0
mirror of https://github.com/kmein/niveum synced 2026-03-21 12:21:08 +01:00

feat: klem - clipboard filter

This commit is contained in:
Kierán Meinhardt
2020-06-09 21:31:58 +02:00
parent 8b835c1252
commit 70cc121237
3 changed files with 45 additions and 29 deletions

View File

@@ -1,5 +1,9 @@
{ config, pkgs, lib, ... }:
let
klem = pkgs.callPackage <niveum/packages/scripts/klem.nix> {
inherit pkgs;
};
scripts = import <niveum/packages/scripts> { inherit pkgs lib; };
myLib = import <niveum/lib> { inherit pkgs; };
inherit (myLib) writeTOML;
@@ -143,6 +147,8 @@ in with config.niveum; {
"${modifier}+k" = "focus up";
"${modifier}+l" = "focus right";
"${modifier}+Menu" = "exec ${klem}/bin/klem";
"${modifier}+Shift+b" = "move window to workspace prev";
"${modifier}+Shift+n" = "move window to workspace next";
"${modifier}+Shift+x" = "exec --no-startup-id ${move-to-new-workspace}";