From 989f79eaa75476585321bdffd2cda0aa4d9c606c Mon Sep 17 00:00:00 2001 From: Joel Mathew Thomas <90510078+joelmathewthomas@users.noreply.github.com> Date: Mon, 20 May 2024 21:55:30 +0530 Subject: [PATCH] cliphist autostart --- .config/hypr/conf/autostart.conf | 5 ++++- .gitignore | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.config/hypr/conf/autostart.conf b/.config/hypr/conf/autostart.conf index f1a64b8..4218bea 100644 --- a/.config/hypr/conf/autostart.conf +++ b/.config/hypr/conf/autostart.conf @@ -26,7 +26,10 @@ exec-once = nm-applet --indicator exec-once = gnome-keyring # Load cliphist history -exec-once = wl-paste --watch cliphist store + +exec-once = wl-paste --type text --watch cliphist store #Stores only text data + +exec-once = wl-paste --type image --watch cliphist store #Stores only image data # Set XCURSOR exec-once = gsettings set org.gnome.desktop.interface cursor-theme 'Bibata-Modern-Classic' diff --git a/.gitignore b/.gitignore index 93036d1..a33772f 100644 --- a/.gitignore +++ b/.gitignore @@ -71,3 +71,5 @@ .config/user-dirs.dirs .config/user-dirs.locale .config/menus/ +.config/gpu-screen-recorder/ +.config/okularpartrc