diff options
| author | Deposite Pirate | 2025-10-04 21:10:53 +0200 |
|---|---|---|
| committer | Deposite Pirate | 2025-10-04 21:10:53 +0200 |
| commit | 70eeab33fbc6a91c0e73ffee3eb7d2899532a8e9 (patch) | |
| tree | e8abcacf8a5c83a35037d3d56358fb9f5248db8f /conf.d/05clipboard.fish | |
| parent | 4d1f630a99b9d9a3c6eeb75a5225469aa38404ca (diff) | |
Use a more generic name for the file.
renamed: conf.d/05clipboard.fish -> conf.d/05gui.fish
Diffstat (limited to 'conf.d/05clipboard.fish')
| -rw-r--r-- | conf.d/05clipboard.fish | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/conf.d/05clipboard.fish b/conf.d/05clipboard.fish deleted file mode 100644 index de14a01..0000000 --- a/conf.d/05clipboard.fish +++ /dev/null @@ -1,14 +0,0 @@ -if status is-interactive; and not fish_is_root_user - -if set -q DISPLAY; and command -q xclip - alias ccpy 'xclip -i -selection clipboard' - alias cpst 'xclip -o -selection clipboard' -else if set -q WAYLAND_DISPLAY; and command -q wl-copy; and command -q wl-paste - alias ccpy 'wl-copy' - alias cpst 'wl-paste' -else if test (uname) = 'Darwin'; and command -q pbcopy; and command -q pbpaste - alias ccpy 'pbcopy' - alias cpst 'pbpaste' -end - -end |
