From 5d1356a67def0de2bededd97f9d9e0fd143826cf Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Sat, 2 Dec 2023 22:24:44 +0100 Subject: [PATCH] not using wayland again --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index f49dad1..b2a9e56 100644 --- a/.zshrc +++ b/.zshrc @@ -6,7 +6,7 @@ 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.