Skip to content

Commit 96b8bbe

Browse files
committed
fix(Niri): remove invalid x keybind
1 parent 61bc639 commit 96b8bbe

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

home/private_dot_config/niri/config.kdl.tmpl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -533,12 +533,6 @@ binds {
533533
// Mod+Space { switch-layout "next"; }
534534
// Mod+Shift+Space { switch-layout "prev"; }
535535

536-
// One caveat is that currently rootful Xwayland doesn't seem to share
537-
// clipboard with the compositor. For textual data you can do it manually
538-
// using wl-clipboard. https://github.com/YaLTeR/niri/wiki/Xwayland
539-
Mod+Shift+C { spawn "sh" "-c" "env DISPLAY=:0 xsel -ob | wl-copy"; }
540-
Mod+Ctrl+Shift+V { spawn "sh" "-c" "wl-paste -n | env DISPLAY=:0 xsel -ib"; }
541-
542536
Super+Print { spawn "sh" "-c" "grim -t png - | satty --fullscreen --filename -"; }
543537
Ctrl+Print { screenshot-screen; }
544538
Alt+Print { screenshot-window; }

0 commit comments

Comments
 (0)