From 8b83502ad1aba4260991edf4c22b41a55ebe60d2 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Sun, 14 Apr 2024 17:45:37 +0200 Subject: [PATCH] bad gitignore, dont let me include my file :( --- .gitignore | 4 ++-- .zshrc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0a31345..f0c88bc 100644 --- a/.gitignore +++ b/.gitignore @@ -19,7 +19,6 @@ !.zsh !.zsh/** !.tmux.conf -!.gitconfig !.local/fzf !.local/fzf/** !.local/nvim @@ -28,5 +27,6 @@ !.local/share/nvim/** !.terminfo !.terminfo/** + +# except except .config/btop/btop.log -.gitconfig diff --git a/.zshrc b/.zshrc index f9fcb30..ab12d5b 100644 --- a/.zshrc +++ b/.zshrc @@ -2,7 +2,7 @@ source "$HOME/.zprofile" 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.