From 2e6de1afce8aab0b7ea737c1511eb9f0c1a1bc45 Mon Sep 17 00:00:00 2001 From: Joel Mathew Thomas <90510078+joelmathewthomas@users.noreply.github.com> Date: Mon, 20 May 2024 21:53:26 +0530 Subject: [PATCH] Revert "cliphist autostart" This reverts commit 153bcdf6edcff37f8fafe44dac10b4daf05030a5. --- .config/gpu-screen-recorder/config | 30 ------------------------------ .config/hypr/conf/autostart.conf | 5 +---- .config/okularpartrc | 0 3 files changed, 1 insertion(+), 34 deletions(-) delete mode 100644 .config/gpu-screen-recorder/config delete mode 100644 .config/okularpartrc diff --git a/.config/gpu-screen-recorder/config b/.config/gpu-screen-recorder/config deleted file mode 100644 index af4e2bc..0000000 --- a/.config/gpu-screen-recorder/config +++ /dev/null @@ -1,30 +0,0 @@ -main.record_area_option eDP-1 -main.record_area_width 1920 -main.record_area_height 1080 -main.fps 144 -main.merge_audio_tracks true -main.audio_input Default output -main.color_range limited -main.quality very_high -main.codec auto -main.audio_codec opus -main.framerate_mode auto -main.advanced_view false -main.overclock false -main.show_notifications true -main.record_cursor true -streaming.service twitch -streaming.youtube.key -streaming.twitch.key -streaming.custom.url -streaming.custom.container flv -streaming.start_recording_hotkey 0 0 -record.save_directory /home/joel/Videos -record.container matroska -record.start_recording_hotkey 0 0 -record.pause_recording_hotkey 0 0 -replay.save_directory /home/joel/Videos -replay.container mp4 -replay.time 30 -replay.start_recording_hotkey 0 0 -replay.save_recording_hotkey 0 0 diff --git a/.config/hypr/conf/autostart.conf b/.config/hypr/conf/autostart.conf index 4218bea..f1a64b8 100644 --- a/.config/hypr/conf/autostart.conf +++ b/.config/hypr/conf/autostart.conf @@ -26,10 +26,7 @@ exec-once = nm-applet --indicator exec-once = gnome-keyring # Load cliphist history - -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 +exec-once = wl-paste --watch cliphist store # Set XCURSOR exec-once = gsettings set org.gnome.desktop.interface cursor-theme 'Bibata-Modern-Classic' diff --git a/.config/okularpartrc b/.config/okularpartrc deleted file mode 100644 index e69de29..0000000