Skip to content

Latest commit

 

History

History
executable file
·
14 lines (8 loc) · 310 Bytes

clipboard.md

File metadata and controls

executable file
·
14 lines (8 loc) · 310 Bytes

Clipboard

On xorg

  • cat file.txt | xclip -selection clipboard -i - store file into clipboard

On wayland

  • cat file.txt | wl-copy - store file into clipboard

Change keyboard layout on wayland

  • swaymsg input type:keyboard xkb_layout "sl"
  • swaymsg input type:keyboard xkb_layout "us"