File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
home/private_dot_config/niri Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff 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; }
You can’t perform that action at this time.
0 commit comments