From 036df4857d34e7f268cd4d8fc82779ae4936cbd9 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Fri, 11 Apr 2025 16:56:57 +0200 Subject: Fix wl-paste, add hyprpicker --- config/niri/config.kdl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/niri/config.kdl b/config/niri/config.kdl index ba88818..002c614 100644 --- a/config/niri/config.kdl +++ b/config/niri/config.kdl @@ -256,7 +256,7 @@ layout { // See the binds section below for more spawn examples. // spawn-at-startup "alacritty" "-e" "fish" spawn-at-startup "xwayland-satellite" -spawn-at-startup "wl-paste --watch cliphist store" +spawn-at-startup "wl-paste" "--watch" "cliphist" "store" // Uncomment this line to ask the clients to omit their client-side decorations if possible. // If the client will specifically ask for CSD, the request will be honored. @@ -588,6 +588,8 @@ binds { Mod+Shift+3 { screenshot-screen; } Mod+Shift+4 { screenshot-window; } + Mod+Shift+0 { spawn "hyprpicker" "-a"; } + // Applications such as remote-desktop clients and software KVM switches may // request that niri stops processing the keyboard shortcuts defined here // so they may, for example, forward the key presses as-is to a remote machine. -- cgit