aboutsummaryrefslogtreecommitdiff
path: root/config/niri
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-05-06 18:26:46 +0200
committerRuben Beltran del Rio <git@r.bdr.sh>2025-05-06 18:26:46 +0200
commit334e69e21c1c6e767203392a97189f67db9f27c7 (patch)
tree862d0d1aef05812b41e3dfb392fbad5f02b8f6a7 /config/niri
parent7e653aad3d1f946534da6008626938d742ed8038 (diff)
parent036df4857d34e7f268cd4d8fc82779ae4936cbd9 (diff)
Merge branch 'main' of git.sr.ht:~rbdr/dotfiles
Diffstat (limited to 'config/niri')
-rw-r--r--config/niri/config.kdl4
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.