diff options
author | Yigit Sever | 2024-08-20 09:14:02 +0200 |
---|---|---|
committer | Yigit Sever | 2024-08-20 09:14:02 +0200 |
commit | 980b249ede1f99a7a9f5555ac01a9b67a3968493 (patch) | |
tree | ee396f671c8ee05b4499a4692c80d9e4b64bcfb1 /.config/fish/config.fish | |
parent | 3ca1bc96a516aacfec358996a134b03c16d3c342 (diff) | |
download | dotfiles-980b249ede1f99a7a9f5555ac01a9b67a3968493.tar.gz dotfiles-980b249ede1f99a7a9f5555ac01a9b67a3968493.tar.bz2 dotfiles-980b249ede1f99a7a9f5555ac01a9b67a3968493.zip |
fish: update wayland/x11 check
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 |