diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-04-11 16:56:57 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-04-11 16:56:57 +0200 |
| commit | 036df4857d34e7f268cd4d8fc82779ae4936cbd9 (patch) | |
| tree | da0b43584f9c874d9a558f62d051b77a17283882 /config | |
| parent | 6dd179e85a0834420de3fea9ae409b8fab7c7f36 (diff) | |
Fix wl-paste, add hyprpicker
Diffstat (limited to 'config')
| -rw-r--r-- | config/niri/config.kdl | 4 |
1 files changed, 3 insertions, 1 deletions
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. |