File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 99 } ;
1010
1111 config = mkIf cfg . enable {
12+ home . packages = [
13+ pkgs . xclip
14+ ] ;
15+
1216 programs . tmux = {
1317 enable = true ;
1418 baseIndex = 1 ;
Original file line number Diff line number Diff line change @@ -37,6 +37,10 @@ unbind c ; bind c new-window -c "#{pane_current_path}"
3737unbind % ; bind % split-window -h -c " #{pane_current_path}"
3838unbind ' "' ; bind ' "' split-window -v -c " #{pane_current_path}"
3939
40+ # Disable set-clipboard since it does not work with Termite. Use copy-command with xclip instead.
41+ set -s set-clipboard off
42+ set -s copy-command ' xclip -i -selection clipboard'
43+
4044# Status bar
4145set-option -g status on # turn the status bar on
4246set-option -gq status-utf8 on # set utf-8 for the status bar
You can’t perform that action at this time.
0 commit comments