Commit f293dc750df75011c2974061f48e10010b0443e3

Switch from xclip to xsel for tmux
Author: xaizek
Author date (UTC): 2021-11-13 13:36
Committer name: xaizek
Committer date (UTC): 2021-11-13 13:36
Parent(s): a46048db1ccd55da41e29c36573ad93e98aa046f
Signing key: 99DC5E4DB05F6BE2
Tree: 7a139499a80aca675719e5989d224b7c857ffeab
File Lines added Lines deleted
tmux.conf 2 2
File tmux.conf changed (mode: 100644) (index 7da470c..97b7617)
... ... set-option -g status-right-length 50
78 78 set-option -g status-position top set-option -g status-position top
79 79
80 80 # copy copy-mode selection into primary selection of X # copy copy-mode selection into primary selection of X
81 bind-key -t vi-copy c copy-pipe "xclip -selection primary -i"
81 bind-key -t vi-copy c copy-pipe "xsel --primary --input"
82 82 # copy copy-mode selection into clipboard of X # copy copy-mode selection into clipboard of X
83 bind-key -t vi-copy C copy-pipe "xclip -selection clipboard -i"
83 bind-key -t vi-copy C copy-pipe "xsel --clipboard --input"
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/dotfiles

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/dotfiles

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master