]> git.friedersdorff.com Git - max/saltfiles.git/blobdiff - states/tmux/files/tmux.conf
Use display server agnostic clipboard manager
[max/saltfiles.git] / states / tmux / files / tmux.conf
index 82d3cce018c86f927c96507d46f041fc75843390..1c5198af031e08ee7dfd3bf830012c9ecba33c40 100644 (file)
@@ -3,7 +3,7 @@ set -g mode-keys vi
 set -g history-limit 10000
 
 
-set -g default-command /bin/bash
+set -g default-command $SHELL
 
 unbind C-b 
 set -g prefix C-a 
@@ -41,9 +41,9 @@ set -g allow-rename off
 #bind C-y run "tmux save-buffer - | xclip -i"
 
 #move wayland clipbord into tmux buffer
-bind C-p run "tmux set-buffer \"$(wl-paste)\""
+bind C-p run "tmux set-buffer \"$(wm_paste)\""
 # move tmux copy buffer into wayland clipboard
-bind C-y run "tmux save-buffer - | wl-copy"
+bind C-y run "tmux save-buffer - | wm_copy"