cliphist autostart

This commit is contained in:
Joel Mathew Thomas
2024-05-20 21:50:03 +05:30
parent 2fca39ef3d
commit 56eb3890f5
3 changed files with 34 additions and 1 deletions
+30
View File
@@ -0,0 +1,30 @@
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
+4 -1
View File
@@ -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'
View File