diff options
Diffstat (limited to '.config/fish/config.fish')
-rw-r--r-- | .config/fish/config.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish index aac3eb9..6780121 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish | |||
@@ -58,7 +58,7 @@ if status is-interactive | |||
58 | abbr --add --global dr 'dragon-drop' | 58 | abbr --add --global dr 'dragon-drop' |
59 | abbr --add --global ddg 'surfraw duckduckgo -j' | 59 | abbr --add --global ddg 'surfraw duckduckgo -j' |
60 | 60 | ||
61 | if test (sessiontype) = "wayland" | 61 | if test (sessiontype) != "X11" |
62 | abbr --add --global C 'wl-copy' # Wayland | 62 | abbr --add --global C 'wl-copy' # Wayland |
63 | else | 63 | else |
64 | abbr --add --global C 'xsel -b' # X11 | 64 | abbr --add --global C 'xsel -b' # X11 |