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