]> git.friedersdorff.com Git - max/saltfiles.git/blobdiff - states/tmux/files/wm_copy
Buncha changes
[max/saltfiles.git] / states / tmux / files / wm_copy
index 1ea6ef0e7eb200f7a799f3abbb2cd0904065e90f..4e4750af167a458fd796409c3c3fe86af489b022 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-if [[ $XDG_SESSION_TYPE == "wayland" ]]; then
+if [ $XDG_SESSION_TYPE == "wayland" ]; then
     wl-copy < /dev/stdin > /dev/null
 else
     xclip -selection clipboard -i < /dev/stdin > /dev/null