From e41e49db25c6f75ffad2e50f7a67b39b8f5a69d2 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Sat, 25 Nov 2023 18:46:33 +0100 Subject: [PATCH] mint #1 --- .zshrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 99c828d..b3f96a3 100644 --- a/.zshrc +++ b/.zshrc @@ -6,11 +6,12 @@ export editor=nvim export XDG_CONFIG_HOME=~/.config export TIMEFMT=$'\nreal\t%E\nuser\t%U\nsys\t%S\ncpu\t%P' export ZSH=$HOME/.zsh -export CLIPBOARD_NOGUI=1 # wayland only allows GUI apps to use the clipboard. +export CLIPBOARD_NOGUI=0 # wayland only allows GUI apps to use the clipboard. # cb would have to open every 2 seconds and steal # focus. This sucks, so I will have to disable GUI # integration (yes that means ctrl+v) for now. # + # For wayland, set this to `1` # see https://github.com/Slackadays/Clipboard/issues/171 @@ -31,6 +32,7 @@ alias gls=/bin/ls alias neorg='nvim -c "Neorg workspace $1"' alias accon="HOST=$(hostname) conda activate" alias gotemp="cd $(mktemp -d)" +alias cb="flatpak run app.getclipboard.Clipboard" ### non standard aliases if [ -f ~/.zsh_aliases ]; then