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 9
9
} ;
10
10
11
11
config = mkIf cfg . enable {
12
+ home . packages = [
13
+ pkgs . xclip
14
+ ] ;
15
+
12
16
programs . tmux = {
13
17
enable = true ;
14
18
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}"
37
37
unbind % ; bind % split-window -h -c " #{pane_current_path}"
38
38
unbind ' "' ; bind ' "' split-window -v -c " #{pane_current_path}"
39
39
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
+
40
44
# Status bar
41
45
set-option -g status on # turn the status bar on
42
46
set-option -gq status-utf8 on # set utf-8 for the status bar
You can’t perform that action at this time.
0 commit comments