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:
@@ -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}";
|
||||
|
||||
Reference in New Issue
Block a user