diff --git a/.config/discord/settings.json b/.config/discord/settings.json deleted file mode 100644 index d9a51bf..0000000 --- a/.config/discord/settings.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "BACKGROUND_COLOR": "#202225", - "OPEN_ON_STARTUP": false, - "MINIMIZE_TO_TRAY": false, - "IS_MAXIMIZED": true, - "IS_MINIMIZED": false, - "WINDOW_BOUNDS": { - "x": 2, - "y": 28, - "width": 956, - "height": 1024 - } -} \ No newline at end of file diff --git a/.config/i3/bg.png b/.config/i3/bg.png deleted file mode 100644 index a668cc6..0000000 Binary files a/.config/i3/bg.png and /dev/null differ diff --git a/.config/i3/config b/.config/i3/config deleted file mode 100644 index 97cb5d7..0000000 --- a/.config/i3/config +++ /dev/null @@ -1,177 +0,0 @@ -# vim: filetype=i3config - -# this config is based on github.com:LukeSmithxyz/voidrice 884dcbdc4792eed95e558af84491eb3100d314a2 - -# This config file will use environmental variables such as $BROWSER and $TERMINAL. -# You can set these variables in ~/.profile or ~/.bash_profile if you have it as below: -# -# export TERMINAL="st" - -# #---Basic Definitions---# # -set $inner_gaps 15 -set $outer_gaps 15 -set $term --no-startup-id $TERMINAL - -# set modifier key, Mod4 is super (windows), Mod1 = Alt key -set $mod Mod4 -set $stoprec --no-startup-id dmenurecord kill -# power options -set $shutdown shutdown -h now -set $reboot reboot -set $netrefresh --no-startup-id sudo -A systemctl restart NetworkManager -set $hibernate sudo -A systemctl suspend - -# #---Gaps---# # -for_window [class="^.*"] border pixel 2 -gaps inner $inner_gaps -gaps outer $outer_gaps -# Smart gaps (gaps used if only more than one container on the workspace) -#smart_gaps on -smart_borders on - - -# #---Dropdown Windows---# # -# General dropdown window traits. The order can matter. -for_window [instance="dropdown_*"] floating enable -for_window [instance="dropdown_*"] move scratchpad -for_window [instance="dropdown_*"] sticky enable -for_window [instance="dropdown_*"] scratchpad show -for_window [instance="dropdown_tmuxdd"] resize set 625 450 -for_window [instance="dropdown_dropdowncalc"] resize set 800 300 -for_window [instance="dropdown_tmuxdd"] border pixel 3 -for_window [instance="dropdown_dropdowncalc"] border pixel 2 -for_window [instance="dropdown_*"] move position center -for_window [class="i3_help"] floating enable sticky enable border normal -for_window [class="Pacucontrol"] floating enable - -bar { - font pango:mono 10 -# status_command i3blocks - position top - mode dock - modifier None - colors { - background $black - # border background text - focused_workspace $blue $blue $black - inactive_workspace $black $black $white - active_workspace $black $black $blue - urgent_workspace $pink $pink $black - binding_mode $black $orange $black - } -} - -# #--- i3 keybinds ---# # -bindsym $mod+h focus left -bindsym $mod+j focus down -bindsym $mod+k focus up -bindsym $mod+l focus right -bindsym $mod+Shift+u exec --no-startup-id i3resize left -bindsym $mod+Shift+i exec --no-startup-id i3resize down -bindsym $mod+Shift+o exec --no-startup-id i3resize up -bindsym $mod+Shift+p exec --no-startup-id i3resize right -bindsym $mod+Shift+r exec --no-startup-id winresize -bindsym $mod+f fullscreen toggle -bindsym $mod+Shift+f mode "$freeze" ;; exec --no-startup-id notify-send "Distraction-free mode activated." "Press Super+Shift+f to return." -# bindsym $mod+h split h;exec notify-send 'tile horizontally' -# bindsym $mod+v split v;exec notify-send 'tile vertically' - -# No focus on mouse over -focus_follows_mouse no - -# #---Arrow Keys---# # -bindsym $mod+Left focus left -bindsym $mod+Shift+Left move left -bindsym $mod+Ctrl+Left move workspace to output left -bindsym $mod+Down focus down -bindsym $mod+Shift+Down move down -bindsym $mod+Ctrl+Down move workspace to output down -bindsym $mod+Up focus up -bindsym $mod+Shift+Up move up -bindsym $mod+Ctrl+Up move workspace to output up -bindsym $mod+Right focus right -bindsym $mod+Shift+Right move right -bindsym $mod+Ctrl+Right move workspace to output right - -# #---Workspaces---# # -bindsym $mod+Prior workspace prev -bindsym $mod+Shift+Prior move container to workspace prev -bindsym $mod+Next workspace next -bindsym $mod+Shift+Next move container to workspace next -bindsym $mod+Tab workspace back_and_forth - - -# move focused container to workspace -bindsym $mod+Shift+1 move container to workspace $ws1 -bindsym $mod+Shift+2 move container to workspace $ws2 -bindsym $mod+Shift+3 move container to workspace $ws3 -bindsym $mod+Shift+4 move container to workspace $ws4 -bindsym $mod+Shift+5 move container to workspace $ws5 -bindsym $mod+Shift+6 move container to workspace $ws6 -bindsym $mod+Shift+7 move container to workspace $ws7 -bindsym $mod+Shift+8 move container to workspace $ws8 -bindsym $mod+Shift+9 move container to workspace $ws9 -bindsym $mod+Shift+0 move container to workspace $ws10 - - -set $ws1 "1" -set $ws2 "2" -set $ws3 "3" -set $ws4 "4" -set $ws5 "5" -set $ws6 "6" -set $ws7 "7" -set $ws8 "8" -set $ws9 "9" -set $ws10 "10" - -# switch to workspace -bindsym $mod+1 workspace $ws1 -bindsym $mod+2 workspace $ws2 -bindsym $mod+3 workspace $ws3 -bindsym $mod+4 workspace $ws4 -bindsym $mod+5 workspace $ws5 -bindsym $mod+6 workspace $ws6 -bindsym $mod+7 workspace $ws7 -bindsym $mod+8 workspace $ws8 -bindsym $mod+9 workspace $ws9 -bindsym $mod+0 workspace $ws10 - - -# #--- Keyboard shortcuts ---# # -bindsym $mod+d exec --no-startup-id dmenu_run -bindsym $mod+Return exec $term -bindsym $mod+Shift+Return exec --no-startup-id samedir - -bindsym $mod+q [con_id="__focused__" instance="^(?!dropdown_).*$"] kill -bindsym $mod+Shift+q [con_id="__focused__" instance="^(?!dropdown_).*$"] exec --no-startup-id kill -9 `xdotool getwindowfocus getwindowpid` - -bindsym $mod+w exec --no-startup-id $BROWSER - -# Show selection: -bindsym $mod+Insert exec --no-startup-id showclip -# Volume keys -bindsym $mod+plus exec --no-startup-id pulsemixer --change-volume +5 && pkill -RTMIN+10 i3blocks -bindsym $mod+Shift+plus exec --no-startup-id pulsemixer --change-volume +15 && pkill -RTMIN+10 i3blocks -bindsym $mod+minus exec --no-startup-id pulsemixer --change-volume -5 && pkill -RTMIN+10 i3blocks -bindsym $mod+Shift+minus exec --no-startup-id pulsemixer --change-volume -15 && pkill -RTMIN+10 i3blocks - - - -# #--- Colors ---# # -set $black #272822 -set $white #FFFFFF -set $pink #F92672 -set $blue #66D9EF -set $green #A6E22E -set $orange #FD971F -set $yellow #E6DB74 -set $purple #AE81FF - -# class border bg. text indicator child_border -client.focused $black $black $green $blue $blue -client.focused_inactive $black $black $blue $black $black -client.unfocused $black $black $white $black $black - -client.background #f1232 -exec --no-startup-id nitrogen --set-zoom-fill $HOME/.config/i3/bg.png diff --git a/.config/qBittorrent/qBittorrent.conf b/.config/qBittorrent/qBittorrent.conf deleted file mode 100644 index 3c863c5..0000000 --- a/.config/qBittorrent/qBittorrent.conf +++ /dev/null @@ -1,152 +0,0 @@ -[AddNewTorrentDialog] -DialogSize=@Size(1437 784) -DownloadPathHistory= -Enabled=true -RememberLastSavePath=true -SavePathHistory=/home/en/Downloads/torrent, /home/en/Downloads -SplitterState=@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x2\0\0\x1k\0\0\x1\0\0\xff\xff\xff\xff\x1\0\0\0\x1\0) -TopLevel=true -TreeHeaderState=@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x6\x34\0\0\0\x3\0\0\0\x2\0\0\0\x64\0\0\0\x5\0\0\0\x64\0\0\0\x4\0\0\0\x64\0\0\x2\x8e\0\0\0\x6\x1\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x81\0\0\0\0\0\0\0\x6\0\0\x1\xc6\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\xff\xff\xff\xff) -qt5\treeHeaderState=@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x6\x34\0\0\0\x3\0\0\0\x2\0\0\0\x64\0\0\0\x5\0\0\0\x64\0\0\0\x4\0\0\0\x64\0\0\x2\x8e\0\0\0\x6\x1\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x81\0\0\0\0\0\0\0\x6\0\0\x1\xc6\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\xff\xff\xff\xff) - -[Application] -FileLogger\Age=1 -FileLogger\AgeType=1 -FileLogger\Backup=true -FileLogger\DeleteOld=true -FileLogger\Enabled=true -FileLogger\MaxSizeBytes=66560 -FileLogger\Path=/home/en/.local/share/qBittorrent/logs - -[AutoRun] -enabled=false -program= - -[BitTorrent] -Session\Categories=@Variant(\0\0\0\b\0\0\0\x1\0\0\0\b\0\x46\0i\0l\0m\0\0\0\n\0\0\0\0) -Session\Port=2486 -Session\QueueingSystemEnabled=false - -[Core] -AutoDeleteAddedTorrentFile=Never - -[GUI] -DownloadTrackerFavicon=false -Log\Enabled=false -Notifications\Enabled=true -Notifications\TorrentAdded=false -Qt6\AddNewTorrentDialog\SplitterState=@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x2\0\0\x1\xd9\0\0\x1\0\0\xff\xff\xff\xff\x1\0\0\0\x1\0) -Qt6\AddNewTorrentDialog\TreeHeaderState=@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x6\x34\0\0\0\x3\0\0\0\x5\0\0\0\x64\0\0\0\x2\0\0\0\x64\0\0\0\x4\0\0\0\x64\0\0\x2\xaf\0\0\0\x6\x1\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x81\0\0\0\0\0\0\0\x6\0\0\x1\xe7\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\xff\xff\xff\xff\0\0\0\0) -Qt6\MainWindow\VSplitterState="@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x2\0\0\0x\0\0\x2=\x1\xff\xff\xff\xff\x1\0\0\0\x1\0)" -Qt6\TorrentProperties\FilesListState=@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\x1\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x2X\0\0\0\x6\x1\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x81\0\0\0\0\0\0\0\x6\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\xff\xff\xff\xff\0\0\0\0) -Qt6\TorrentProperties\PeerListState=@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\x1\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\xe\0 \0\0\0\x1\0\0\0\r\0\0\0\x64\0\0\x5\x14\0\0\0\xe\x1\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x81\0\0\0\0\0\0\0\xe\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\xff\xff\xff\xff\0\0\0\0) -Qt6\TorrentProperties\TrackerListState=@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x3 \0\0\0\b\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x81\0\0\0\0\0\0\0\b\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\0\0\0\x64\0\0\0\0) -Qt6\TransferList\HeaderState=@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\x1\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x1f\t\xc0\xff?\0\0\0\x12\0\0\0\x18\0\0\0\x64\0\0\0\0\0\0\0\x64\0\0\0\x1d\0\0\0\x64\0\0\0\x1a\0\0\0\x64\0\0\0\xe\0\0\0\x64\0\0\0\x10\0\0\0\x64\0\0\0\xf\0\0\0\x64\0\0\0\x1b\0\0\0\x64\0\0\0\x1c\0\0\0\x64\0\0\0\x13\0\0\0\x64\0\0\0\x16\0\0\0\x64\0\0\0\x3\0\0\0\x64\0\0\0\x11\0\0\0\x64\0\0\0\x12\0\0\0\x64\0\0\0\x17\0\0\0\x64\0\0\0\x14\0\0\0\x64\0\0\0\x15\0\0\0\x64\0\0\0\x19\0\0\0\x64\0\0\x5\x14\0\0\0\x1f\x1\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x81\0\0\0\0\0\0\0\x1f\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\0\0\0\x64\0\0\0\0) - -[LegalNotice] -Accepted=true - -[MainWindow] -geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\a\x7f\0\0\x4\x1d\0\0\0\0\0\0\0\x1c\0\0\a\x7f\0\0\x4\x1d\0\0\0\0\x2\0\0\0\a\x80\0\0\0\0\0\0\0\x1c\0\0\a\x7f\0\0\x4\x1d) -qt5\vsplitterState="@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x2\0\0\0x\0\0\x2;\x1\xff\xff\xff\xff\x1\0\0\0\x1\0)" - -[Meta] -MigrationVersion=3 - -[OptionsDialog] -HorizontalSplitterSizes=147, 610 -Size=@Size(779 591) - -[Preferences] -Advanced\DisableRecursiveDownload=false -Advanced\EnableIconsInMenus=true -Advanced\RecheckOnCompletion=false -Advanced\TrayIconStyle=Normal -Advanced\confirmRemoveAllTags=true -Advanced\confirmTorrentDeletion=true -Advanced\confirmTorrentRecheck=true -Advanced\trackerPort=9000 -Advanced\useSystemIconTheme=true -Connection\PortRangeMin=2486 -Connection\ResolvePeerCountries=true -Connection\ResolvePeerHostNames=false -Downloads\DblClOnTorDl=0 -Downloads\DblClOnTorFn=1 -Downloads\NewAdditionDialog=true -Downloads\NewAdditionDialogFront=true -General\AlternatingRowColors=true -General\CloseToTray=false -General\CloseToTrayNotified=true -General\CustomUIThemePath= -General\ExitConfirm=false -General\HideZeroComboValues=0 -General\HideZeroValues=false -General\Locale=en -General\MinimizeToTray=false -General\NoSplashScreen=true -General\PreventFromSuspendWhenDownloading=false -General\PreventFromSuspendWhenSeeding=false -General\StartMinimized=false -General\SystrayEnabled=true -General\UseCustomUITheme=false -MailNotification\email= -MailNotification\enabled=false -MailNotification\password= -MailNotification\req_auth=false -MailNotification\req_ssl=false -MailNotification\sender=qBittorrent_notification@example.com -MailNotification\smtp_server=smtp.changeme.com -MailNotification\username= -Queueing\QueueingEnabled=false -Scheduler\days=EveryDay -Scheduler\end_time=@Variant(\0\0\0\xf\x4J\xa2\0) -Scheduler\start_time=@Variant(\0\0\0\xf\x1\xb7t\0) -Search\SearchEnabled=false -WebUI\Enabled=false - -[PreviewSelectDialog] -HeaderState=@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x4\b\0\0\0\x1\0\0\0\x3\0\0\0\x64\0\0\x1\xd2\0\0\0\x4\x1\x1\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x81\0\0\0\0\0\0\0\x4\0\0\x1\n\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\0\0\0\x64) -Size=@Size(462 256) - -[RSS] -AutoDownloader\DownloadRepacks=true -AutoDownloader\SmartEpisodeFilter=s(\\d+)e(\\d+), (\\d+)x(\\d+), "(\\d{4}[.\\-]\\d{1,2}[.\\-]\\d{1,2})", "(\\d{1,2}[.\\-]\\d{1,2}[.\\-]\\d{4})" - -[ShutdownConfirmDlg] -DontConfirmAutoExit=false - -[SpeedWidget] -Enabled=true -graph_enable_0=true -graph_enable_1=true -graph_enable_2=false -graph_enable_3=false -graph_enable_4=false -graph_enable_5=false -graph_enable_6=false -graph_enable_7=false -graph_enable_8=false -graph_enable_9=false -period=1 - -[TorrentAdditionDlg] -save_path_history=/home/en/Downloads/torrent, /home/en/Downloads - -[TorrentOptionsDialog] -Size=@Size(390 450) - -[TorrentProperties] -CurrentTab=0 -Peers\qt5\PeerListState=@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\x1\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\xe\0 \0\0\0\x1\0\0\0\r\0\0\0\x64\0\0\x5\x14\0\0\0\xe\x1\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x81\0\0\0\0\0\0\0\xe\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\xff\xff\xff\xff) -SplitterSizes="272,642" -Trackers\qt5\TrackerListState=@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x3 \0\0\0\b\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x81\0\0\0\0\0\0\0\b\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\0\0\0\x64) -Visible=true -qt5\FilesListState=@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\x1\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x2X\0\0\0\x6\x1\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x81\0\0\0\0\0\0\0\x6\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\xff\xff\xff\xff) - -[TransferList] -SubSortColumn=11 -SubSortOrder=1 -qt5\HeaderState=@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\x1\x1\0\0\0\0\0\0\0\0\0\0\0\x1f\t\xc0\xff?\0\0\0\x12\0\0\0\xf\0\0\0\x64\0\0\0\xe\0\0\0\x64\0\0\0\0\0\0\0\x64\0\0\0\x3\0\0\0\x64\0\0\0\x19\0\0\0\x64\0\0\0\x18\0\0\0\x64\0\0\0\x1b\0\0\0\x64\0\0\0\x1a\0\0\0\x64\0\0\0\x1d\0\0\0\x64\0\0\0\x1c\0\0\0\x64\0\0\0\x11\0\0\0\x64\0\0\0\x10\0\0\0\x64\0\0\0\x13\0\0\0\x64\0\0\0\x12\0\0\0\x64\0\0\0\x15\0\0\0\x64\0\0\0\x14\0\0\0\x64\0\0\0\x17\0\0\0\x64\0\0\0\x16\0\0\0\x64\0\0\x5\x14\0\0\0\x1f\x1\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x81\0\0\0\0\0\0\0\x1f\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\0\0\0\x64) - -[TransferListFilters] -selectedFilterIndex=0 diff --git a/.config/sublime-text-3/Packages/User/Preferences.sublime-settings b/.config/sublime-text-3/Packages/User/Preferences.sublime-settings deleted file mode 100644 index c5cdffc..0000000 --- a/.config/sublime-text-3/Packages/User/Preferences.sublime-settings +++ /dev/null @@ -1,7 +0,0 @@ -{ - "color_scheme": "Packages/Color Scheme - Default/Monokai.sublime-color-scheme", - "font_size": 15, - "theme": "Default.sublime-theme", - "create_window_at_startup": false, - -} diff --git a/.config/vlc/vlcrc b/.config/vlc/vlcrc deleted file mode 100644 index 648c133..0000000 --- a/.config/vlc/vlcrc +++ /dev/null @@ -1,5128 +0,0 @@ -### -### vlc 3.0.16 -### - -### -### lines beginning with a '#' character are comments -### - -[svg] # svg - -# SVG template file (string) -#svg-template-file= - -[freetype] # Freetype2 font renderer - -# Font (string) -#freetype-font=Serif Bold - -# Monospace Font (string) -#freetype-monofont=Monospace - -# Font size in pixels (integer) -#freetype-fontsize=0 - -# Relative font size (integer) -#freetype-rel-fontsize=0 - -# Text opacity (integer) -#freetype-opacity=255 - -# Text default color (integer) -#freetype-color=16777215 - -# Force bold (boolean) -#freetype-bold=0 - -# Background opacity (integer) -#freetype-background-opacity=0 - -# Background color (integer) -#freetype-background-color=0 - -# Outline opacity (integer) -#freetype-outline-opacity=255 - -# Outline color (integer) -#freetype-outline-color=0 - -# Outline thickness (integer) -#freetype-outline-thickness=4 - -# Shadow opacity (integer) -#freetype-shadow-opacity=128 - -# Shadow color (integer) -#freetype-shadow-color=0 - -# Shadow angle (float) -#freetype-shadow-angle=-45.000000 - -# Shadow distance (float) -#freetype-shadow-distance=0.060000 - -# Use YUVP renderer (boolean) -#freetype-yuvp=0 - -# Text direction (integer) -#freetype-text-direction=0 - -[access_output_shout] # IceCAST output - -# Stream name (string) -#sout-shout-name=VLC media player - Live stream - -# Stream description (string) -#sout-shout-description=Live stream from VLC media player - -# Stream MP3 (boolean) -#sout-shout-mp3=0 - -# Genre description (string) -#sout-shout-genre=Alternative - -# URL description (string) -#sout-shout-url=http://www.videolan.org/vlc - -# Bitrate (string) -#sout-shout-bitrate= - -# Samplerate (string) -#sout-shout-samplerate= - -# Number of channels (string) -#sout-shout-channels= - -# Ogg Vorbis Quality (string) -#sout-shout-quality= - -# Stream public (boolean) -#sout-shout-public=0 - -[access_output_rist] # RIST stream output - -# RIST target packet size (bytes) (integer) -#sout-rist-packet-size=1328 - -# RIST data output caching size (ms) (integer) -#sout-rist-caching=50 - -# RIST retry-buffer queue size (ms) (integer) -#sout-rist-buffer-size=0 - -# SSRC used in RTP output (default is random, i.e. 0) (integer) -#sout-rist-ssrc=0 - -# Stream name (string) -#sout-rist-stream-name= - -[file] # File stream output - -# Overwrite existing file (boolean) -#sout-file-overwrite=1 - -# Append to file (boolean) -#sout-file-append=0 - -# Format time and date (boolean) -#sout-file-format=0 - -# Synchronous writing (boolean) -#sout-file-sync=0 - -[access_output_srt] # SRT stream output - -# SRT chunk size (bytes) (integer) -#chunk-size=1316 - -# Return poll wait after timeout milliseconds (-1 = infinite) (integer) -#poll-timeout=100 - -# SRT latency (ms) (integer) -#latency=125 - -# Password for stream encryption (string) -#passphrase= - -# Crypto key length in bytes (integer) -#key-length=16 - -[http] # HTTP stream output - -# Username (string) -#sout-http-user= - -# Password (string) -#sout-http-pwd= - -# Mime (string) -#sout-http-mime= - -# Metacube (boolean) -#sout-http-metacube=0 - -[udp] # UDP stream output - -# Caching value (ms) (integer) -#sout-udp-caching=300 - -# Group packets (integer) -#sout-udp-group=1 - -[vdpau_chroma] # VDPAU surface conversions - -# Deinterlace (integer) -#vdpau-deinterlace=1 - -# Inverse telecine (boolean) -#vdpau-ivtc=0 - -# Deinterlace chroma skip (boolean) -#vdpau-chroma-skip=0 - -# Noise reduction level (float) -#vdpau-noise-reduction=0.000000 - -# Scaling quality (integer) -#vdpau-scaling=0 - -[mux_ogg] # Ogg/OGM muxer - -# Index interval (integer) -#sout-ogg-indexintvl=1000 - -# Index size ratio (float) -#sout-ogg-indexratio=1.000000 - -[mux_ts] # TS muxer (libdvbpsi) - -# Digital TV Standard (string) -#sout-ts-standard=dvb - -# Video PID (integer) -#sout-ts-pid-video=100 - -# Audio PID (integer) -#sout-ts-pid-audio=200 - -# SPU PID (integer) -#sout-ts-pid-spu=300 - -# PMT PID (integer) -#sout-ts-pid-pmt=32 - -# TS ID (integer) -#sout-ts-tsid=0 - -# NET ID (integer) -#sout-ts-netid=0 - -# PMT Program numbers (string) -#sout-ts-program-pmt= - -# Set PID to ID of ES (boolean) -#sout-ts-es-id-pid=0 - -# Mux PMT (requires --sout-ts-es-id-pid) (string) -#sout-ts-muxpmt= - -# SDT Descriptors (requires --sout-ts-es-id-pid) (string) -#sout-ts-sdtdesc= - -# Data alignment (boolean) -#sout-ts-alignment=1 - -# Shaping delay (ms) (integer) -#sout-ts-shaping=200 - -# Use keyframes (boolean) -#sout-ts-use-key-frames=0 - -# PCR interval (ms) (integer) -#sout-ts-pcr=70 - -# Minimum B (deprecated) (integer) -#sout-ts-bmin=0 - -# Maximum B (deprecated) (integer) -#sout-ts-bmax=0 - -# DTS delay (ms) (integer) -#sout-ts-dts-delay=400 - -# Crypt audio (boolean) -#sout-ts-crypt-audio=1 - -# Crypt video (boolean) -#sout-ts-crypt-video=1 - -# CSA Key (string) -#sout-ts-csa-ck= - -# Second CSA Key (string) -#sout-ts-csa2-ck= - -# CSA Key in use (string) -#sout-ts-csa-use=1 - -# Packet size in bytes to encrypt (integer) -#sout-ts-csa-pkt=188 - -[avi] # AVI muxer - -# Artist (string) -#sout-avi-artist= - -# Date (string) -#sout-avi-date= - -# Genre (string) -#sout-avi-genre= - -# Copyright (string) -#sout-avi-copyright= - -# Comment (string) -#sout-avi-comment= - -# Name (string) -#sout-avi-name= - -# Subject (string) -#sout-avi-subject= - -# Encoder (string) -#sout-avi-encoder=VLC Media Player - 3.0.16 Vetinari - -# Keywords (string) -#sout-avi-keywords= - -[ps] # PS muxer - -# DTS delay (ms) (integer) -#sout-ps-dts-delay=200 - -# PES maximum size (integer) -#sout-ps-pes-max-size=65500 - -[asf] # ASF muxer - -# Title (string) -#sout-asf-title= - -# Author (string) -#sout-asf-author= - -# Copyright (string) -#sout-asf-copyright= - -# Comment (string) -#sout-asf-comment= - -# Rating (string) -#sout-asf-rating= - -# Packet Size (integer) -#sout-asf-packet-size=4096 - -# Bitrate override (integer) -#sout-asf-bitrate-override=0 - -[mp4] # MP4/MOV muxer - -# Create "Fast Start" files (boolean) -#sout-mp4-faststart=1 - -[vaapi_filters] # Video Accelerated API filters - -# Denoise strength (0-2) (float) -#denoise-sigma=1.000000 - -[swscale] # Video scaling filter - -# Scaling mode (integer) -#swscale-mode=2 - -[clone] # Clone video filter - -# Number of clones (integer) -#clone-count=2 - -# Video output modules (string) -#clone-vout-list= - -[wall] # Wall video filter - -# Number of columns (integer) -#wall-cols=3 - -# Number of rows (integer) -#wall-rows=3 - -# Active windows (string) -#wall-active= - -# Element aspect ratio (string) -#wall-element-aspect=16:9 - -[panoramix] # Panoramix: wall with overlap video filter - -# Number of columns (integer) -#panoramix-cols=-1 - -# Number of rows (integer) -#panoramix-rows=-1 - -# length of the overlapping area (in %) (integer) -#panoramix-bz-length=100 - -# height of the overlapping area (in %) (integer) -#panoramix-bz-height=100 - -# Attenuation (boolean) -#panoramix-attenuate=1 - -# Attenuation, begin (in %) (integer) -#panoramix-bz-begin=0 - -# Attenuation, middle (in %) (integer) -#panoramix-bz-middle=50 - -# Attenuation, end (in %) (integer) -#panoramix-bz-end=100 - -# middle position (in %) (integer) -#panoramix-bz-middle-pos=50 - -# Gamma (Red) correction (float) -#panoramix-bz-gamma-red=1.000000 - -# Gamma (Green) correction (float) -#panoramix-bz-gamma-green=1.000000 - -# Gamma (Blue) correction (float) -#panoramix-bz-gamma-blue=1.000000 - -# Black Crush for Red (integer) -#panoramix-bz-blackcrush-red=140 - -# Black Crush for Green (integer) -#panoramix-bz-blackcrush-green=140 - -# Black Crush for Blue (integer) -#panoramix-bz-blackcrush-blue=140 - -# White Crush for Red (integer) -#panoramix-bz-whitecrush-red=200 - -# White Crush for Green (integer) -#panoramix-bz-whitecrush-green=200 - -# White Crush for Blue (integer) -#panoramix-bz-whitecrush-blue=200 - -# Black Level for Red (integer) -#panoramix-bz-blacklevel-red=150 - -# Black Level for Green (integer) -#panoramix-bz-blacklevel-green=150 - -# Black Level for Blue (integer) -#panoramix-bz-blacklevel-blue=150 - -# White Level for Red (integer) -#panoramix-bz-whitelevel-red=0 - -# White Level for Green (integer) -#panoramix-bz-whitelevel-green=0 - -# White Level for Blue (integer) -#panoramix-bz-whitelevel-blue=0 - -# Active windows (string) -#panoramix-active= - -[stream_out_transcode] # Transcode stream output - -# Video encoder (string) -#sout-transcode-venc= - -# Destination video codec (string) -#sout-transcode-vcodec= - -# Video bitrate (integer) -#sout-transcode-vb=0 - -# Video scaling (float) -#sout-transcode-scale=0.000000 - -# Video frame-rate (string) -#sout-transcode-fps= - -# Deinterlace video (boolean) -#sout-transcode-deinterlace=0 - -# Deinterlace module (string) -#sout-transcode-deinterlace-module=deinterlace - -# Video width (integer) -#sout-transcode-width=0 - -# Video height (integer) -#sout-transcode-height=0 - -# Maximum video width (integer) -#sout-transcode-maxwidth=0 - -# Maximum video height (integer) -#sout-transcode-maxheight=0 - -# Video filter (string) -#sout-transcode-vfilter= - -# Audio encoder (string) -#sout-transcode-aenc= - -# Destination audio codec (string) -#sout-transcode-acodec= - -# Audio bitrate (integer) -#sout-transcode-ab=96 - -# Audio language (string) -#sout-transcode-alang= - -# Audio channels (integer) -#sout-transcode-channels=0 - -# Audio sample rate (integer) -#sout-transcode-samplerate=0 - -# Audio filter (string) -#sout-transcode-afilter= - -# Subtitle encoder (string) -#sout-transcode-senc= - -# Destination subtitle codec (string) -#sout-transcode-scodec= - -# Destination subtitle codec (boolean) -#sout-transcode-soverlay=0 - -# Overlays (string) -#sout-transcode-sfilter= - -# Number of threads (integer) -#sout-transcode-threads=0 - -# Picture pool size (integer) -#sout-transcode-pool-size=10 - -# High priority (boolean) -#sout-transcode-high-priority=0 - -[stats] # Writes statistic info about stream - -# Output file (string) -#sout-stats-output= - -# Prefix to show on output line (string) -#sout-stats-prefix=stats - -[es] # Elementary stream output - -# Output access method (string) -#sout-es-access= - -# Output muxer (string) -#sout-es-mux= - -# Output URL (string) -#sout-es-dst= - -# Audio output access method (string) -#sout-es-access-audio= - -# Audio output muxer (string) -#sout-es-mux-audio= - -# Audio output URL (string) -#sout-es-dst-audio= - -# Video output access method (string) -#sout-es-access-video= - -# Video output muxer (string) -#sout-es-mux-video= - -# Video output URL (string) -#sout-es-dst-video= - -[record] # Record stream output - -# Destination prefix (string) -#sout-record-dst-prefix= - -[stream_out_rtp] # RTP stream output - -# Destination (string) -#sout-rtp-dst= - -# SDP (string) -#sout-rtp-sdp= - -# Muxer (string) -#sout-rtp-mux= - -# SAP announcing (boolean) -#sout-rtp-sap=0 - -# Session name (string) -#sout-rtp-name= - -# Session category (string) -#sout-rtp-cat= - -# Session description (string) -#sout-rtp-description= - -# Session URL (string) -#sout-rtp-url= - -# Session email (string) -#sout-rtp-email= - -# Transport protocol (string) -#sout-rtp-proto=udp - -# Port (integer) -#sout-rtp-port=5004 - -# Audio port (integer) -#sout-rtp-port-audio=0 - -# Video port (integer) -#sout-rtp-port-video=0 - -# Hop limit (TTL) (integer) -#sout-rtp-ttl=-1 - -# RTP/RTCP multiplexing (boolean) -#sout-rtp-rtcp-mux=0 - -# Caching value (ms) (integer) -#sout-rtp-caching=300 - -# MP4A LATM (boolean) -#sout-rtp-mp4a-latm=0 - -# RTSP session timeout (s) (integer) -#rtsp-timeout=60 - -# Username (string) -#sout-rtsp-user= - -# Password (string) -#sout-rtsp-pwd= - -[stream_out_chromaprint] # Chromaprint stream output - -# Duration of the fingerprinting (integer) -#duration=90 - -[display] # Display stream output - -# Enable audio (boolean) -#sout-display-audio=1 - -# Enable video (boolean) -#sout-display-video=1 - -# Delay (ms) (integer) -#sout-display-delay=100 - -[setid] # Change the id of an elementary stream - -# Elementary Stream ID (integer) -#sout-setid-id=0 - -# New ES ID (integer) -#sout-setid-new-id=0 - -# Elementary Stream ID (integer) -#sout-setlang-id=0 - -# Language (string) -#sout-setlang-lang=eng - -[mosaic_bridge] # Mosaic bridge stream output - -# ID (string) -#sout-mosaic-bridge-id=Id - -# Video width (integer) -#sout-mosaic-bridge-width=0 - -# Video height (integer) -#sout-mosaic-bridge-height=0 - -# Sample aspect ratio (string) -#sout-mosaic-bridge-sar=1:1 - -# Image chroma (string) -#sout-mosaic-bridge-chroma= - -# Video filter (string) -#sout-mosaic-bridge-vfilter= - -# Transparency (integer) -#sout-mosaic-bridge-alpha=255 - -# X offset (integer) -#sout-mosaic-bridge-x=-1 - -# Y offset (integer) -#sout-mosaic-bridge-y=-1 - -[smem] # Stream output to memory buffer - -# Time Synchronized output (boolean) -#sout-smem-time-sync=1 - -[bridge] # Bridge stream output - -# ID (integer) -#sout-bridge-out-id=0 - -# Destination bridge-in name (string) -#sout-bridge-out-in-name=default - -# Delay (integer) -#sout-bridge-in-delay=0 - -# ID Offset (integer) -#sout-bridge-in-id-offset=8192 - -# Name of current instance (string) -#sout-bridge-in-name=default - -# Fallback to placeholder stream when out of data (boolean) -#sout-bridge-in-placeholder=0 - -# Placeholder delay (integer) -#sout-bridge-in-placeholder-delay=200 - -# Wait for I frame before toggling placeholder (boolean) -#sout-bridge-in-placeholder-switch-on-iframe=1 - -[stream_out_chromecast] # Chromecast stream output - -# ? (string) -#sout-chromecast-ip= - -# ? (integer) -#sout-chromecast-port=8009 - -# ? (boolean) -#sout-chromecast-video=1 - -# HTTP port (integer) -#sout-chromecast-http-port=8010 - -# Performance warning (integer) -#sout-chromecast-show-perf-warning=1 - -# Enable Audio passthrough (boolean) -#sout-chromecast-audio-passthrough=0 - -# Conversion quality (integer) -#sout-chromecast-conversion-quality=1 - -[delay] # Delay a stream - -# Elementary Stream ID (integer) -#sout-delay-id=0 - -# Delay of the ES (ms) (integer) -#sout-delay-delay=0 - -[stream_out_standard] # Standard stream output - -# Output access method (string) -#sout-standard-access= - -# Output muxer (string) -#sout-standard-mux= - -# Output destination (string) -#sout-standard-dst= - -# Address to bind to (helper setting for dst) (string) -#sout-standard-bind= - -# Filename for stream (helper setting for dst) (string) -#sout-standard-path= - -# SAP announcing (boolean) -#sout-standard-sap=0 - -# Session name (string) -#sout-standard-name= - -# Session description (string) -#sout-standard-description= - -# Session URL (string) -#sout-standard-url= - -# Session email (string) -#sout-standard-email= - -[audioscrobbler] # Submission of played songs to last.fm - -# Username (string) -#lastfm-username= - -# Password (string) -#lastfm-password= - -# Scrobbler URL (string) -#scrobbler-url=post.audioscrobbler.com - -[rtsp] # Legacy RTSP VoD server - -# MUX for RAW RTSP transport (string) -#rtsp-raw-mux=ts - -# Maximum number of connections (integer) -#rtsp-throttle-users=0 - -# Sets the timeout option in the RTSP session string (integer) -#rtsp-session-timeout=5 - -[logger] # File logging - -[gnutls] # GNU TLS transport layer security - -# Use system trust database (boolean) -#gnutls-system-trust=1 - -# Trust directory (string) -#gnutls-dir-trust= - -# TLS cipher priorities (string) -#gnutls-priorities=NORMAL - -[avcodec] # FFmpeg audio/video decoder - -# Direct rendering (boolean) -#avcodec-dr=1 - -# Show corrupted frames (boolean) -#avcodec-corrupted=1 - -# Error resilience (integer) -#avcodec-error-resilience=1 - -# Workaround bugs (integer) -#avcodec-workaround-bugs=1 - -# Hurry up (boolean) -#avcodec-hurry-up=1 - -# Skip frame (default=0) (integer) -#avcodec-skip-frame=0 - -# Skip idct (default=0) (integer) -#avcodec-skip-idct=0 - -# Allow speed tricks (boolean) -#avcodec-fast=0 - -# Skip the loop filter for H.264 decoding (integer) -#avcodec-skiploopfilter=0 - -# Debug mask (integer) -#avcodec-debug=0 - -# Codec name (string) -#avcodec-codec= - -# Hardware decoding (string) -#avcodec-hw=any - -# Threads (integer) -#avcodec-threads=0 - -# Advanced options (string) -#avcodec-options= - -# Codec name (string) -#sout-avcodec-codec= - -# Quality level (string) -#sout-avcodec-hq=rd - -# Ratio of key frames (integer) -#sout-avcodec-keyint=0 - -# Ratio of B frames (integer) -#sout-avcodec-bframes=0 - -# Hurry up (boolean) -#sout-avcodec-hurry-up=0 - -# Interlaced encoding (boolean) -#sout-avcodec-interlace=0 - -# Interlaced motion estimation (boolean) -#sout-avcodec-interlace-me=1 - -# Video bitrate tolerance (integer) -#sout-avcodec-vt=0 - -# Pre-motion estimation (boolean) -#sout-avcodec-pre-me=0 - -# Rate control buffer size (integer) -#sout-avcodec-rc-buffer-size=0 - -# Rate control buffer aggressiveness (float) -#sout-avcodec-rc-buffer-aggressivity=1.000000 - -# I quantization factor (float) -#sout-avcodec-i-quant-factor=0.000000 - -# Noise reduction (integer) -#sout-avcodec-noise-reduction=0 - -# MPEG4 quantization matrix (boolean) -#sout-avcodec-mpeg4-matrix=0 - -# Minimum video quantizer scale (integer) -#sout-avcodec-qmin=0 - -# Maximum video quantizer scale (integer) -#sout-avcodec-qmax=0 - -# Trellis quantization (boolean) -#sout-avcodec-trellis=0 - -# Fixed quantizer scale (float) -#sout-avcodec-qscale=3.000000 - -# Strict standard compliance (integer) -#sout-avcodec-strict=0 - -# Luminance masking (float) -#sout-avcodec-lumi-masking=0.000000 - -# Darkness masking (float) -#sout-avcodec-dark-masking=0.000000 - -# Motion masking (float) -#sout-avcodec-p-masking=0.000000 - -# Border masking (float) -#sout-avcodec-border-masking=0.000000 - -# Luminance elimination (integer) -#sout-avcodec-luma-elim-threshold=0 - -# Chrominance elimination (integer) -#sout-avcodec-chroma-elim-threshold=0 - -# Specify AAC audio profile to use (string) -#sout-avcodec-aac-profile=low - -# Advanced options (string) -#sout-avcodec-options= - -[aribsub] # ARIB subtitles decoder - -# Ignore ruby (furigana) (boolean) -#aribsub-ignore-ruby=0 - -# Use Core Text renderer (boolean) -#aribsub-use-coretext=0 - -[vorbis] # Vorbis audio decoder - -# Encoding quality (integer) -#sout-vorbis-quality=0 - -# Maximum encoding bitrate (integer) -#sout-vorbis-max-bitrate=0 - -# Minimum encoding bitrate (integer) -#sout-vorbis-min-bitrate=0 - -# CBR encoding (boolean) -#sout-vorbis-cbr=0 - -[zvbi] # VBI and Teletext decoder - -# Teletext page (integer) -#vbi-page=100 - -# Opacity (boolean) -#vbi-opaque=0 - -# Teletext alignment (integer) -#vbi-position=8 - -# Teletext text subtitles (boolean) -#vbi-text=0 - -# Presentation Level (integer) -#vbi-level=3 - -[libass] # Subtitle renderers using libass - -# Additional fonts directory (string) -#ssa-fontsdir= - -[ttml] # TTML subtitles decoder - -# Subtitle justification (integer) -#ttml-align=0 - -[dca] # DTS Coherent Acoustics audio decoder - -# DTS dynamic range compression (boolean) -#dts-dynrng=1 - -[theora] # Theora video decoder - -# Post processing quality (integer) -#theora-postproc=-1 - -# Encoding quality (integer) -#sout-theora-quality=2 - -[dvbsub] # DVB subtitles decoder - -# Subpicture position (integer) -#dvbsub-position=8 - -# Decoding X coordinate (integer) -#dvbsub-x=-1 - -# Decoding Y coordinate (integer) -#dvbsub-y=-1 - -# Encoding X coordinate (integer) -#sout-dvbsub-x=-1 - -# Encoding Y coordinate (integer) -#sout-dvbsub-y=-1 - -[gstdecode] # GStreamer Based Decoder - -# Use DecodeBin (boolean) -#use-decodebin=1 - -[x264] # H.264/MPEG-4 Part 10/AVC encoder (x264) - -# Maximum GOP size (integer) -#sout-x264-keyint=250 - -# Minimum GOP size (integer) -#sout-x264-min-keyint=25 - -# Use recovery points to close GOPs (boolean) -#sout-x264-opengop=0 - -# Enable compatibility hacks for Blu-ray support (boolean) -#sout-x264-bluray-compat=0 - -# Extra I-frames aggressivity (integer) -#sout-x264-scenecut=40 - -# B-frames between I and P (integer) -#sout-x264-bframes=3 - -# Adaptive B-frame decision (integer) -#sout-x264-b-adapt=1 - -# Influence (bias) B-frames usage (integer) -#sout-x264-b-bias=0 - -# Keep some B-frames as references (string) -#sout-x264-bpyramid=normal - -# CABAC (boolean) -#sout-x264-cabac=1 - -# Use fullrange instead of TV colorrange (boolean) -#sout-x264-fullrange=0 - -# Number of reference frames (integer) -#sout-x264-ref=3 - -# Skip loop filter (boolean) -#sout-x264-nf=0 - -# Loop filter AlphaC0 and Beta parameters alpha:beta (string) -#sout-x264-deblock=0:0 - -# Strength of psychovisual optimization, default is "1.0:0.0" (string) -#sout-x264-psy-rd=1.0:0.0 - -# Use Psy-optimizations (boolean) -#sout-x264-psy=1 - -# H.264 level (string) -#sout-x264-level=0 - -# H.264 profile (string) -#sout-x264-profile=high - -# Interlaced mode (boolean) -#sout-x264-interlaced=0 - -# Frame packing (integer) -#sout-x264-frame-packing=-1 - -# Force number of slices per frame (integer) -#sout-x264-slices=0 - -# Limit the size of each slice in bytes (integer) -#sout-x264-slice-max-size=0 - -# Limit the size of each slice in macroblocks (integer) -#sout-x264-slice-max-mbs=0 - -# HRD-timing information (string) -#sout-x264-hrd=none - -# Set QP (integer) -#sout-x264-qp=-1 - -# Quality-based VBR (integer) -#sout-x264-crf=23 - -# Min QP (integer) -#sout-x264-qpmin=10 - -# Max QP (integer) -#sout-x264-qpmax=51 - -# Max QP step (integer) -#sout-x264-qpstep=4 - -# Average bitrate tolerance (float) -#sout-x264-ratetol=1.000000 - -# Max local bitrate (integer) -#sout-x264-vbv-maxrate=0 - -# VBV buffer (integer) -#sout-x264-vbv-bufsize=0 - -# Initial VBV buffer occupancy (float) -#sout-x264-vbv-init=0.900000 - -# QP factor between I and P (float) -#sout-x264-ipratio=1.400000 - -# QP factor between P and B (float) -#sout-x264-pbratio=1.300000 - -# QP difference between chroma and luma (integer) -#sout-x264-chroma-qp-offset=0 - -# Multipass ratecontrol (integer) -#sout-x264-pass=0 - -# QP curve compression (float) -#sout-x264-qcomp=0.600000 - -# Reduce fluctuations in QP (float) -#sout-x264-cplxblur=20.000000 - -# Reduce fluctuations in QP (float) -#sout-x264-qblur=0.500000 - -# How AQ distributes bits (integer) -#sout-x264-aq-mode=1 - -# Strength of AQ (float) -#sout-x264-aq-strength=1.000000 - -# Partitions to consider (string) -#sout-x264-partitions=normal - -# Direct MV prediction mode (string) -#sout-x264-direct=spatial - -# Direct prediction size (integer) -#sout-x264-direct-8x8=1 - -# Weighted prediction for B-frames (boolean) -#sout-x264-weightb=1 - -# Weighted prediction for P-frames (integer) -#sout-x264-weightp=2 - -# Integer pixel motion estimation method (string) -#sout-x264-me=hex - -# Maximum motion vector search range (integer) -#sout-x264-merange=16 - -# Maximum motion vector length (integer) -#sout-x264-mvrange=-1 - -# Minimum buffer space between threads (integer) -#sout-x264-mvrange-thread=-1 - -# Subpixel motion estimation and partition decision quality (integer) -#sout-x264-subme=7 - -# Decide references on a per partition basis (boolean) -#sout-x264-mixed-refs=1 - -# Chroma in motion estimation (boolean) -#sout-x264-chroma-me=1 - -# Adaptive spatial transform size (boolean) -#sout-x264-8x8dct=1 - -# Trellis RD quantization (integer) -#sout-x264-trellis=1 - -# Framecount to use on frametype lookahead (integer) -#sout-x264-lookahead=40 - -# Use Periodic Intra Refresh (boolean) -#sout-x264-intra-refresh=0 - -# Use mb-tree ratecontrol (boolean) -#sout-x264-mbtree=1 - -# Early SKIP detection on P-frames (boolean) -#sout-x264-fast-pskip=1 - -# Coefficient thresholding on P-frames (boolean) -#sout-x264-dct-decimate=1 - -# Noise reduction (integer) -#sout-x264-nr=0 - -# Inter luma quantization deadzone (integer) -#sout-x264-deadzone-inter=21 - -# Intra luma quantization deadzone (integer) -#sout-x264-deadzone-intra=11 - -# Non-deterministic optimizations when threaded (boolean) -#sout-x264-non-deterministic=0 - -# CPU optimizations (boolean) -#sout-x264-asm=1 - -# PSNR computation (boolean) -#sout-x264-psnr=0 - -# SSIM computation (boolean) -#sout-x264-ssim=0 - -# Quiet mode (boolean) -#sout-x264-quiet=0 - -# SPS and PPS id numbers (integer) -#sout-x264-sps-id=0 - -# Access unit delimiters (boolean) -#sout-x264-aud=0 - -# Statistics (boolean) -#sout-x264-verbose=0 - -# Filename for 2 pass stats file (string) -#sout-x264-stats=x264_2pass.log - -# Default preset setting used (string) -#sout-x264-preset= - -# Default tune setting used (string) -#sout-x264-tune= - -# x264 advanced options (string) -#sout-x264-options= - -[qsv] # Intel QuickSync Video encoder for MPEG4-Part10/MPEG2 (aka H.264/H.262) - -# Enable software mode (boolean) -#sout-qsv-software=0 - -# Codec Profile (string) -#sout-qsv-h264-profile=unspecified - -# Codec Level (string) -#sout-qsv-h264-level=unspecified - -# Codec Profile (string) -#sout-qsv-mpeg2-profile=unspecified - -# Codec Level (string) -#sout-qsv-mpeg2-level=unspecified - -# Group of Picture size (integer) -#sout-qsv-gop-size=32 - -# Group of Picture Reference Distance (integer) -#sout-qsv-gop-refdist=4 - -# IDR interval (integer) -#sout-qsv-idr-interval=0 - -# Target Usage (string) -#sout-qsv-target-usage=quality - -# Rate Control Method (string) -#sout-qsv-rc-method=vbr - -# Quantization parameter (integer) -#sout-qsv-qp=0 - -# Quantization parameter for I-frames (integer) -#sout-qsv-qpi=0 - -# Quantization parameter for P-frames (integer) -#sout-qsv-qpp=0 - -# Quantization parameter for B-frames (integer) -#sout-qsv-qpb=0 - -# Maximum Bitrate (integer) -#sout-qsv-bitrate-max=0 - -# Accuracy of RateControl (integer) -#sout-qsv-accuracy=0 - -# Convergence time of 'avbr' RateControl (integer) -#sout-qsv-convergence=0 - -# Number of slices per frame (integer) -#sout-qsv-num-slice=0 - -# Number of reference frames (integer) -#sout-qsv-num-ref-frame=0 - -# Number of parallel operations (integer) -#sout-qsv-async-depth=4 - -[speex] # Speex audio decoder - -# Mode (integer) -#sout-speex-mode=0 - -# Encoding complexity (integer) -#sout-speex-complexity=3 - -# CBR encoding (boolean) -#sout-speex-cbr=0 - -# Encoding quality (float) -#sout-speex-quality=8.000000 - -# Maximal bitrate (integer) -#sout-speex-max-bitrate=0 - -# Voice activity detection (boolean) -#sout-speex-vad=1 - -# Discontinuous Transmission (boolean) -#sout-speex-dtx=0 - -[subsdec] # Text subtitle decoder - -# Subtitle justification (integer) -#subsdec-align=-1 - -# Subtitle text encoding (string) -#subsdec-encoding= - -# UTF-8 subtitle autodetection (boolean) -#subsdec-autodetect-utf8=1 - -[vpx] # WebM video decoder - -# Quality mode (integer) -#sout-vpx-quality-mode=1000000 - -[twolame] # Libtwolame audio encoder - -# Encoding quality (float) -#sout-twolame-quality=0.000000 - -# Stereo mode (integer) -#sout-twolame-mode=0 - -# VBR mode (boolean) -#sout-twolame-vbr=0 - -# Psycho-acoustic model (integer) -#sout-twolame-psy=3 - -[spudec] # DVD subtitles decoder - -# Disable DVD subtitle transparency (boolean) -#dvdsub-transparency=0 - -[cc] # Closed Captions decoder - -# Opacity (boolean) -#cc-opaque=1 - -[jpeg] # JPEG image decoder - -# Quality level (integer) -#sout-jpeg-quality=95 - -[dav1d] # Dav1d video decoder - -# Frames Threads (integer) -#dav1d-thread-frames=0 - -# Tiles Threads (integer) -#dav1d-thread-tiles=0 - -[telx] # Teletext subtitles decoder - -# Override page (integer) -#telx-override-page=-1 - -# Ignore subtitle flag (boolean) -#telx-ignore-subtitle-flag=0 - -# Workaround for France (boolean) -#telx-french-workaround=0 - -[ddummy] # Dummy decoder - -# Save raw codec data (boolean) -#dummy-save-es=0 - -[svgdec] # SVG video decoder - -# Image width (integer) -#svg-width=-1 - -# Image height (integer) -#svg-height=-1 - -# Scale factor (float) -#svg-scale=-1.000000 - -[svcdsub] # Philips OGT (SVCD subtitle) decoder - -[a52] # ATSC A/52 (AC-3) audio decoder - -# A/52 dynamic range compression (boolean) -#a52-dynrng=1 - -[x26410b] # H.264/MPEG-4 Part 10/AVC encoder (x264 10-bit) - -# Maximum GOP size (integer) -#sout-x26410b-keyint=250 - -# Minimum GOP size (integer) -#sout-x26410b-min-keyint=25 - -# Use recovery points to close GOPs (boolean) -#sout-x26410b-opengop=0 - -# Enable compatibility hacks for Blu-ray support (boolean) -#sout-x26410b-bluray-compat=0 - -# Extra I-frames aggressivity (integer) -#sout-x26410b-scenecut=40 - -# B-frames between I and P (integer) -#sout-x26410b-bframes=3 - -# Adaptive B-frame decision (integer) -#sout-x26410b-b-adapt=1 - -# Influence (bias) B-frames usage (integer) -#sout-x26410b-b-bias=0 - -# Keep some B-frames as references (string) -#sout-x26410b-bpyramid=normal - -# CABAC (boolean) -#sout-x26410b-cabac=1 - -# Use fullrange instead of TV colorrange (boolean) -#sout-x26410b-fullrange=0 - -# Number of reference frames (integer) -#sout-x26410b-ref=3 - -# Skip loop filter (boolean) -#sout-x26410b-nf=0 - -# Loop filter AlphaC0 and Beta parameters alpha:beta (string) -#sout-x26410b-deblock=0:0 - -# Strength of psychovisual optimization, default is "1.0:0.0" (string) -#sout-x26410b-psy-rd=1.0:0.0 - -# Use Psy-optimizations (boolean) -#sout-x26410b-psy=1 - -# H.264 level (string) -#sout-x26410b-level=0 - -# H.264 profile (string) -#sout-x26410b-profile=high - -# Interlaced mode (boolean) -#sout-x26410b-interlaced=0 - -# Frame packing (integer) -#sout-x26410b-frame-packing=-1 - -# Force number of slices per frame (integer) -#sout-x26410b-slices=0 - -# Limit the size of each slice in bytes (integer) -#sout-x26410b-slice-max-size=0 - -# Limit the size of each slice in macroblocks (integer) -#sout-x26410b-slice-max-mbs=0 - -# HRD-timing information (string) -#sout-x26410b-hrd=none - -# Set QP (integer) -#sout-x26410b-qp=-1 - -# Quality-based VBR (integer) -#sout-x26410b-crf=23 - -# Min QP (integer) -#sout-x26410b-qpmin=10 - -# Max QP (integer) -#sout-x26410b-qpmax=51 - -# Max QP step (integer) -#sout-x26410b-qpstep=4 - -# Average bitrate tolerance (float) -#sout-x26410b-ratetol=1.000000 - -# Max local bitrate (integer) -#sout-x26410b-vbv-maxrate=0 - -# VBV buffer (integer) -#sout-x26410b-vbv-bufsize=0 - -# Initial VBV buffer occupancy (float) -#sout-x26410b-vbv-init=0.900000 - -# QP factor between I and P (float) -#sout-x26410b-ipratio=1.400000 - -# QP factor between P and B (float) -#sout-x26410b-pbratio=1.300000 - -# QP difference between chroma and luma (integer) -#sout-x26410b-chroma-qp-offset=0 - -# Multipass ratecontrol (integer) -#sout-x26410b-pass=0 - -# QP curve compression (float) -#sout-x26410b-qcomp=0.600000 - -# Reduce fluctuations in QP (float) -#sout-x26410b-cplxblur=20.000000 - -# Reduce fluctuations in QP (float) -#sout-x26410b-qblur=0.500000 - -# How AQ distributes bits (integer) -#sout-x26410b-aq-mode=1 - -# Strength of AQ (float) -#sout-x26410b-aq-strength=1.000000 - -# Partitions to consider (string) -#sout-x26410b-partitions=normal - -# Direct MV prediction mode (string) -#sout-x26410b-direct=spatial - -# Direct prediction size (integer) -#sout-x26410b-direct-8x8=1 - -# Weighted prediction for B-frames (boolean) -#sout-x26410b-weightb=1 - -# Weighted prediction for P-frames (integer) -#sout-x26410b-weightp=2 - -# Integer pixel motion estimation method (string) -#sout-x26410b-me=hex - -# Maximum motion vector search range (integer) -#sout-x26410b-merange=16 - -# Maximum motion vector length (integer) -#sout-x26410b-mvrange=-1 - -# Minimum buffer space between threads (integer) -#sout-x26410b-mvrange-thread=-1 - -# Subpixel motion estimation and partition decision quality (integer) -#sout-x26410b-subme=7 - -# Decide references on a per partition basis (boolean) -#sout-x26410b-mixed-refs=1 - -# Chroma in motion estimation (boolean) -#sout-x26410b-chroma-me=1 - -# Adaptive spatial transform size (boolean) -#sout-x26410b-8x8dct=1 - -# Trellis RD quantization (integer) -#sout-x26410b-trellis=1 - -# Framecount to use on frametype lookahead (integer) -#sout-x26410b-lookahead=40 - -# Use Periodic Intra Refresh (boolean) -#sout-x26410b-intra-refresh=0 - -# Use mb-tree ratecontrol (boolean) -#sout-x26410b-mbtree=1 - -# Early SKIP detection on P-frames (boolean) -#sout-x26410b-fast-pskip=1 - -# Coefficient thresholding on P-frames (boolean) -#sout-x26410b-dct-decimate=1 - -# Noise reduction (integer) -#sout-x26410b-nr=0 - -# Inter luma quantization deadzone (integer) -#sout-x26410b-deadzone-inter=21 - -# Intra luma quantization deadzone (integer) -#sout-x26410b-deadzone-intra=11 - -# Non-deterministic optimizations when threaded (boolean) -#sout-x26410b-non-deterministic=0 - -# CPU optimizations (boolean) -#sout-x26410b-asm=1 - -# PSNR computation (boolean) -#sout-x26410b-psnr=0 - -# SSIM computation (boolean) -#sout-x26410b-ssim=0 - -# Quiet mode (boolean) -#sout-x26410b-quiet=0 - -# SPS and PPS id numbers (integer) -#sout-x26410b-sps-id=0 - -# Access unit delimiters (boolean) -#sout-x26410b-aud=0 - -# Statistics (boolean) -#sout-x26410b-verbose=0 - -# Filename for 2 pass stats file (string) -#sout-x26410b-stats=x264_2pass.log - -# Default preset setting used (string) -#sout-x26410b-preset= - -# Default tune setting used (string) -#sout-x26410b-tune= - -# x264 advanced options (string) -#sout-x26410b-options= - -[subsusf] # USF subtitles decoder - -# Formatted Subtitles (boolean) -#subsdec-formatted=1 - -[prefetch] # Stream prefetch filter - -# Buffer size (integer) -#prefetch-buffer-size=16384 - -# Read size (integer) -#prefetch-read-size=16777216 - -# Seek threshold (integer) -#prefetch-seek-threshold=16384 - -[glspectrum] # 3D OpenGL spectrum visualization - -# Video width (integer) -#glspectrum-width=400 - -# Video height (integer) -#glspectrum-height=300 - -[visual] # Visualizer filter - -# Effects list (string) -#effect-list=spectrum - -# Video width (integer) -#effect-width=800 - -# Video height (integer) -#effect-height=500 - -# FFT window (string) -#effect-fft-window=flat - -# Kaiser window parameter (float) -#effect-kaiser-param=3.000000 - -# Show 80 bands instead of 20 (boolean) -#visual-80-bands=1 - -# Draw peaks in the analyzer (boolean) -#visual-peaks=1 - -# Enable original graphic spectrum (boolean) -#spect-show-original=0 - -# Draw the base of the bands (boolean) -#spect-show-base=1 - -# Base pixel radius (integer) -#spect-radius=42 - -# Spectral sections (integer) -#spect-sections=3 - -# V-plane color (integer) -#spect-color=80 - -# Draw bands in the spectrometer (boolean) -#spect-show-bands=1 - -# Show 80 bands instead of 20 (boolean) -#spect-80-bands=1 - -# Number of blank pixels between bands. (integer) -#spect-separ=1 - -# Amplification (integer) -#spect-amp=8 - -# Draw peaks in the analyzer (boolean) -#spect-show-peaks=1 - -# Peak extra width (integer) -#spect-peak-width=61 - -# Peak height (integer) -#spect-peak-height=1 - -[xcb_screen] # Screen capture (with X11/XCB) - -# Frame rate (float) -#screen-fps=2.000000 - -# Region left column (integer) -#screen-left=0 - -# Region top row (integer) -#screen-top=0 - -# Capture region width (integer) -#screen-width=0 - -# Capture region height (integer) -#screen-height=0 - -# Follow the mouse (boolean) -#screen-follow-mouse=0 - -[concat] # Concatenated inputs - -# Inputs list (string) -#concat-list= - -[vdr] # VDR recordings - -# Chapter offset in ms (integer) -#vdr-chapter-offset=0 - -# Frame rate (float) -#vdr-fps=25.000000 - -[rtp] # Real-Time Protocol (RTP) input - -# RTCP (local) port (integer) -#rtcp-port=0 - -# Maximum RTP sources (integer) -#rtp-max-src=1 - -# RTP source timeout (sec) (integer) -#rtp-timeout=5 - -# Maximum RTP sequence number dropout (integer) -#rtp-max-dropout=3000 - -# Maximum RTP sequence number misordering (integer) -#rtp-max-misorder=100 - -# RTP payload format assumed for dynamic payloads (string) -#rtp-dynamic-pt= - -[satip] # SAT>IP Receiver Plugin - -# Receive buffer (integer) -#satip-buffer=4194304 - -# Request multicast stream (boolean) -#satip-multicast=0 - -# Host (string) -#satip-host= - -[filesystem] # File input - -# List special files (boolean) -#list-special-files=0 - -[dvdread] # DVDRead Input (no menu support) - -# DVD angle (integer) -#dvdread-angle=1 - -[shm] # Shared memory framebuffer - -# Frame rate (float) -#shm-fps=10.000000 - -# Frame buffer depth (integer) -#shm-depth=0 - -# Frame buffer width (integer) -#shm-width=800 - -# Frame buffer height (integer) -#shm-height=480 - -[access_jack] # JACK audio input - -# Pace (boolean) -#jack-input-use-vlc-pace=0 - -# Auto connection (boolean) -#jack-input-auto-connect=0 - -[linsys_hdsdi] # HD-SDI Input - -# Link # (integer) -#linsys-hdsdi-link=0 - -# Video ID (integer) -#linsys-hdsdi-id-video=0 - -# Aspect ratio (string) -#linsys-hdsdi-aspect-ratio= - -# Audio configuration (string) -#linsys-hdsdi-audio=0=1,1 - -[access_alsa] # ALSA audio capture - -# Stereo (boolean) -#alsa-stereo=1 - -# Sample rate (integer) -#alsa-samplerate=48000 - -[sftp] # SFTP input - -# SFTP port (integer) -#sftp-port=22 - -# Username (string) -#sftp-user= - -# Password (string) -#sftp-pwd= - -[ftp] # FTP input - -# Username (string) -#ftp-user= - -# Password (string) -#ftp-pwd= - -# FTP account (string) -#ftp-account=anonymous - -[live555] # RTP/RTSP/SDP demuxer (using Live555) - -# Use RTP over RTSP (TCP) (boolean) -#rtsp-tcp=0 - -# Client port (integer) -#rtp-client-port=-1 - -# Force multicast RTP via RTSP (boolean) -#rtsp-mcast=0 - -# Tunnel RTSP and RTP over HTTP (boolean) -#rtsp-http=0 - -# HTTP tunnel port (integer) -#rtsp-http-port=80 - -# Kasenna RTSP dialect (boolean) -#rtsp-kasenna=0 - -# WMServer RTSP dialect (boolean) -#rtsp-wmserver=0 - -# Username (string) -#rtsp-user= - -# Password (string) -#rtsp-pwd= - -# RTSP frame buffer size (integer) -#rtsp-frame-buffer-size=250000 - -[avio] # libavformat AVIO access - -# Advanced options (string) -#avio-options= - -# Advanced options (string) -#sout-avio-options= - -[imem] # Memory input - -# ID (integer) -#imem-id=-1 - -# Group (integer) -#imem-group=0 - -# Category (integer) -#imem-cat=0 - -# Codec (string) -#imem-codec= - -# Language (string) -#imem-language= - -# Sample rate (integer) -#imem-samplerate=0 - -# Channels count (integer) -#imem-channels=0 - -# Width (integer) -#imem-width=0 - -# Height (integer) -#imem-height=0 - -# Display aspect ratio (string) -#imem-dar= - -# Frame rate (string) -#imem-fps= - -# Size (integer) -#imem-size=0 - -[linsys_sdi] # SDI Input - -# Link # (integer) -#linsys-sdi-link=0 - -# Video ID (integer) -#linsys-sdi-id-video=0 - -# Aspect ratio (string) -#linsys-sdi-aspect-ratio= - -# Audio configuration (string) -#linsys-sdi-audio=0=1,1 - -# Teletext configuration (string) -#linsys-sdi-telx= - -# Teletext language (string) -#linsys-sdi-telx-lang= - -[access] # HTTPS input - -# Cookies forwarding (boolean) -#http-forward-cookies=1 - -# User agent (string) -#http-user-agent= - -[udp] # UDP input - -# UDP Source timeout (sec) (integer) -#udp-timeout=-1 - -[access_srt] # SRT input - -# SRT chunk size (bytes) (integer) -#chunk-size=1316 - -# Return poll wait after timeout milliseconds (-1 = infinite) (integer) -#poll-timeout=-1 - -# SRT latency (ms) (integer) -#latency=125 - -# Password for stream encryption (string) -#passphrase= - -# Crypto key length in bytes (integer) -#key-length=16 - -[access_mms] # Microsoft Media Server (MMS) input - -# TCP/UDP timeout (ms) (integer) -#mms-timeout=5000 - -# Force selection of all streams (boolean) -#mms-all=0 - -# Maximum bitrate (integer) -#mms-maxbitrate=0 - -[smb] # SMB input - -# Username (string) -#smb-user= - -# Password (string) -#smb-pwd= - -# SMB domain (string) -#smb-domain= - -[timecode] # Time code subpicture elementary stream generator - -# Frame rate (string) -#timecode-fps=25/1 - -[http] # HTTP input - -# Auto re-connect (boolean) -#http-reconnect=0 - -[nfs] # NFS input - -# Set NFS uid/guid automatically (boolean) -#nfs-auto-guid=1 - -[v4l2] # Video4Linux input - -# Video capture device (string) -#v4l2-dev=/dev/video0 - -# VBI capture device (string) -#v4l2-vbidev= - -# Standard (string) -#v4l2-standard= - -# Video input chroma format (string) -#v4l2-chroma= - -# Input (integer) -#v4l2-input=0 - -# Audio input (integer) -#v4l2-audio-input=-1 - -# Width (integer) -#v4l2-width=0 - -# Height (integer) -#v4l2-height=0 - -# Picture aspect-ratio n:m (string) -#v4l2-aspect-ratio=4:3 - -# Frame rate (string) -#v4l2-fps=60 - -# Radio device (string) -#v4l2-radio-dev=/dev/radio0 - -# Frequency (integer) -#v4l2-tuner-frequency=-1 - -# Audio mode (integer) -#v4l2-tuner-audio-mode=3 - -# Reset controls (boolean) -#v4l2-controls-reset=0 - -# Brightness (integer) -#v4l2-brightness=-1 - -# Automatic brightness (integer) -#v4l2-brightness-auto=-1 - -# Contrast (integer) -#v4l2-contrast=-1 - -# Saturation (integer) -#v4l2-saturation=-1 - -# Hue (integer) -#v4l2-hue=-1 - -# Automatic hue (integer) -#v4l2-hue-auto=-1 - -# White balance temperature (K) (integer) -#v4l2-white-balance-temperature=-1 - -# Automatic white balance (integer) -#v4l2-auto-white-balance=-1 - -# Red balance (integer) -#v4l2-red-balance=-1 - -# Blue balance (integer) -#v4l2-blue-balance=-1 - -# Gamma (integer) -#v4l2-gamma=-1 - -# Automatic gain (integer) -#v4l2-autogain=-1 - -# Gain (integer) -#v4l2-gain=-1 - -# Sharpness (integer) -#v4l2-sharpness=-1 - -# Chroma gain (integer) -#v4l2-chroma-gain=-1 - -# Automatic chroma gain (integer) -#v4l2-chroma-gain-auto=-1 - -# Power line frequency (integer) -#v4l2-power-line-frequency=-1 - -# Backlight compensation (integer) -#v4l2-backlight-compensation=-1 - -# Band-stop filter (integer) -#v4l2-band-stop-filter=-1 - -# Horizontal flip (boolean) -#v4l2-hflip=0 - -# Vertical flip (boolean) -#v4l2-vflip=0 - -# Rotate (degrees) (integer) -#v4l2-rotate=-1 - -# Color killer (integer) -#v4l2-color-killer=-1 - -# Color effect (integer) -#v4l2-color-effect=-1 - -# Audio volume (integer) -#v4l2-audio-volume=-1 - -# Audio balance (integer) -#v4l2-audio-balance=-1 - -# Mute (boolean) -#v4l2-audio-mute=0 - -# Bass level (integer) -#v4l2-audio-bass=-1 - -# Treble level (integer) -#v4l2-audio-treble=-1 - -# Loudness mode (boolean) -#v4l2-audio-loudness=0 - -# v4l2 driver controls (string) -#v4l2-set-ctrls= - -[dvdnav] # DVDnav Input - -# DVD angle (integer) -#dvdnav-angle=1 - -# Start directly in menu (boolean) -#dvdnav-menu=1 - -[libbluray] # Blu-ray Disc support (libbluray) - -# Blu-ray menus (boolean) -#bluray-menu=1 - -# Region code (string) -#bluray-region=B - -[dtv] # Digital Television and Radio - -# DVB adapter (integer) -#dvb-adapter=0 - -# DVB device (integer) -#dvb-device=0 - -# Do not demultiplex (boolean) -#dvb-budget-mode=0 - -# Frequency (Hz) (integer) -#dvb-frequency=0 - -# Spectrum inversion (integer) -#dvb-inversion=-1 - -# Bandwidth (MHz) (integer) -#dvb-bandwidth=0 - -# Transmission mode (integer) -#dvb-transmission=0 - -# Guard interval (string) -#dvb-guard= - -# High-priority code rate (string) -#dvb-code-rate-hp= - -# Low-priority code rate (string) -#dvb-code-rate-lp= - -# Hierarchy mode (integer) -#dvb-hierarchy=-1 - -# DVB-T2 Physical Layer Pipe (integer) -#dvb-plp-id=0 - -# Layer A modulation (string) -#dvb-a-modulation= - -# Layer A code rate (string) -#dvb-a-fec= - -# Layer A segments count (integer) -#dvb-a-count=0 - -# Layer A time interleaving (integer) -#dvb-a-interleaving=0 - -# Layer B modulation (string) -#dvb-b-modulation= - -# Layer B code rate (string) -#dvb-b-fec= - -# Layer B segments count (integer) -#dvb-b-count=0 - -# Layer B time interleaving (integer) -#dvb-b-interleaving=0 - -# Layer C modulation (string) -#dvb-c-modulation= - -# Layer C code rate (string) -#dvb-c-fec= - -# Layer C segments count (integer) -#dvb-c-count=0 - -# Layer C time interleaving (integer) -#dvb-c-interleaving=0 - -# Modulation / Constellation (string) -#dvb-modulation= - -# Symbol rate (bauds) (integer) -#dvb-srate=0 - -# FEC code rate (string) -#dvb-fec= - -# Stream identifier (integer) -#dvb-stream=0 - -# Pilot (integer) -#dvb-pilot=-1 - -# Roll-off factor (integer) -#dvb-rolloff=-1 - -# Transport stream ID (integer) -#dvb-ts-id=0 - -# Polarization (Voltage) (string) -#dvb-polarization= - -# (integer) -#dvb-voltage=13 - -# High LNB voltage (boolean) -#dvb-high-voltage=0 - -# Local oscillator low frequency (kHz) (integer) -#dvb-lnb-low=0 - -# Local oscillator high frequency (kHz) (integer) -#dvb-lnb-high=0 - -# Universal LNB switch frequency (kHz) (integer) -#dvb-lnb-switch=11700000 - -# DiSEqC LNB number (integer) -#dvb-satno=0 - -# Uncommitted DiSEqC LNB number (integer) -#dvb-uncommitted=0 - -# Continuous 22kHz tone (integer) -#dvb-tone=-1 - -[cdda] # Audio CD input - -# Audio CD device (string) -#cd-audio=/dev/sr0 - -# CDDB Server (string) -#cddb-server=freedb.videolan.org - -# CDDB port (integer) -#cddb-port=80 - -[rist] # RIST input - -# RIST maximum packet size (bytes) (integer) -#packet-size=1472 - -# RIST demux/decode maximum jitter (default is 5ms) (integer) -#maximum-jitter=5 - -# RIST latency (ms) (integer) -#latency=1000 - -# RIST nack retry interval (ms) (integer) -#retry-interval=132 - -# RIST reorder buffer (ms) (integer) -#reorder-buffer=70 - -# RIST maximum retry count (integer) -#max-retries=10 - -# RIST nack type, 0 = range, 1 = bitmask. Default is range (integer) -#nack-type=0 - -# Disable NACK output packets (boolean) -#disable-nacks=0 - -# Do not check for a valid rtcp message from the encoder (boolean) -#mcast-blind-nacks=0 - -[dvb] # DVB input with v4l2 support - -# Probe DVB card for capabilities (boolean) -#dvb-probe=1 - -# Satellite scanning config (string) -#dvb-satellite= - -# Scan tuning list (string) -#dvb-scanlist= - -# Use NIT for scanning services (boolean) -#dvb-scan-nit=1 - -[mpegvideo] # MPEG-I/II video packetizer - -# Sync on Intra Frame (boolean) -#packetizer-mpegvideo-sync-iframe=0 - -[qt] # Qt interface - -# Start in minimal view (without menus) (boolean) -#qt-minimal-view=0 - -# Systray icon (boolean) -qt-system-tray=0 - -# Show notification popup on track change (integer) -#qt-notification=1 - -# Start VLC with only a systray icon (boolean) -#qt-start-minimized=0 - -# Pause the video playback when minimized (boolean) -#qt-pause-minimized=0 - -# Windows opacity between 0.1 and 1 (float) -#qt-opacity=1.000000 - -# Fullscreen controller opacity between 0.1 and 1 (float) -#qt-fs-opacity=0.800000 - -# Resize interface to the native video size (boolean) -#qt-video-autoresize=1 - -# Show playing item name in window title (boolean) -#qt-name-in-title=1 - -# Show a controller in fullscreen mode (boolean) -#qt-fs-controller=1 - -# Save the recently played items in the menu (boolean) -#qt-recentplay=1 - -# List of words separated by | to filter (string) -#qt-recentplay-filter= - -# Continue playback? (integer) -#qt-continue=1 - -# Embed the file browser in open dialog (boolean) -#qt-embedded-open=0 - -# Show advanced preferences over simple ones (boolean) -#qt-advanced-pref=0 - -# Show unimportant error and warnings dialogs (boolean) -#qt-error-dialogs=1 - -# Define the colors of the volume slider (string) -#qt-slider-colours=153;210;153;20;210;20;255;199;15;245;39;29 - -# Ask for network policy at start (boolean) -qt-privacy-ask=0 - -# Define which screen fullscreen goes (integer) -#qt-fullscreen-screennumber=-1 - -# Load extensions on startup (boolean) -#qt-autoload-extensions=1 - -# Display background cone or art (boolean) -#qt-bgcone=1 - -# Expanding background cone or art (boolean) -#qt-bgcone-expands=0 - -# Allow automatic icon changes (boolean) -#qt-icon-change=1 - -# Maximum Volume displayed (integer) -#qt-max-volume=125 - -# Fullscreen controller mouse sensitivity (integer) -#qt-fs-sensitivity=3 - -# When to raise the interface (integer) -#qt-auto-raise=1 - -[ncurses] # Ncurses interface - -# Filebrowser starting point (string) -#browse-dir= - -[skins2] # Skinnable Interface - -# Skin to use (string) -skins2-last=/usr/share/vlc/skins2/default.vlt - -# Config of last used skin (string) -skins2-config=["aboutwin" "aboutwinwin-main" 795 454 330 171 0]["eqwin" "eqwin-main" 795 454 330 171 0]["fullscreenController" "fsc_normal" 710 918 500 130 0]["main" "normal" 315 113 1280 846 1]["plwin" "plwin-normal" 806 419 500 350 0] - -# Enable transparency effects (boolean) -#skins2-transparency=0 - -# Use a skinned playlist (boolean) -#skinned-playlist=1 - -# Display video in a skinned window if any (boolean) -#skinned-video=1 - -[lirc] # Infrared remote control interface - -# Change the lirc configuration file (string) -#lirc-file= - -[motion] # motion control interface - -[oldrc] # Remote control interface - -# Show stream position (boolean) -#rc-show-pos=0 - -# Fake TTY (boolean) -#rc-fake-tty=0 - -# UNIX socket command input (string) -#rc-unix= - -# TCP command input (string) -#rc-host= - -[netsync] # Network synchronization - -# Network master clock (boolean) -#netsync-master=0 - -# Master server IP address (string) -#netsync-master-ip= - -# UDP timeout (in ms) (integer) -#netsync-timeout=500 - -[gestures] # Mouse gestures control interface - -# Motion threshold (10-100) (integer) -#gestures-threshold=30 - -# Trigger button (string) -#gestures-button=left - -[upnp] # Universal Plug'n'Play - -# SAT>IP channel list (string) -#satip-channelist=auto - -# Custom SAT>IP channel list URL (string) -#satip-channellist-url= - -[podcast] # Podcasts - -# Podcast URLs list (string) -#podcast-urls= - -[sap] # Network streams (SAP) - -# SAP multicast address (string) -#sap-addr= - -# SAP timeout (seconds) (integer) -#sap-timeout=1800 - -# Try to parse the announce (boolean) -#sap-parse=1 - -# SAP Strict mode (boolean) -#sap-strict=0 - -[console] # Console logger - -[file] # File logger - -# Log to file (boolean) -#file-logging=0 - -# Log filename (string) -#logfile= - -# Log format (string) -#logmode=text - -# Verbosity (integer) -#log-verbose=-1 - -[syslog] # System logger (syslog) - -# System log (syslog) (boolean) -#syslog=0 - -# Debug messages (boolean) -#syslog-debug=0 - -# Identity (string) -#syslog-ident=vlc - -# Facility (string) -#syslog-facility=user - -[file] # Secrets are stored on a file without any encryption - -# ? (string) -#keystore-file= - -[lua] # Lua interpreter - -# Lua interface (string) -#lua-intf=dummy - -# Lua interface configuration (string) -#lua-config= - -# Password (string) -http-password=U*m9o3kFRwpPSX78%gyM - -# Source directory (string) -#http-src= - -# Directory index (boolean) -#http-index=0 - -# TCP command input (string) -#rc-host= - -# CLI input (string) -#cli-host= - -# Host (string) -#telnet-host=localhost - -# Port (integer) -#telnet-port=4212 - -# Password (string) -#telnet-password= - -[alsa] # ALSA audio output - -# Audio output device (string) -#alsa-audio-device=default - -# Audio output channels (integer) -#alsa-audio-channels=6 - -# Software gain (float) -#alsa-gain=1.000000 - -[amem] # Audio memory output - -# Sample format (string) -#amem-format=S16N - -# Sample rate (integer) -#amem-rate=44100 - -# Channels count (integer) -#amem-channels=2 - -[jack] # JACK audio output - -# Automatically connect to writable clients (boolean) -#jack-auto-connect=1 - -# Connect to clients matching (string) -#jack-connect-regex=system - -# JACK client name (string) -#jack-name= - -# Software gain (float) -#jack-gain=1.000000 - -[afile] # File audio output - -# Output file (string) -#audiofile-file=audiofile.wav - -# Output format (string) -#audiofile-format=s16 - -# Number of output channels (integer) -#audiofile-channels=0 - -# Add WAVE header (boolean) -#audiofile-wav=1 - -[notify] # LibNotify Notification Plugin - -# Timeout (ms) (integer) -#notify-timeout=4000 - -[chorus_flanger] # Sound Delay - -# Delay time (float) -#delay-time=20.000000 - -# Sweep Depth (float) -#sweep-depth=6.000000 - -# Sweep Rate (float) -#sweep-rate=6.000000 - -# Feedback gain (float) -#feedback-gain=0.500000 - -# Wet mix (float) -#wet-mix=0.400000 - -# Dry Mix (float) -#dry-mix=0.400000 - -[soxr] # soxr - -# Resampling quality (integer) -#soxr-resampler-quality=2 - -[gain] # Gain control filter - -# Gain multiplier (float) -#gain-value=1.000000 - -[remap] # Audio channel remapper - -# Left (integer) -#aout-remap-channel-left=0 - -# Center (integer) -#aout-remap-channel-center=1 - -# Right (integer) -#aout-remap-channel-right=2 - -# Rear left (integer) -#aout-remap-channel-rearleft=3 - -# Rear center (integer) -#aout-remap-channel-rearcenter=4 - -# Rear right (integer) -#aout-remap-channel-rearright=5 - -# Side left (integer) -#aout-remap-channel-middleleft=6 - -# Side right (integer) -#aout-remap-channel-middleright=7 - -# Low-frequency effects (integer) -#aout-remap-channel-lfe=8 - -# Normalize channels (boolean) -#aout-remap-normalize=1 - -[stereo_widen] # Simple stereo widening effect - -# Delay time (float) -#stereowiden-delay=20.000000 - -# Feedback gain (float) -#stereowiden-feedback=0.300000 - -# Crossfeed (float) -#stereowiden-crossfeed=0.300000 - -# Dry mix (float) -#stereowiden-dry-mix=0.800000 - -[equalizer] # Equalizer with 10 bands - -# Equalizer preset (string) -#equalizer-preset=flat - -# Bands gain (string) -#equalizer-bands= - -# Two pass (boolean) -#equalizer-2pass=0 - -# Use VLC frequency bands (boolean) -#equalizer-vlcfreqs=1 - -# Global gain (float) -#equalizer-preamp=12.000000 - -[compressor] # Dynamic range compressor - -# RMS/peak (float) -#compressor-rms-peak=0.200000 - -# Attack time (float) -#compressor-attack=25.000000 - -# Release time (float) -#compressor-release=100.000000 - -# Threshold level (float) -#compressor-threshold=-11.000000 - -# Ratio (float) -#compressor-ratio=4.000000 - -# Knee radius (float) -#compressor-knee=5.000000 - -# Makeup gain (float) -#compressor-makeup-gain=7.000000 - -[spatializer] # Audio Spatializer - -# Room size (float) -#spatializer-roomsize=0.850000 - -# Room width (float) -#spatializer-width=1.000000 - -# Wet (float) -#spatializer-wet=0.400000 - -# Dry (float) -#spatializer-dry=0.500000 - -# Damp (float) -#spatializer-damp=0.500000 - -[headphone] # Headphone virtual spatialization effect - -# Characteristic dimension (integer) -#headphone-dim=10 - -# Compensate delay (boolean) -#headphone-compensate=0 - -# No decoding of Dolby Surround (boolean) -#headphone-dolby=0 - -[samplerate] # Secret Rabbit Code (libsamplerate) resampler - -# Sample rate converter type (integer) -#src-converter-type=2 - -[scaletempo] # Audio tempo scaler synched with rate - -# Stride Length (integer) -#scaletempo-stride=30 - -# Overlap Length (float) -#scaletempo-overlap=0.200000 - -# Search Length (integer) -#scaletempo-search=14 - -[mono] # Stereo to mono downmixer - -# Use downmix algorithm (boolean) -#sout-mono-downmix=1 - -# Select channel to keep (integer) -#sout-mono-channel=-1 - -[scaletempo_pitch] # Pitch Shifter - -# Stride Length (integer) -#scaletempo-stride=30 - -# Overlap Length (float) -#scaletempo-overlap=0.200000 - -# Search Length (integer) -#scaletempo-search=14 - -# Pitch Shift (float) -#pitch-shift=0.000000 - -[audiobargraph_a] # Audio part of the BarGraph function - -# Defines if BarGraph information should be sent (integer) -#audiobargraph_a-bargraph=1 - -# Sends the barGraph information every n audio packets (integer) -#audiobargraph_a-bargraph_repetition=4 - -# Defines if silence alarm information should be sent (integer) -#audiobargraph_a-silence=1 - -# Time window to use in ms (integer) -#audiobargraph_a-time_window=5000 - -# Minimum Audio level to raise the alarm (float) -#audiobargraph_a-alarm_threshold=0.020000 - -# Time between two alarm messages in ms (integer) -#audiobargraph_a-repetition_time=2000 - -[speex_resampler] # Speex resampler - -# Resampling quality (integer) -#speex-resampler-quality=4 - -[normvol] # Volume normalizer - -# Number of audio buffers (integer) -#norm-buff-size=20 - -# Maximal volume level (float) -#norm-max-level=2.000000 - -[param_eq] # Parametric Equalizer - -# Low freq (Hz) (float) -#param-eq-lowf=100.000000 - -# Low freq gain (dB) (float) -#param-eq-lowgain=0.000000 - -# High freq (Hz) (float) -#param-eq-highf=10000.000000 - -# High freq gain (dB) (float) -#param-eq-highgain=0.000000 - -# Freq 1 (Hz) (float) -#param-eq-f1=300.000000 - -# Freq 1 gain (dB) (float) -#param-eq-gain1=0.000000 - -# Freq 1 Q (float) -#param-eq-q1=3.000000 - -# Freq 2 (Hz) (float) -#param-eq-f2=1000.000000 - -# Freq 2 gain (dB) (float) -#param-eq-gain2=0.000000 - -# Freq 2 Q (float) -#param-eq-q2=3.000000 - -# Freq 3 (Hz) (float) -#param-eq-f3=3000.000000 - -# Freq 3 gain (dB) (float) -#param-eq-gain3=0.000000 - -# Freq 3 Q (float) -#param-eq-q3=3.000000 - -[xdg_shell] # XDG shell surface - -# Wayland display (string) -#wl-display= - -[vmem] # Video memory output - -# Width (integer) -#vmem-width=320 - -# Height (integer) -#vmem-height=200 - -# Pitch (integer) -#vmem-pitch=640 - -# Chroma (string) -#vmem-chroma=RV16 - -[vdummy] # Dummy video output - -# Dummy image chroma format (string) -#dummy-chroma= - -[yuv] # YUV video output - -# device, fifo or filename (string) -#yuv-file=stream.yuv - -# Chroma used (string) -#yuv-chroma= - -# Add a YUV4MPEG2 header (boolean) -#yuv-yuv4mpeg2=0 - -[wl_shell] # Wayland shell surface - -# Wayland display (string) -#wl-display= - -[flaschen] # Flaschen-Taschen video output - -# Flaschen-Taschen display address (string) -#flaschen-display= - -# Width (integer) -#flaschen-width=25 - -# Height (integer) -#flaschen-height=20 - -[xcb_window] # X11 video window (XCB) - -# X11 display (string) -#x11-display= - -[xcb_xv] # XVideo output (XCB) - -# XVideo adaptor number (integer) -#xvideo-adaptor=-1 - -# XVideo format id (integer) -#xvideo-format-id=0 - -[fb] # GNU/Linux framebuffer video output - -# Framebuffer device (string) -#fbdev=/dev/fb0 - -# Run fb on current tty (boolean) -#fb-tty=1 - -# Image format (default RGB) (string) -#fb-chroma= - -# Framebuffer resolution to use (integer) -#fb-mode=4 - -# Framebuffer uses hw acceleration (boolean) -#fb-hw-accel=1 - -[xcb_x11] # X11 video output (XCB) - -[gl] # OpenGL video output - -# OpenGL extension (string) -#gl= - -# Open GL/GLES hardware converter (string) -#glconv= - -# Rendering intent for color conversion (integer) -#rendering-intent=1 - -# Display primaries (integer) -#target-prim=0 - -# Display gamma / transfer function (integer) -#target-trc=0 - -# Tone-mapping algorithm (integer) -#tone-mapping=3 - -# Tone-mapping parameter (float) -#tone-mapping-param=0.000000 - -# Highlight clipped pixels (boolean) -#tone-mapping-warn=0 - -# Dithering algorithm (integer) -#dither-algo=-1 - -# Dither depth override (0 = framebuffer depth) (integer) -#dither-depth=0 - -# Desaturation strength (float) -#desat-strength=0.900000 - -# Desaturation exponent (float) -#desat-exponent=0.200000 - -# Desaturation base (float) -#desat-base=0.180000 - -# Maximum brightness boost (float) -#max-boost=0.000000 - -[demuxdump] # File dumper - -# Dump module (string) -#demuxdump-access=file - -# Dump filename (string) -#demuxdump-file=stream-demux.dump - -# Append to existing file (boolean) -#demuxdump-append=0 - -[mp4] # MP4 stream demuxer - -# M4A audio only (boolean) -#mp4-m4a-audioonly=0 - -[adaptive] # Unified adaptive streaming for DASH/HLS - -# Adaptive Logic (string) -#adaptive-logic= - -# Maximum device width (integer) -#adaptive-maxwidth=0 - -# Maximum device height (integer) -#adaptive-maxheight=0 - -# Fixed Bandwidth in KiB/s (integer) -#adaptive-bw=250 - -# Use regular HTTP modules (boolean) -#adaptive-use-access=0 - -# Live Playback delay (ms) (integer) -#adaptive-livedelay=15000 - -# Max buffering (ms) (integer) -#adaptive-maxbuffer=30000 - -# Low latency (integer) -#adaptive-lowlatency=-1 - -[rawvid] # Raw video demuxer - -# Frames per Second (string) -#rawvid-fps= - -# Width (integer) -#rawvid-width=0 - -# Height (integer) -#rawvid-height=0 - -# Force chroma (Use carefully) (string) -#rawvid-chroma= - -# Aspect ratio (string) -#rawvid-aspect-ratio= - -[rawdv] # DV (Digital Video) demuxer - -# Hurry up (boolean) -#rawdv-hurry-up=0 - -[avi] # AVI demuxer - -# Force interleaved method (boolean) -#avi-interleaved=0 - -# Force index creation (integer) -#avi-index=0 - -[ts] # MPEG Transport Stream demuxer - -# Digital TV Standard (string) -#ts-standard=auto - -# Extra PMT (string) -#ts-extra-pmt= - -# Trust in-stream PCR (boolean) -#ts-trust-pcr=1 - -# Set id of ES to PID (boolean) -#ts-es-id-pid=1 - -# CSA Key (string) -#ts-csa-ck= - -# Second CSA Key (string) -#ts-csa2-ck= - -# Packet size in bytes to decrypt (integer) -#ts-csa-pkt=188 - -# Separate sub-streams (boolean) -#ts-split-es=1 - -# Seek based on percent not time (boolean) -#ts-seek-percent=0 - -# Check packets continuity counter (boolean) -#ts-cc-check=1 - -# Only create ES on program sending data (boolean) -#ts-pmtfix-waitdata=1 - -# Try to generate PAT/PMT if missing (boolean) -#ts-patfix=1 - -# Try to fix too early PCR (or late DTS) (boolean) -#ts-pcr-offsetfix=1 - -[rawaud] # Raw audio demuxer - -# Audio channels (integer) -#rawaud-channels=2 - -# Audio samplerate (Hz) (integer) -#rawaud-samplerate=48000 - -# FOURCC code of raw input format (string) -#rawaud-fourcc=s16l - -# Forces the audio language (string) -#rawaud-lang=eng - -[h26x] # H264 video demuxer - -# Frames per Second (float) -#h264-fps=0.000000 - -# Frames per Second (float) -#hevc-fps=0.000000 - -[playlist] # Playlist - -# Skip ads (boolean) -#playlist-skip-ads=1 - -# Show shoutcast adult content (boolean) -#shoutcast-show-adult=0 - -[ps] # MPEG-PS demuxer - -# Trust MPEG timestamps (boolean) -#ps-trust-timestamps=1 - -[diracsys] # Dirac video demuxer - -# Value to adjust dts by (integer) -#dirac-dts-offset=0 - -[mkv] # Matroska stream demuxer - -# Respect ordered chapters (boolean) -#mkv-use-ordered-chapters=1 - -# Chapter codecs (boolean) -#mkv-use-chapter-codec=1 - -# Preload MKV files in the same directory (boolean) -#mkv-preload-local-dir=1 - -# Seek based on percent not time (boolean) -#mkv-seek-percent=0 - -# Dummy Elements (boolean) -#mkv-use-dummy=0 - -# Preload clusters (boolean) -#mkv-preload-clusters=0 - -[mjpeg] # M-JPEG camera demuxer - -# Frames per Second (float) -#mjpeg-fps=0.000000 - -[avformat] # Avformat demuxer - -# Format name (string) -#avformat-format= - -# Advanced options (string) -#avformat-options= - -# Avformat mux (string) -#sout-avformat-mux= - -# Advanced options (string) -#sout-avformat-options= - -# Reset timestamps (boolean) -#sout-avformat-reset-ts=0 - -[image] # Image demuxer - -# ES ID (integer) -#image-id=-1 - -# Group (integer) -#image-group=0 - -# Decode (boolean) -#image-decode=1 - -# Forced chroma (string) -#image-chroma= - -# Duration in seconds (float) -#image-duration=10.000000 - -# Frame rate (string) -#image-fps=10/1 - -# Real-time (boolean) -#image-realtime=0 - -[es] # MPEG-I/II/4 / A52 / DTS / MLP audio - -# Frames per Second (float) -#es-fps=25.000000 - -[mod] # MOD demuxer (libmodplug) - -# Noise reduction (boolean) -#mod-noisereduction=1 - -# Reverb (boolean) -#mod-reverb=0 - -# Reverberation level (integer) -#mod-reverb-level=0 - -# Reverberation delay (integer) -#mod-reverb-delay=40 - -# Mega bass (boolean) -#mod-megabass=0 - -# Mega bass level (integer) -#mod-megabass-level=0 - -# Mega bass cutoff (integer) -#mod-megabass-range=10 - -# Surround (boolean) -#mod-surround=0 - -# Surround level (integer) -#mod-surround-level=0 - -# Surround delay (ms) (integer) -#mod-surround-delay=5 - -[subtitle] # Text subtitle parser - -# Frames per Second (float) -#sub-fps=0.000000 - -# Subtitle delay (integer) -#sub-delay=0 - -# Subtitle format (string) -#sub-type=auto - -# Subtitle description (string) -#sub-description= - -[vc1] # VC1 video demuxer - -# Frames per Second (float) -#vc1-fps=25.000000 - -[rss] # RSS and Atom feed display - -# Feed URLs (string) -#rss-urls= - -# X offset (integer) -#rss-x=0 - -# Y offset (integer) -#rss-y=0 - -# Text position (integer) -#rss-position=-1 - -# Opacity (integer) -#rss-opacity=255 - -# Color (integer) -#rss-color=16777215 - -# Font size, pixels (integer) -#rss-size=0 - -# Speed of feeds (integer) -#rss-speed=100000 - -# Max length (integer) -#rss-length=60 - -# Refresh time (integer) -#rss-ttl=1800 - -# Feed images (boolean) -#rss-images=1 - -# Title display mode (integer) -#rss-title=-1 - -[dynamicoverlay] # Dynamic video overlay - -# Input FIFO (string) -#overlay-input= - -# Output FIFO (string) -#overlay-output= - -[mosaic] # Mosaic video sub source - -# Transparency (integer) -#mosaic-alpha=255 - -# Height (integer) -#mosaic-height=100 - -# Width (integer) -#mosaic-width=100 - -# Mosaic alignment (integer) -#mosaic-align=5 - -# Top left corner X coordinate (integer) -#mosaic-xoffset=0 - -# Top left corner Y coordinate (integer) -#mosaic-yoffset=0 - -# Border width (integer) -#mosaic-borderw=0 - -# Border height (integer) -#mosaic-borderh=0 - -# Positioning method (integer) -#mosaic-position=0 - -# Number of rows (integer) -#mosaic-rows=2 - -# Number of columns (integer) -#mosaic-cols=2 - -# Keep aspect ratio (boolean) -#mosaic-keep-aspect-ratio=0 - -# Keep original size (boolean) -#mosaic-keep-picture=0 - -# Elements order (string) -#mosaic-order= - -# Offsets in order (string) -#mosaic-offsets= - -# Delay (integer) -#mosaic-delay=0 - -[logo] # Logo sub source - -# Logo filenames (string) -#logo-file= - -# X coordinate (integer) -#logo-x=-1 - -# Y coordinate (integer) -#logo-y=-1 - -# Logo individual image time in ms (integer) -#logo-delay=1000 - -# Logo animation # of loops (integer) -#logo-repeat=-1 - -# Opacity of the logo (integer) -#logo-opacity=255 - -# Logo position (integer) -#logo-position=-1 - -[marq] # Marquee display - -# Text (string) -#marq-marquee=VLC - -# Text file (string) -#marq-file= - -# X offset (integer) -#marq-x=0 - -# Y offset (integer) -#marq-y=0 - -# Marquee position (integer) -#marq-position=-1 - -# Opacity (integer) -#marq-opacity=255 - -# Color (integer) -#marq-color=16777215 - -# Font size, pixels (integer) -#marq-size=0 - -# Timeout (integer) -#marq-timeout=0 - -# Refresh period in ms (integer) -#marq-refresh=1000 - -[audiobargraph_v] # Audio Bar Graph Video sub source - -# X coordinate (integer) -#audiobargraph_v-x=0 - -# Y coordinate (integer) -#audiobargraph_v-y=0 - -# Transparency of the bargraph (integer) -#audiobargraph_v-transparency=255 - -# Bargraph position (integer) -#audiobargraph_v-position=-1 - -# Bar width in pixel (integer) -#audiobargraph_v-barWidth=10 - -# Bar Height in pixel (integer) -#audiobargraph_v-barHeight=400 - -[subsdelay] # Subtitle delay - -# Delay calculation mode (integer) -#subsdelay-mode=1 - -# Calculation factor (float) -#subsdelay-factor=2.000000 - -# Maximum overlapping subtitles (integer) -#subsdelay-overlap=3 - -# Minimum alpha value (integer) -#subsdelay-min-alpha=70 - -# Interval between two disappearances (integer) -#subsdelay-min-stops=1000 - -# Interval between appearance and disappearance (integer) -#subsdelay-min-start-stop=1000 - -# Interval between disappearance and appearance (integer) -#subsdelay-min-stop-start=1000 - -[folder] # Folder meta data - -# Album art filename (string) -#album-art-filename= - -[mirror] # Mirror video filter - -# Mirror orientation (integer) -#mirror-split=0 - -# Direction (integer) -#mirror-direction=0 - -[ball] # Ball video filter - -# Ball color (string) -#ball-color=red - -# Ball speed (integer) -#ball-speed=4 - -# Ball size (integer) -#ball-size=10 - -# Gradient threshold (integer) -#ball-gradient-threshold=40 - -# Edge visible (boolean) -#ball-edge-visible=1 - -[hqdn3d] # High Quality 3D Denoiser filter - -# Spatial luma strength (0-254) (float) -#hqdn3d-luma-spat=4.000000 - -# Spatial chroma strength (0-254) (float) -#hqdn3d-chroma-spat=3.000000 - -# Temporal luma strength (0-254) (float) -#hqdn3d-luma-temp=6.000000 - -# Temporal chroma strength (0-254) (float) -#hqdn3d-chroma-temp=4.500000 - -[fps] # FPS conversion video filter - -# Frame rate (string) -#fps-fps= - -[scene] # Scene video filter - -# Image format (string) -#scene-format=png - -# Image width (integer) -#scene-width=-1 - -# Image height (integer) -#scene-height=-1 - -# Filename prefix (string) -#scene-prefix=scene - -# Directory path prefix (string) -#scene-path= - -# Always write to the same file (boolean) -#scene-replace=0 - -# Recording ratio (integer) -#scene-ratio=50 - -[rotate] # Rotate video filter - -# Angle in degrees (float) -#rotate-angle=30.000000 - -# Use motion sensors (boolean) -#rotate-use-motion=0 - -[anaglyph] # Convert 3D picture to anaglyph image video filter - -# Color scheme (string) -#anaglyph-scheme=red-cyan - -[sepia] # Sepia video filter - -# Sepia intensity (integer) -#sepia-intensity=120 - -[erase] # Erase video filter - -# Image mask (string) -#erase-mask= - -# X coordinate (integer) -#erase-x=0 - -# Y coordinate (integer) -#erase-y=0 - -[colorthres] # Color threshold filter - -# Color (integer) -#colorthres-color=16711680 - -# Saturation threshold (integer) -#colorthres-saturationthres=20 - -# Similarity threshold (integer) -#colorthres-similaritythres=15 - -[transform] # Video transformation filter - -# Transform type (string) -#transform-type=90 - -[alphamask] # Alpha mask video filter - -# Transparency mask (string) -#alphamask-mask= - -[posterize] # Posterize video filter - -# Posterize level (integer) -#posterize-level=6 - -[gradfun] # Gradfun video filter - -# Radius (integer) -#gradfun-radius=16 - -# Strength (float) -#gradfun-strength=1.200000 - -[puzzle] # Puzzle interactive game video filter - -# Number of puzzle rows (integer) -#puzzle-rows=4 - -# Number of puzzle columns (integer) -#puzzle-cols=4 - -# Border (integer) -#puzzle-border=3 - -# Small preview (boolean) -#puzzle-preview=0 - -# Small preview size (integer) -#puzzle-preview-size=15 - -# Piece edge shape size (integer) -#puzzle-shape-size=90 - -# Auto shuffle (integer) -#puzzle-auto-shuffle=0 - -# Auto solve (integer) -#puzzle-auto-solve=0 - -# Rotation (integer) -#puzzle-rotation=0 - -# Game mode (integer) -#puzzle-mode=0 - -[motionblur] # Motion blur filter - -# Blur factor (1-127) (integer) -#blur-factor=80 - -[canvas] # Canvas video filter - -# Output width (integer) -#canvas-width=0 - -# Output height (integer) -#canvas-height=0 - -# Output picture aspect ratio (string) -#canvas-aspect= - -# Pad video (boolean) -#canvas-padd=1 - -[grain] # Grain video filter - -# Variance (float) -#grain-variance=2.000000 - -# Minimal period (integer) -#grain-period-min=1 - -# Maximal period (integer) -#grain-period-max=48 - -[adjust] # Image properties filter - -# Image contrast (0-2) (float) -#contrast=1.000000 - -# Image brightness (0-2) (float) -#brightness=1.000000 - -# Image hue (-180..180) (float) -#hue=0.000000 - -# Image saturation (0-3) (float) -#saturation=1.000000 - -# Image gamma (0-10) (float) -#gamma=1.000000 - -# Brightness threshold (boolean) -#brightness-threshold=0 - -[gaussianblur] # Gaussian blur video filter - -# Gaussian's std deviation (float) -#gaussianblur-sigma=2.000000 - -[sharpen] # Sharpen video filter - -# Sharpen strength (0-2) (float) -#sharpen-sigma=0.050000 - -[gradient] # Gradient video filter - -# Distort mode (string) -#gradient-mode=gradient - -# Gradient image type (integer) -#gradient-type=0 - -# Apply cartoon effect (boolean) -#gradient-cartoon=1 - -[extract] # Extract RGB component video filter - -# RGB component to extract (integer) -#extract-component=16711680 - -[antiflicker] # antiflicker video filter - -# Window size (integer) -#antiflicker-window-size=10 - -# Softening value (integer) -#antiflicker-softening-size=10 - -[croppadd] # Video cropping filter - -# Pixels to crop from top (integer) -#croppadd-croptop=0 - -# Pixels to crop from bottom (integer) -#croppadd-cropbottom=0 - -# Pixels to crop from left (integer) -#croppadd-cropleft=0 - -# Pixels to crop from right (integer) -#croppadd-cropright=0 - -# Pixels to padd to top (integer) -#croppadd-paddtop=0 - -# Pixels to padd to bottom (integer) -#croppadd-paddbottom=0 - -# Pixels to padd to left (integer) -#croppadd-paddleft=0 - -# Pixels to padd to right (integer) -#croppadd-paddright=0 - -[bluescreen] # Bluescreen video filter - -# Bluescreen U value (integer) -#bluescreen-u=120 - -# Bluescreen V value (integer) -#bluescreen-v=90 - -# Bluescreen U tolerance (integer) -#bluescreen-ut=17 - -# Bluescreen V tolerance (integer) -#bluescreen-vt=17 - -[blendbench] # Blending benchmark filter - -# Number of time to blend (integer) -#blendbench-loops=1000 - -# Alpha of the blended image (integer) -#blendbench-alpha=128 - -# Image to be blended onto (string) -#blendbench-base-image= - -# Chroma for the base image (string) -#blendbench-base-chroma=I420 - -# Image which will be blended (string) -#blendbench-blend-image= - -# Chroma for the blend image (string) -#blendbench-blend-chroma=YUVA - -[postproc] # Video post processing filter - -# Post processing quality (integer) -#postproc-q=6 - -# FFmpeg post processing filter chains (string) -#postproc-name=default - -[deinterlace] # Deinterlacing video filter - -# Streaming deinterlace mode (string) -#sout-deinterlace-mode=blend - -# Phosphor chroma mode for 4:2:0 input (integer) -#sout-deinterlace-phosphor-chroma=2 - -# Phosphor old field dimmer strength (integer) -#sout-deinterlace-phosphor-dimmer=2 - -[core] # core program - -# Enable audio (boolean) -#audio=1 - -# Audio gain (float) -#gain=1.000000 - -# Audio output volume step (float) -#volume-step=12.800000 - -# Remember the audio volume (boolean) -#volume-save=1 - -# Force S/PDIF support (boolean) -#spdif=0 - -# Force detection of Dolby Surround (integer) -#force-dolby-surround=0 - -# Stereo audio output mode (integer) -#stereo-mode=0 - -# Audio desynchronization compensation (integer) -#audio-desync=0 - -# Replay gain mode (string) -#audio-replay-gain-mode=none - -# Replay preamp (float) -#audio-replay-gain-preamp=0.000000 - -# Default replay gain (float) -#audio-replay-gain-default=-7.000000 - -# Peak protection (boolean) -#audio-replay-gain-peak-protection=1 - -# Enable time stretching audio (boolean) -#audio-time-stretch=1 - -# Audio output module (string) -aout=pulse - -# Media role (string) -#role=video - -# Audio filters (string) -#audio-filter= - -# Audio visualizations (string) -#audio-visual=none - -# Audio resampler (string) -#audio-resampler= - -# Enable video (boolean) -#video=1 - -# Grayscale video output (boolean) -#grayscale=0 - -# Fullscreen video output (boolean) -#fullscreen=0 - -# Embedded video (boolean) -#embedded-video=1 - -# (boolean) -#xlib=1 - -# Drop late frames (boolean) -#drop-late-frames=1 - -# Skip frames (boolean) -#skip-frames=1 - -# Quiet synchro (boolean) -#quiet-synchro=0 - -# Key press events (boolean) -#keyboard-events=1 - -# Mouse events (boolean) -#mouse-events=1 - -# Always on top (boolean) -#video-on-top=0 - -# Enable wallpaper mode (boolean) -#video-wallpaper=0 - -# Disable screensaver (boolean) -#disable-screensaver=1 - -# Show media title on video (boolean) -#video-title-show=1 - -# Show video title for x milliseconds (integer) -#video-title-timeout=5000 - -# Position of video title (integer) -#video-title-position=8 - -# Hide cursor and fullscreen controller after x milliseconds (integer) -#mouse-hide-timeout=1000 - -# Video snapshot directory (or filename) (string) -snapshot-path=/home/en/Pictures/Screenshots - -# Video snapshot file prefix (string) -#snapshot-prefix=vlcsnap- - -# Video snapshot format (string) -#snapshot-format=png - -# Display video snapshot preview (boolean) -#snapshot-preview=1 - -# Use sequential numbers instead of timestamps (boolean) -#snapshot-sequential=0 - -# Video snapshot width (integer) -#snapshot-width=-1 - -# Video snapshot height (integer) -#snapshot-height=-1 - -# Video width (integer) -#width=-1 - -# Video height (integer) -#height=-1 - -# Video X coordinate (integer) -#video-x=0 - -# Video Y coordinate (integer) -#video-y=0 - -# Video cropping (string) -#crop= - -# Custom crop ratios list (string) -#custom-crop-ratios= - -# Source aspect ratio (string) -#aspect-ratio= - -# Video Auto Scaling (boolean) -#autoscale=1 - -# Monitor pixel aspect ratio (string) -#monitor-par= - -# Custom aspect ratios list (string) -#custom-aspect-ratios= - -# Fix HDTV height (boolean) -#hdtv-fix=1 - -# Window decorations (boolean) -#video-deco=1 - -# Video title (string) -#video-title= - -# Video alignment (integer) -#align=0 - -# Zoom video (float) -#zoom=1.000000 - -# Deinterlace (integer) -#deinterlace=-1 - -# Deinterlace mode (string) -#deinterlace-mode=auto - -# Video output module (string) -vout=any - -# Video filter module (string) -#video-filter= - -# Video splitter module (string) -#video-splitter= - -# Enable sub-pictures (boolean) -#spu=1 - -# On Screen Display (boolean) -#osd=1 - -# Text rendering module (string) -#text-renderer= - -# Use subtitle file (string) -#sub-file= - -# Autodetect subtitle files (boolean) -#sub-autodetect-file=1 - -# Subtitle autodetection fuzziness (integer) -#sub-autodetect-fuzzy=3 - -# Subtitle autodetection paths (string) -#sub-autodetect-path=./Subtitles, ./subtitles, ./Subs, ./subs - -# Force subtitle position (integer) -#sub-margin=0 - -# Subpictures source module (string) -#sub-source= - -# Subpictures filter module (string) -#sub-filter= - -# Program (integer) -#program=0 - -# Programs (string) -#programs= - -# Audio track (integer) -#audio-track=-1 - -# Subtitle track (integer) -#sub-track=-1 - -# Audio language (string) -#audio-language= - -# Subtitle language (string) -#sub-language= - -# Menu language (string) -#menu-language= - -# Audio track ID (integer) -#audio-track-id=-1 - -# Subtitle track ID (integer) -#sub-track-id=-1 - -# Preferred Closed Captions decoder (integer) -#captions=608 - -# Preferred video resolution (integer) -#preferred-resolution=-1 - -# Input repetitions (integer) -#input-repeat=0 - -# Start time (float) -#start-time=0.000000 - -# Stop time (float) -#stop-time=0.000000 - -# Run time (float) -#run-time=0.000000 - -# Fast seek (boolean) -#input-fast-seek=0 - -# Playback speed (float) -#rate=1.000000 - -# Input list (string) -#input-list= - -# Input slave (experimental) (string) -#input-slave= - -# Bookmarks list for a stream (string) -#bookmarks= - -# DVD device (string) -#dvd=/dev/sr0 - -# VCD device (string) -#vcd=/dev/sr0 - -# MTU of the network interface (integer) -#mtu=1400 - -# TCP connection timeout (integer) -#ipv4-timeout=5000 - -# HTTP server address (string) -#http-host= - -# HTTP server port (integer) -#http-port=8080 - -# HTTPS server port (integer) -#https-port=8443 - -# RTSP server address (string) -#rtsp-host= - -# RTSP server port (integer) -#rtsp-port=554 - -# HTTP/TLS server certificate (string) -#http-cert= - -# HTTP/TLS server private key (string) -#http-key= - -# SOCKS server (string) -#socks= - -# SOCKS user name (string) -#socks-user= - -# SOCKS password (string) -#socks-pwd= - -# Title metadata (string) -#meta-title= - -# Author metadata (string) -#meta-author= - -# Artist metadata (string) -#meta-artist= - -# Genre metadata (string) -#meta-genre= - -# Copyright metadata (string) -#meta-copyright= - -# Description metadata (string) -#meta-description= - -# Date metadata (string) -#meta-date= - -# URL metadata (string) -#meta-url= - -# File caching (ms) (integer) -#file-caching=1000 - -# Live capture caching (ms) (integer) -#live-caching=300 - -# Disc caching (ms) (integer) -#disc-caching=300 - -# Network caching (ms) (integer) -#network-caching=1000 - -# Clock reference average counter (integer) -#cr-average=40 - -# Clock synchronisation (integer) -#clock-synchro=-1 - -# Clock jitter (integer) -#clock-jitter=5000 - -# Network synchronisation (boolean) -#network-synchronisation=0 - -# Record directory (string) -#input-record-path= - -# Prefer native stream recording (boolean) -#input-record-native=1 - -# Timeshift directory (string) -#input-timeshift-path= - -# Timeshift granularity (integer) -#input-timeshift-granularity=-1 - -# Change title according to current media (string) -#input-title-format=$Z - -# Disable all lua plugins (boolean) -#lua=1 - -# Preferred decoders list (string) -#codec= - -# Preferred encoders list (string) -#encoder= - -# Access module (string) -#access= - -# Demux module (string) -#demux=any - -# Stream filter module (string) -#stream-filter= - -# Demux filter module (string) -#demux-filter= - -# Default stream output chain (string) -#sout= - -# Display while streaming (boolean) -#sout-display=0 - -# Keep stream output open (boolean) -#sout-keep=0 - -# Enable streaming of all ES (boolean) -#sout-all=1 - -# Enable audio stream output (boolean) -#sout-audio=1 - -# Enable video stream output (boolean) -#sout-video=1 - -# Enable SPU stream output (boolean) -#sout-spu=1 - -# Stream output muxer caching (ms) (integer) -#sout-mux-caching=1500 - -# VLM configuration file (string) -#vlm-conf= - -# SAP announcement interval (integer) -#sap-interval=5 - -# Mux module (string) -#mux= - -# Access output module (string) -#access_output= - -# Hop limit (TTL) (integer) -#ttl=-1 - -# Multicast output interface (string) -#miface= - -# DiffServ Code Point (integer) -#dscp=0 - -# Preferred packetizer list (string) -#packetizer= - -# VoD server module (string) -vod-server=any - -# Use a plugins cache (boolean) -#plugins-cache=1 - -# Scan for new plugins (boolean) -#plugins-scan=1 - -# Preferred keystore list (string) -#keystore= - -# Allow real-time priority (boolean) -#rt-priority=0 - -# Adjust VLC priority (integer) -#rt-offset=0 - -# Play files randomly forever (boolean) -#random=0 - -# Repeat all (boolean) -#loop=0 - -# Repeat current item (boolean) -#repeat=0 - -# Play and exit (boolean) -#play-and-exit=0 - -# Play and stop (boolean) -#play-and-stop=0 - -# Play and pause (boolean) -#play-and-pause=0 - -# Start paused (boolean) -#start-paused=0 - -# Auto start (boolean) -#playlist-autostart=1 - -# Pause on audio communication (boolean) -#playlist-cork=1 - -# Allow only one running instance (boolean) -#one-instance=0 - -# Use only one instance when started from file manager (boolean) -#one-instance-when-started-from-file=1 - -# Enqueue items into playlist in one instance mode (boolean) -#playlist-enqueue=0 - -# Expose media player via D-Bus (boolean) -#dbus=0 - -# Use media library (boolean) -#media-library=0 - -# Display playlist tree (boolean) -#playlist-tree=0 - -# Default stream (string) -#open= - -# Automatically preparse items (boolean) -#auto-preparse=1 - -# Preparsing timeout (integer) -#preparse-timeout=5000 - -# Allow metadata network access (boolean) -metadata-network-access=1 - -# Subdirectory behavior (string) -#recursive=collapse - -# Ignored extensions (string) -#ignore-filetypes=m3u,db,nfo,ini,jpg,jpeg,ljpg,gif,png,pgm,pgmyuv,pbm,pam,tga,bmp,pnm,xpm,xcf,pcx,tif,tiff,lbm,sfv,txt,sub,idx,srt,cue,ssa - -# Show hidden files (boolean) -#show-hiddenfiles=0 - -# Services discovery modules (string) -#services-discovery= - -# Run as daemon process (boolean) -#daemon=0 - -# Write process id to file (string) -#pidfile= - -# Show advanced options (boolean) -#advanced=0 - -# Interface interaction (boolean) -#interact=1 - -# Locally collect statistics (boolean) -#stats=1 - -# Interface module (string) -#intf= - -# Extra interface modules (string) -extraintf=http - -# Control interfaces (string) -#control= - -# Mouse wheel vertical axis control (integer) -#hotkeys-y-wheel-mode=0 - -# Mouse wheel horizontal axis control (integer) -#hotkeys-x-wheel-mode=2 - -# Fullscreen (string) -#global-key-toggle-fullscreen= - -# Fullscreen (string) -#key-toggle-fullscreen=f - -# Exit fullscreen (string) -#global-key-leave-fullscreen= - -# Exit fullscreen (string) -#key-leave-fullscreen=Esc - -# Play/Pause (string) -#global-key-play-pause= - -# Play/Pause (string) -#key-play-pause=Space Media Play Pause - -# Pause only (string) -#global-key-pause= - -# Pause only (string) -#key-pause=Browser Stop - -# Play only (string) -#global-key-play= - -# Play only (string) -#key-play=Browser Refresh - -# Faster (string) -#global-key-faster= - -# Faster (string) -#key-faster=+ - -# Slower (string) -#global-key-slower= - -# Slower (string) -#key-slower=- - -# Normal rate (string) -#global-key-rate-normal= - -# Normal rate (string) -#key-rate-normal== - -# Faster (fine) (string) -#global-key-rate-faster-fine= - -# Faster (fine) (string) -#key-rate-faster-fine=] - -# Slower (fine) (string) -#global-key-rate-slower-fine= - -# Slower (fine) (string) -#key-rate-slower-fine=[ - -# Next (string) -#global-key-next= - -# Next (string) -#key-next=n Media Next Track - -# Previous (string) -#global-key-prev= - -# Previous (string) -#key-prev=p Media Prev Track - -# Stop (string) -#global-key-stop= - -# Stop (string) -#key-stop=s Media Stop - -# Position (string) -#global-key-position= - -# Position (string) -#key-position=t - -# Very short backwards jump (string) -#global-key-jump-extrashort= - -# Very short backwards jump (string) -#key-jump-extrashort=Shift+Left - -# Very short forward jump (string) -#global-key-jump+extrashort= - -# Very short forward jump (string) -#key-jump+extrashort=Shift+Right - -# Short backwards jump (string) -#global-key-jump-short= - -# Short backwards jump (string) -#key-jump-short=Alt+Left - -# Short forward jump (string) -#global-key-jump+short= - -# Short forward jump (string) -#key-jump+short=Alt+Right - -# Medium backwards jump (string) -#global-key-jump-medium= - -# Medium backwards jump (string) -#key-jump-medium=Ctrl+Left - -# Medium forward jump (string) -#global-key-jump+medium= - -# Medium forward jump (string) -#key-jump+medium=Ctrl+Right - -# Long backwards jump (string) -#global-key-jump-long= - -# Long backwards jump (string) -#key-jump-long=Ctrl+Alt+Left - -# Long forward jump (string) -#global-key-jump+long= - -# Long forward jump (string) -#key-jump+long=Ctrl+Alt+Right - -# Next frame (string) -#global-key-frame-next= - -# Next frame (string) -#key-frame-next=e Browser Next - -# Activate (string) -#global-key-nav-activate= - -# Activate (string) -#key-nav-activate=Enter - -# Navigate up (string) -#global-key-nav-up= - -# Navigate up (string) -#key-nav-up=Up - -# Navigate down (string) -#global-key-nav-down= - -# Navigate down (string) -#key-nav-down=Down - -# Navigate left (string) -#global-key-nav-left= - -# Navigate left (string) -#key-nav-left=Left - -# Navigate right (string) -#global-key-nav-right= - -# Navigate right (string) -#key-nav-right=Right - -# Go to the DVD menu (string) -#global-key-disc-menu= - -# Go to the DVD menu (string) -#key-disc-menu=Shift+m - -# Select previous DVD title (string) -#global-key-title-prev= - -# Select previous DVD title (string) -#key-title-prev=Shift+o - -# Select next DVD title (string) -#global-key-title-next= - -# Select next DVD title (string) -#key-title-next=Shift+b - -# Select prev DVD chapter (string) -#global-key-chapter-prev= - -# Select prev DVD chapter (string) -#key-chapter-prev=Shift+p - -# Select next DVD chapter (string) -#global-key-chapter-next= - -# Select next DVD chapter (string) -#key-chapter-next=Shift+n - -# Quit (string) -#global-key-quit= - -# Quit (string) -#key-quit=Ctrl+q - -# Volume up (string) -#global-key-vol-up= - -# Volume up (string) -#key-vol-up=Ctrl+Up Volume Up - -# Volume down (string) -#global-key-vol-down= - -# Volume down (string) -#key-vol-down=Ctrl+Down Volume Down - -# Mute (string) -#global-key-vol-mute= - -# Mute (string) -#key-vol-mute=m Volume Mute - -# Subtitle delay up (string) -#global-key-subdelay-up= - -# Subtitle delay up (string) -#key-subdelay-up=h - -# Subtitle delay down (string) -#global-key-subdelay-down= - -# Subtitle delay down (string) -#key-subdelay-down=g - -# Subtitle sync / bookmark audio timestamp (string) -#global-key-subsync-markaudio= - -# Subtitle sync / bookmark audio timestamp (string) -#key-subsync-markaudio=Shift+h - -# Subtitle sync / bookmark subtitle timestamp (string) -#global-key-subsync-marksub= - -# Subtitle sync / bookmark subtitle timestamp (string) -#key-subsync-marksub=Shift+j - -# Subtitle sync / synchronize audio & subtitle timestamps (string) -#global-key-subsync-apply= - -# Subtitle sync / synchronize audio & subtitle timestamps (string) -#key-subsync-apply=Shift+k - -# Subtitle sync / reset audio & subtitle synchronization (string) -#global-key-subsync-reset= - -# Subtitle sync / reset audio & subtitle synchronization (string) -#key-subsync-reset=Ctrl+Shift+k - -# Subtitle position up (string) -#global-key-subpos-up= - -# Subtitle position up (string) -#key-subpos-up= - -# Subtitle position down (string) -#global-key-subpos-down= - -# Subtitle position down (string) -#key-subpos-down= - -# Audio delay up (string) -#global-key-audiodelay-up= - -# Audio delay up (string) -#key-audiodelay-up=k - -# Audio delay down (string) -#global-key-audiodelay-down= - -# Audio delay down (string) -#key-audiodelay-down=j - -# Cycle audio track (string) -#global-key-audio-track= - -# Cycle audio track (string) -#key-audio-track=b - -# Cycle through audio devices (string) -#global-key-audiodevice-cycle= - -# Cycle through audio devices (string) -#key-audiodevice-cycle=Shift+a - -# Cycle subtitle track in reverse order (string) -#global-key-subtitle-revtrack= - -# Cycle subtitle track in reverse order (string) -#key-subtitle-revtrack=Alt+v - -# Cycle subtitle track (string) -#global-key-subtitle-track= - -# Cycle subtitle track (string) -#key-subtitle-track=v - -# Toggle subtitles (string) -#global-key-subtitle-toggle= - -# Toggle subtitles (string) -#key-subtitle-toggle=Shift+v - -# Cycle next program Service ID (string) -#global-key-program-sid-next= - -# Cycle next program Service ID (string) -#key-program-sid-next=x - -# Cycle previous program Service ID (string) -#global-key-program-sid-prev= - -# Cycle previous program Service ID (string) -#key-program-sid-prev=Shift+x - -# Cycle source aspect ratio (string) -#global-key-aspect-ratio= - -# Cycle source aspect ratio (string) -#key-aspect-ratio=a - -# Cycle video crop (string) -#global-key-crop= - -# Cycle video crop (string) -#key-crop=c - -# Toggle autoscaling (string) -#global-key-toggle-autoscale= - -# Toggle autoscaling (string) -#key-toggle-autoscale=o - -# Increase scale factor (string) -#global-key-incr-scalefactor= - -# Increase scale factor (string) -#key-incr-scalefactor=Alt+o - -# Decrease scale factor (string) -#global-key-decr-scalefactor= - -# Decrease scale factor (string) -#key-decr-scalefactor=Alt+Shift+o - -# Toggle deinterlacing (string) -#global-key-deinterlace= - -# Toggle deinterlacing (string) -#key-deinterlace=d - -# Cycle deinterlace modes (string) -#global-key-deinterlace-mode= - -# Cycle deinterlace modes (string) -#key-deinterlace-mode=Shift+d - -# Show controller in fullscreen (string) -#global-key-intf-show= - -# Show controller in fullscreen (string) -#key-intf-show=i - -# Boss key (string) -#global-key-intf-boss= - -# Boss key (string) -#key-intf-boss= - -# Context menu (string) -#global-key-intf-popup-menu= - -# Context menu (string) -#key-intf-popup-menu=Menu - -# Take video snapshot (string) -#global-key-snapshot= - -# Take video snapshot (string) -#key-snapshot=Shift+s - -# Record (string) -#global-key-record= - -# Record (string) -#key-record=Shift+r - -# Zoom (string) -#global-key-zoom= - -# Zoom (string) -#key-zoom=z - -# Un-Zoom (string) -#global-key-unzoom= - -# Un-Zoom (string) -#key-unzoom=Shift+z - -# Toggle wallpaper mode in video output (string) -#global-key-wallpaper= - -# Toggle wallpaper mode in video output (string) -#key-wallpaper=w - -# Crop one pixel from the top of the video (string) -#global-key-crop-top= - -# Crop one pixel from the top of the video (string) -#key-crop-top=Alt+r - -# Uncrop one pixel from the top of the video (string) -#global-key-uncrop-top= - -# Uncrop one pixel from the top of the video (string) -#key-uncrop-top=Alt+Shift+r - -# Crop one pixel from the left of the video (string) -#global-key-crop-left= - -# Crop one pixel from the left of the video (string) -#key-crop-left=Alt+d - -# Uncrop one pixel from the left of the video (string) -#global-key-uncrop-left= - -# Uncrop one pixel from the left of the video (string) -#key-uncrop-left=Alt+Shift+d - -# Crop one pixel from the bottom of the video (string) -#global-key-crop-bottom= - -# Crop one pixel from the bottom of the video (string) -#key-crop-bottom=Alt+c - -# Uncrop one pixel from the bottom of the video (string) -#global-key-uncrop-bottom= - -# Uncrop one pixel from the bottom of the video (string) -#key-uncrop-bottom=Alt+Shift+c - -# Crop one pixel from the right of the video (string) -#global-key-crop-right= - -# Crop one pixel from the right of the video (string) -#key-crop-right=Alt+f - -# Uncrop one pixel from the right of the video (string) -#global-key-uncrop-right= - -# Uncrop one pixel from the right of the video (string) -#key-uncrop-right=Alt+Shift+f - -# Random (string) -#global-key-random= - -# Random (string) -#key-random=r - -# Normal/Loop/Repeat (string) -#global-key-loop= - -# Normal/Loop/Repeat (string) -#key-loop=l - -# Shrink the viewpoint field of view (360°) (string) -#global-key-viewpoint-fov-in= - -# Shrink the viewpoint field of view (360°) (string) -#key-viewpoint-fov-in=Page Up - -# Expand the viewpoint field of view (360°) (string) -#global-key-viewpoint-fov-out= - -# Expand the viewpoint field of view (360°) (string) -#key-viewpoint-fov-out=Page Down - -# Roll the viewpoint clockwise (360°) (string) -#global-key-viewpoint-roll-clock= - -# Roll the viewpoint clockwise (360°) (string) -#key-viewpoint-roll-clock= - -# Roll the viewpoint anti-clockwise (360°) (string) -#global-key-viewpoint-roll-anticlock= - -# Roll the viewpoint anti-clockwise (360°) (string) -#key-viewpoint-roll-anticlock= - -# 1:4 Quarter (string) -#global-key-zoom-quarter= - -# 1:4 Quarter (string) -#key-zoom-quarter=Alt+1 - -# 1:2 Half (string) -#global-key-zoom-half= - -# 1:2 Half (string) -#key-zoom-half=Alt+2 - -# 1:1 Original (string) -#global-key-zoom-original= - -# 1:1 Original (string) -#key-zoom-original=Alt+3 - -# 2:1 Double (string) -#global-key-zoom-double= - -# 2:1 Double (string) -#key-zoom-double=Alt+4 - -# Very short jump length (integer) -#extrashort-jump-size=3 - -# Short jump length (integer) -#short-jump-size=10 - -# Medium jump length (integer) -#medium-jump-size=60 - -# Long jump length (integer) -#long-jump-size=300 - -# Set playlist bookmark 1 (string) -#global-key-set-bookmark1= - -# Set playlist bookmark 1 (string) -#key-set-bookmark1=Ctrl+F1 - -# Set playlist bookmark 2 (string) -#global-key-set-bookmark2= - -# Set playlist bookmark 2 (string) -#key-set-bookmark2=Ctrl+F2 - -# Set playlist bookmark 3 (string) -#global-key-set-bookmark3= - -# Set playlist bookmark 3 (string) -#key-set-bookmark3=Ctrl+F3 - -# Set playlist bookmark 4 (string) -#global-key-set-bookmark4= - -# Set playlist bookmark 4 (string) -#key-set-bookmark4=Ctrl+F4 - -# Set playlist bookmark 5 (string) -#global-key-set-bookmark5= - -# Set playlist bookmark 5 (string) -#key-set-bookmark5=Ctrl+F5 - -# Set playlist bookmark 6 (string) -#global-key-set-bookmark6= - -# Set playlist bookmark 6 (string) -#key-set-bookmark6=Ctrl+F6 - -# Set playlist bookmark 7 (string) -#global-key-set-bookmark7= - -# Set playlist bookmark 7 (string) -#key-set-bookmark7=Ctrl+F7 - -# Set playlist bookmark 8 (string) -#global-key-set-bookmark8= - -# Set playlist bookmark 8 (string) -#key-set-bookmark8=Ctrl+F8 - -# Set playlist bookmark 9 (string) -#global-key-set-bookmark9= - -# Set playlist bookmark 9 (string) -#key-set-bookmark9=Ctrl+F9 - -# Set playlist bookmark 10 (string) -#global-key-set-bookmark10= - -# Set playlist bookmark 10 (string) -#key-set-bookmark10=Ctrl+F10 - -# Play playlist bookmark 1 (string) -#global-key-play-bookmark1= - -# Play playlist bookmark 1 (string) -#key-play-bookmark1=F1 - -# Play playlist bookmark 2 (string) -#global-key-play-bookmark2= - -# Play playlist bookmark 2 (string) -#key-play-bookmark2=F2 - -# Play playlist bookmark 3 (string) -#global-key-play-bookmark3= - -# Play playlist bookmark 3 (string) -#key-play-bookmark3=F3 - -# Play playlist bookmark 4 (string) -#global-key-play-bookmark4= - -# Play playlist bookmark 4 (string) -#key-play-bookmark4=F4 - -# Play playlist bookmark 5 (string) -#global-key-play-bookmark5= - -# Play playlist bookmark 5 (string) -#key-play-bookmark5=F5 - -# Play playlist bookmark 6 (string) -#global-key-play-bookmark6= - -# Play playlist bookmark 6 (string) -#key-play-bookmark6=F6 - -# Play playlist bookmark 7 (string) -#global-key-play-bookmark7= - -# Play playlist bookmark 7 (string) -#key-play-bookmark7=F7 - -# Play playlist bookmark 8 (string) -#global-key-play-bookmark8= - -# Play playlist bookmark 8 (string) -#key-play-bookmark8=F8 - -# Play playlist bookmark 9 (string) -#global-key-play-bookmark9= - -# Play playlist bookmark 9 (string) -#key-play-bookmark9=F9 - -# Play playlist bookmark 10 (string) -#global-key-play-bookmark10= - -# Play playlist bookmark 10 (string) -#key-play-bookmark10=F10 - -# Clear the playlist (string) -#global-key-clear-playlist= - -# Clear the playlist (string) -#key-clear-playlist=Ctrl+w - -# Reset subtitles text scale (string) -#global-key-subtitle-text-scale-normal= - -# Reset subtitles text scale (string) -#key-subtitle-text-scale-normal=Ctrl+0 - -# Scale down subtitles text (string) -#global-key-subtitle-text-scale-up= - -# Scale down subtitles text (string) -#key-subtitle-text-scale-up=Ctrl+Mouse Wheel Up - -# Scale up subtitles text (string) -#global-key-subtitle-text-scale-down= - -# Scale up subtitles text (string) -#key-subtitle-text-scale-down=Ctrl+Mouse Wheel Down - -# Playlist bookmark 1 (string) -#bookmark1= - -# Playlist bookmark 2 (string) -#bookmark2= - -# Playlist bookmark 3 (string) -#bookmark3= - -# Playlist bookmark 4 (string) -#bookmark4= - -# Playlist bookmark 5 (string) -#bookmark5= - -# Playlist bookmark 6 (string) -#bookmark6= - -# Playlist bookmark 7 (string) -#bookmark7= - -# Playlist bookmark 8 (string) -#bookmark8= - -# Playlist bookmark 9 (string) -#bookmark9= - -# Playlist bookmark 10 (string) -#bookmark10= - diff --git a/.config/xfce4/terminal/terminalrc b/.config/xfce4/terminal/terminalrc deleted file mode 100644 index 174db6c..0000000 --- a/.config/xfce4/terminal/terminalrc +++ /dev/null @@ -1,44 +0,0 @@ -[Configuration] -MiscAlwaysShowTabs=FALSE -MiscBell=FALSE -MiscBordersDefault=TRUE -MiscCursorBlinks=FALSE -MiscCursorShape=TERMINAL_CURSOR_SHAPE_UNDERLINE -MiscDefaultGeometry=80x24 -MiscInheritGeometry=FALSE -MiscMenubarDefault=TRUE -MiscMouseAutohide=FALSE -MiscToolbarDefault=FALSE -MiscConfirmClose=TRUE -MiscCycleTabs=TRUE -MiscTabCloseButtons=TRUE -MiscTabCloseMiddleClick=FALSE -MiscTabPosition=GTK_POS_TOP -MiscHighlightUrls=TRUE -ScrollingLines=999999 -BackgroundMode=TERMINAL_BACKGROUND_TRANSPARENT -BackgroundDarkness=0,920000 -MiscBellUrgent=FALSE -MiscMouseWheelZoom=TRUE -MiscMiddleClickOpensUri=TRUE -MiscCopyOnSelect=FALSE -MiscShowRelaunchDialog=TRUE -MiscRewrapOnResize=TRUE -MiscUseShiftArrowsToScroll=FALSE -MiscSlimTabs=TRUE -MiscNewTabAdjacent=FALSE -MiscSearchDialogOpacity=100 -MiscShowUnsafePasteDialog=TRUE -ColorForeground=#f8f8f8f8f2f2 -ColorBackground=#19191a1a1717 -ColorCursor=#f8f8f8f8f2f2 -ColorPalette=#272728282222;#f9f926267272;#a6a6e2e22e2e;#f4f4bfbf7575;#6666d9d9efef;#aeae8181ffff;#a1a1efefe4e4;#f8f8f8f8f2f2;#757571715e5e;#f9f926267272;#a6a6e2e22e2e;#f4f4bfbf7575;#6666d9d9efef;#aeae8181ffff;#a1a1efefe4e4;#f9f9f8f8f5f5 -TabActivityColor=#a6a6e2e22e2e -CustomCommand=zsh -TitleMode=TERMINAL_TITLE_REPLACE -DropdownKeepOpenDefault=TRUE -DropdownKeepAbove=FALSE -DropdownStatusIcon=FALSE -ShortcutsNoHelpkey=TRUE -ShortcutsNoMenukey=TRUE - diff --git a/.local/bin/displayselect b/.local/bin/displayselect deleted file mode 100755 index ff93ae0..0000000 --- a/.local/bin/displayselect +++ /dev/null @@ -1,85 +0,0 @@ -#!/bin/sh - -# taken from https://github.com/LukeSmithxyz/voidrice/blob/master/.local/bin/displayselect -# A UI for detecting and selecting all displays. Probes xrandr for connected -# displays and lets user select one to use. User may also select "manual -# selection" which opens arandr. - -twoscreen() { # If multi-monitor is selected and there are two screens. - - mirror=$(printf "no\\nyes" | dmenu -i -p "Mirror displays?") - # Mirror displays using native resolution of external display and a scaled - # version for the internal display - if [ "$mirror" = "yes" ]; then - external=$(echo "$screens" | dmenu -i -p "Optimize resolution for:") - internal=$(echo "$screens" | grep -v "$external") - - res_external=$(xrandr --query | sed -n "/^$external/,/\+/p" | \ - tail -n 1 | awk '{print $1}') - res_internal=$(xrandr --query | sed -n "/^$internal/,/\+/p" | \ - tail -n 1 | awk '{print $1}') - - res_ext_x=$(echo "$res_external" | sed 's/x.*//') - res_ext_y=$(echo "$res_external" | sed 's/.*x//') - res_int_x=$(echo "$res_internal" | sed 's/x.*//') - res_int_y=$(echo "$res_internal" | sed 's/.*x//') - - scale_x=$(echo "$res_ext_x / $res_int_x" | bc -l) - scale_y=$(echo "$res_ext_y / $res_int_y" | bc -l) - - xrandr --output "$external" --auto --scale 1.0x1.0 \ - --output "$internal" --auto --same-as "$external" \ - --scale "$scale_x"x"$scale_y" - else - - primary=$(echo "$screens" | dmenu -i -p "Select primary display:") - secondary=$(echo "$screens" | grep -v "$primary") - direction=$(printf "left\\nright" | dmenu -i -p "What side of $primary should $secondary be on?") - xrandr --output "$primary" --auto --scale 1.0x1.0 --output "$secondary" --"$direction"-of "$primary" --auto --scale 1.0x1.0 - fi - } - -morescreen() { # If multi-monitor is selected and there are more than two screens. - primary=$(echo "$screens" | dmenu -i -p "Select primary display:") - secondary=$(echo "$screens" | grep -v "$primary" | dmenu -i -p "Select secondary display:") - direction=$(printf "left\\nright" | dmenu -i -p "What side of $primary should $secondary be on?") - tertiary=$(echo "$screens" | grep -v "$primary" | grep -v "$secondary" | dmenu -i -p "Select third display:") - xrandr --output "$primary" --auto --output "$secondary" --"$direction"-of "$primary" --auto --output "$tertiary" --"$(printf "left\\nright" | grep -v "$direction")"-of "$primary" --auto - } - -multimon() { # Multi-monitor handler. - case "$(echo "$screens" | wc -l)" in - 2) twoscreen ;; - *) morescreen ;; - esac ;} - -onescreen() { # If only one output available or chosen. - xrandr --output "$1" --auto --scale 1.0x1.0 $(echo "$allposs" | grep -v "\b$1" | awk '{print "--output", $1, "--off"}' | paste -sd ' ' -) - } - -postrun() { # Stuff to run to clean up. - setbg # Fix background if screen size/arangement has changed. - remaps # Re-remap keys if keyboard added (for laptop bases) - { killall dunst ; setsid -f dunst ;} >/dev/null 2>&1 # Restart dunst to ensure proper location on screen - } - -# Get all possible displays -allposs=$(xrandr -q | grep "connected") - -# Get all connected screens. -screens=$(echo "$allposs" | awk '/ connected/ {print $1}') - -# If there's only one screen -[ "$(echo "$screens" | wc -l)" -lt 2 ] && - { onescreen "$screens"; postrun; notify-send "💻 Only one screen detected." "Using it in its optimal settings..."; exit ;} - -# Get user choice including multi-monitor and manual selection: -chosen=$(printf "%s\\nmulti-monitor\\nmanual selection" "$screens" | dmenu -i -p "Select display arangement:") && -case "$chosen" in - "manual selection") arandr ; exit ;; - "multi-monitor") multimon ;; - *) onescreen "$chosen" ;; -esac - -postrun - diff --git a/.local/bin/dmenumount b/.local/bin/dmenumount deleted file mode 100755 index 80f2913..0000000 --- a/.local/bin/dmenumount +++ /dev/null @@ -1,69 +0,0 @@ -#!/bin/sh - -# from https://github.com/LukeSmithxyz/voidrice/blob/master/.local/bin/dmenumount -# Gives a dmenu prompt to mount unmounted drives and Android phones. If -# they're in /etc/fstab, they'll be mounted automatically. Otherwise, you'll -# be prompted to give a mountpoint from already existsing directories. If you -# input a novel directory, it will prompt you to create that directory. - -getmount() { \ - [ -z "$chosen" ] && exit 1 - # shellcheck disable=SC2086 - mp="$(find $1 2>/dev/null | dmenu -i -p "Type in mount point.")" || exit 1 - test -z "$mp" && exit 1 - if [ ! -d "$mp" ]; then - mkdiryn=$(printf "No\\nYes" | dmenu -i -p "$mp does not exist. Create it?") || exit 1 - [ "$mkdiryn" = "Yes" ] && (mkdir -p "$mp" || sudo -A mkdir -p "$mp") - fi - } - -mountusb() { \ - chosen="$(echo "$usbdrives" | dmenu -i -p "Mount which drive?")" || exit 1 - chosen="$(echo "$chosen" | awk '{print $1}')" - sudo -A mount "$chosen" 2>/dev/null && notify-send "💻 USB mounting" "$chosen mounted." && exit 0 - alreadymounted=$(lsblk -nrpo "name,type,mountpoint" | awk '$3!~/\/boot|\/home$|SWAP/&&length($3)>1{printf "-not ( -path *%s -prune ) ",$3}') - getmount "/mnt /media /mount /home -maxdepth 5 -type d $alreadymounted" - partitiontype="$(lsblk -no "fstype" "$chosen")" - case "$partitiontype" in - "vfat") sudo -A mount -t vfat "$chosen" "$mp" -o rw,umask=0000;; - "exfat") sudo -A mount "$chosen" "$mp" -o uid="$(id -u)",gid="$(id -g)";; - *) sudo -A mount "$chosen" "$mp"; user="$(whoami)"; ug="$(groups | awk '{print $1}')"; sudo -A chown "$user":"$ug" "$mp";; - esac - notify-send "💻 USB mounting" "$chosen mounted to $mp." - } - -mountandroid() { \ - chosen="$(echo "$anddrives" | dmenu -i -p "Which Android device?")" || exit 1 - chosen="$(echo "$chosen" | cut -d : -f 1)" - getmount "$HOME -maxdepth 3 -type d" - simple-mtpfs --device "$chosen" "$mp" - echo "OK" | dmenu -i -p "Tap Allow on your phone if it asks for permission and then press enter" || exit 1 - simple-mtpfs --device "$chosen" "$mp" - notify-send "🤖 Android Mounting" "Android device mounted to $mp." - } - -asktype() { \ - choice="$(printf "USB\\nAndroid" | dmenu -i -p "Mount a USB drive or Android device?")" || exit 1 - case $choice in - USB) mountusb ;; - Android) mountandroid ;; - esac - } - -anddrives=$(simple-mtpfs -l 2>/dev/null) -usbdrives="$(lsblk -rpo "name,type,size,mountpoint" | grep 'part\|rom' | awk '$4==""{printf "%s (%s)\n",$1,$3}')" - -if [ -z "$usbdrives" ]; then - [ -z "$anddrives" ] && echo "No USB drive or Android device detected" && exit - echo "Android device(s) detected." - mountandroid -else - if [ -z "$anddrives" ]; then - echo "USB drive(s) detected." - mountusb - else - echo "Mountable USB drive(s) and Android device(s) detected." - asktype - fi -fi - diff --git a/.local/bin/dmenurecord b/.local/bin/dmenurecord deleted file mode 100755 index ac97ee9..0000000 --- a/.local/bin/dmenurecord +++ /dev/null @@ -1,125 +0,0 @@ -#!/bin/sh - -# taken from https://github.com/LukeSmithxyz/voidrice/blob/master/.local/bin/dmenurecord -# Usage: -# `$0`: Ask for recording type via dmenu -# `$0 screencast`: Record both audio and screen -# `$0 video`: Record only screen -# `$0 audio`: Record only audio -# `$0 kill`: Kill existing recording -# -# If there is already a running instance, user will be prompted to end it. - -updateicon() { \ - echo "$1" > /tmp/recordingicon - pkill -RTMIN+9 "${STATUSBAR:-dwmblocks}" - } - -killrecording() { - recpid="$(cat /tmp/recordingpid)" - # kill with SIGTERM, allowing finishing touches. - kill -15 "$recpid" - rm -f /tmp/recordingpid - updateicon "" - pkill -RTMIN+9 "${STATUSBAR:-dwmblocks}" - # even after SIGTERM, ffmpeg may still run, so SIGKILL it. - sleep 3 - kill -9 "$recpid" - exit - } - -screencast() { \ - ffmpeg -y \ - -f x11grab \ - -framerate 60 \ - -s "$(xdpyinfo | awk '/dimensions/ {print $2;}')" \ - -i "$DISPLAY" \ - -f alsa -i default \ - -r 30 \ - -c:v h264 -crf 0 -preset ultrafast -c:a aac \ - "$HOME/screencast-$(date '+%y%m%d-%H%M-%S').mp4" & - echo $! > /tmp/recordingpid - updateicon "⏺️🎙️" - } - -video() { ffmpeg \ - -f x11grab \ - -s "$(xdpyinfo | awk '/dimensions/ {print $2;}')" \ - -i "$DISPLAY" \ - -c:v libx264 -qp 0 -r 30 \ - "$HOME/video-$(date '+%y%m%d-%H%M-%S').mkv" & - echo $! > /tmp/recordingpid - updateicon "⏺️" - } - -webcamhidef() { ffmpeg \ - -f v4l2 \ - -i /dev/video0 \ - -video_size 1920x1080 \ - "$HOME/webcam-$(date '+%y%m%d-%H%M-%S').mkv" & - echo $! > /tmp/recordingpid - updateicon "🎥" - } - -webcam() { ffmpeg \ - -f v4l2 \ - -i /dev/video0 \ - -video_size 640x480 \ - "$HOME/webcam-$(date '+%y%m%d-%H%M-%S').mkv" & - echo $! > /tmp/recordingpid - updateicon "🎥" - } - - -audio() { \ - ffmpeg \ - -f alsa -i default \ - -c:a flac \ - "$HOME/audio-$(date '+%y%m%d-%H%M-%S').flac" & - echo $! > /tmp/recordingpid - updateicon "🎙️" - } - -askrecording() { \ - choice=$(printf "screencast\\nvideo\\nvideo selected\\naudio\\nwebcam\\nwebcam (hi-def)" | dmenu -i -p "Select recording style:") - case "$choice" in - screencast) screencast;; - audio) audio;; - video) video;; - *selected) videoselected;; - webcam) webcam;; - "webcam (hi-def)") webcamhidef;; - esac - } - -asktoend() { \ - response=$(printf "No\\nYes" | dmenu -i -p "Recording still active. End recording?") && - [ "$response" = "Yes" ] && killrecording - } - -videoselected() -{ - slop -f "%x %y %w %h" > /tmp/slop - read -r X Y W H < /tmp/slop - rm /tmp/slop - - ffmpeg \ - -f x11grab \ - -framerate 60 \ - -video_size "$W"x"$H" \ - -i :0.0+"$X,$Y" \ - -c:v libx264 -qp 0 -r 30 \ - "$HOME/box-$(date '+%y%m%d-%H%M-%S').mkv" & - echo $! > /tmp/recordingpid - updateicon "⏺️" -} - -case "$1" in - screencast) screencast;; - audio) audio;; - video) video;; - *selected) videoselected;; - kill) killrecording;; - *) ([ -f /tmp/recordingpid ] && asktoend && exit) || askrecording;; -esac - diff --git a/.local/bin/dmenuumount b/.local/bin/dmenuumount deleted file mode 100755 index 5a86c9e..0000000 --- a/.local/bin/dmenuumount +++ /dev/null @@ -1,46 +0,0 @@ -#!/bin/sh - -# taken from https://github.com/LukeSmithxyz/voidrice/blob/master/.local/bin/dmenuumount -# A dmenu prompt to unmount drives. -# Provides you with mounted partitions, select one to unmount. -# Drives mounted at /, /boot and /home will not be options to unmount. - -unmountusb() { - [ -z "$drives" ] && exit - chosen="$(echo "$drives" | dmenu -i -p "Unmount which drive?")" || exit 1 - chosen="$(echo "$chosen" | awk '{print $1}')" - [ -z "$chosen" ] && exit - sudo -A umount "$chosen" && notify-send "💻 USB unmounting" "$chosen unmounted." - } - -unmountandroid() { \ - chosen="$(awk '/simple-mtpfs/ {print $2}' /etc/mtab | dmenu -i -p "Unmount which device?")" || exit 1 - [ -z "$chosen" ] && exit - sudo -A umount -l "$chosen" && notify-send "🤖 Android unmounting" "$chosen unmounted." - } - -asktype() { \ - choice="$(printf "USB\\nAndroid" | dmenu -i -p "Unmount a USB drive or Android device?")" || exit 1 - case "$choice" in - USB) unmountusb ;; - Android) unmountandroid ;; - esac - } - -drives=$(lsblk -nrpo "name,type,size,mountpoint,label" | awk -F':' '{gsub(/ /,":")}$4!~/\/boot|\/efi|\/home$|SWAP/&&length($4)>1{printf "%s (%s) %s\n",$4,$3,$5}') - -if ! grep simple-mtpfs /etc/mtab; then - [ -z "$drives" ] && echo "No drives to unmount." && exit - echo "Unmountable USB drive detected." - unmountusb -else - if [ -z "$drives" ] - then - echo "Unmountable Android device detected." - unmountandroid - else - echo "Unmountable USB drive(s) and Android device(s) detected." - asktype - fi -fi - diff --git a/.local/share/xfce4/terminal/colorschemes/monokai.theme b/.local/share/xfce4/terminal/colorschemes/monokai.theme deleted file mode 100644 index e19548e..0000000 --- a/.local/share/xfce4/terminal/colorschemes/monokai.theme +++ /dev/null @@ -1,7 +0,0 @@ -[Scheme] -Name=Monokai (dark) -TabActivityColor=#a6a6e2e22e2e -ColorCursor=#f8f8f8f8f2f2 -ColorForeground=#f8f8f8f8f2f2 -ColorBackground=#19191a1a1717 -ColorPalette=#272728282222;#f9f926267272;#a6a6e2e22e2e;#f4f4bfbf7575;#6666d9d9efef;#aeae8181ffff;#a1a1efefe4e4;#f8f8f8f8f2f2;#757571715e5e;#f9f926267272;#a6a6e2e22e2e;#f4f4bfbf7575;#6666d9d9efef;#aeae8181ffff;#a1a1efefe4e4;#f9f9f8f8f5f5 \ No newline at end of file diff --git a/.mozilla/firefox/zudk58ax.default-release/addons.json b/.mozilla/firefox/zudk58ax.default-release/addons.json deleted file mode 100644 index 846f78f..0000000 --- a/.mozilla/firefox/zudk58ax.default-release/addons.json +++ /dev/null @@ -1 +0,0 @@ -{"schema":6,"addons":[{"id":"uBlock0@raymondhill.net","icons":{"32":"https://addons.mozilla.org/user-media/addon_icons/607/607454-32.png?modified=mcrushed","64":"https://addons.mozilla.org/user-media/addon_icons/607/607454-64.png?modified=mcrushed","128":"https://addons.mozilla.org/user-media/addon_icons/607/607454-128.png?modified=mcrushed"},"name":"uBlock Origin","version":"1.42.4","sourceURI":"https://addons.mozilla.org/firefox/downloads/file/3933192/ublock_origin-1.42.4-an+fx.xpi","homepageURL":"https://github.com/gorhill/uBlock#ublock-origin","supportURL":"https://old.reddit.com/r/uBlockOrigin/","description":"Finally, an efficient wide-spectrum content blocker. Easy on CPU and memory.","fullDescription":"uBlock Origin is not an \"ad blocker\", it's a wide-spectrum content blocker with CPU and memory efficiency as a primary feature.\n\n***\n\nOut of the box, uBO blocks ads, trackers, coin miners, popups, etc. through the following lists of filters, enabled by default:\n\n- EasyList (ads)\n- EasyPrivacy (tracking)\n- Peter Lowe’s Ad server list (ads and tracking)\n- Online Malicious URL Blocklist\n- uBO's own lists\n\nMore lists are available for you to select if you wish:\n\n- EasyList Cookie\n- Fanboy Annoyances\n- AdGuard Annoyances\n- Dan Pollock’s hosts file\n- And many others\n\nAdditionally, you can point-and-click to block JavaScript locally or globally, create your own global or local rules to override entries from filter lists, and many more advanced features.\n\n***\n\nFree.\nOpen source with public license (GPLv3)\nFor users by users.\n\nIf ever you really do want to contribute something, think about the people working hard to maintain the filter lists you are using, which were made available to use by all for free.\n\n***\n\n Documentation\n Release notes\n Community support @ Reddit\n Contributors @ GitHub\n Contributors @ Crowdin","weeklyDownloads":118466,"type":"extension","creator":{"name":"Raymond Hill","url":"https://addons.mozilla.org/en-US/firefox/user/11423598/"},"developers":[],"screenshots":[{"url":"https://addons.mozilla.org/user-media/previews/full/238/238546.png?modified=1622132421","width":1011,"height":758,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/238/238546.jpg?modified=1622132421","thumbnailWidth":533,"thumbnailHeight":400,"caption":"The popup panel: default mode"},{"url":"https://addons.mozilla.org/user-media/previews/full/238/238548.png?modified=1622132423","width":1011,"height":758,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/238/238548.jpg?modified=1622132423","thumbnailWidth":533,"thumbnailHeight":400,"caption":"The dashboard: stock filter lists"},{"url":"https://addons.mozilla.org/user-media/previews/full/238/238547.png?modified=1622132425","width":1011,"height":758,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/238/238547.jpg?modified=1622132425","thumbnailWidth":533,"thumbnailHeight":400,"caption":"The popup panel: default-deny mode"},{"url":"https://addons.mozilla.org/user-media/previews/full/238/238549.png?modified=1622132426","width":1011,"height":758,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/238/238549.jpg?modified=1622132426","thumbnailWidth":533,"thumbnailHeight":400,"caption":"The dashboard: settings"},{"url":"https://addons.mozilla.org/user-media/previews/full/238/238552.png?modified=1622132430","width":970,"height":1800,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/238/238552.jpg?modified=1622132430","thumbnailWidth":216,"thumbnailHeight":400,"caption":"The popup panel in Firefox Preview: default mode with more blocking options revealed"},{"url":"https://addons.mozilla.org/user-media/previews/full/230/230370.png?modified=1622132432","width":800,"height":600,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/230/230370.jpg?modified=1622132432","thumbnailWidth":533,"thumbnailHeight":400,"caption":"The unified logger tells you all that uBO is seeing and doing"}],"contributionURL":"","averageRating":4.7725,"reviewCount":3613,"reviewURL":"https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/reviews/","updateDate":1652024499000},{"id":"{73a6fe31-595d-460b-a920-fcc0f8843232}","icons":{"32":"https://addons.mozilla.org/user-media/addon_icons/0/722-32.png?modified=2d7f0f7b","64":"https://addons.mozilla.org/user-media/addon_icons/0/722-64.png?modified=2d7f0f7b","128":"https://addons.mozilla.org/user-media/addon_icons/0/722-128.png?modified=2d7f0f7b"},"name":"NoScript Security Suite","version":"11.4.5","sourceURI":"https://addons.mozilla.org/firefox/downloads/file/3937112/noscript_security_suite-11.4.5-an+fx.xpi","homepageURL":"https://noscript.net","supportURL":"https://noscript.net/forum","description":"The best security you can get in a web browser! Allow potentially malicious web content to run only from sites you trust. Protect yourself against XSS other web security exploits.","fullDescription":"Winner of the \"PC World - World Class Award\" and bundled with the Tor Browser, NoScript gives you the best available protection on the web. It allows JavaScript, Flash, and other executable content to run only from trusted domains of your choice (e.g. your banking site), thus mitigating remotely exploitable vulnerabilities, such as Spectre and Meltdown.\n\nIt protects your \"trust boundaries\" against cross-site scripting attacks (XSS), cross-zone DNS rebinding / CSRF attacks (router hacking), and Clickjacking attempts, thanks to its unique ClearClick technology.\n\nSuch a preemptive approach prevents exploitation of security vulnerabilities (known and unknown!) with no loss of functionality where you need it. Experts do agree: Firefox is really safer with NoScript ;-)\n\nFAQ: https://noscript.net/faq\nForum: https://noscript.net/forum\n\nA Basic NoScript 10 Guide\n\nStill confused by NoScript 10's new UI?\nCheck this user-contributed NoScript 10 primer.\nand this NoScript 10 \"Quantum\" vs NoScript 5 \"Classic\" (or \"Legacy\") comparison.","weeklyDownloads":7373,"type":"extension","creator":{"name":"Giorgio Maone","url":"https://addons.mozilla.org/en-US/firefox/user/143/"},"developers":[],"screenshots":[{"url":"https://addons.mozilla.org/user-media/previews/full/267/267408.png?modified=1647682230","width":960,"height":727,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/267/267408.jpg?modified=1647682230","thumbnailWidth":528,"thumbnailHeight":400,"caption":"You are finally in control, and can decide by yourself which sites you TRUST. Don't let any unknown or UNTRUSTED sites to execute scripts and use other potentially dangerous capabilities in your browser!"},{"url":"https://addons.mozilla.org/user-media/previews/full/267/267511.png?modified=1647682230","width":717,"height":542,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/267/267511.jpg?modified=1647682230","thumbnailWidth":529,"thumbnailHeight":400,"caption":"You can globally configure permissions for all the websites (DEFAULT preset), those you trust (TRUSTED) and those which you don't trust (UNTRUSTED). Then you can CUSTOMize them further for each site, if you want."},{"url":"https://addons.mozilla.org/user-media/previews/full/267/267512.png?modified=1647682230","width":717,"height":542,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/267/267512.jpg?modified=1647682230","thumbnailWidth":529,"thumbnailHeight":400,"caption":"Both dark and light color schemes are supported!"}],"contributionURL":"https://www.paypal.com/donate/?hosted_button_id=9ERKTU5MBH4EW&utm_content=product-page-contribute&utm_medium=referral&utm_source=addons.mozilla.org","averageRating":4.4001,"reviewCount":773,"reviewURL":"https://addons.mozilla.org/en-US/firefox/addon/noscript/reviews/","updateDate":1650260915000},{"id":"treestyletab@piro.sakura.ne.jp","icons":{"32":"https://addons.mozilla.org/user-media/addon_icons/5/5890-32.png?modified=8e6d26d4","64":"https://addons.mozilla.org/user-media/addon_icons/5/5890-64.png?modified=8e6d26d4","128":"https://addons.mozilla.org/user-media/addon_icons/5/5890-128.png?modified=8e6d26d4"},"name":"Tree Style Tab","version":"3.8.23","sourceURI":"https://addons.mozilla.org/firefox/downloads/file/3943215/tree_style_tab-3.8.23-fx.xpi","homepageURL":"http://piro.sakura.ne.jp/xul/_treestyletab.html.en","supportURL":"https://github.com/piroor/treestyletab/issues","description":"Show tabs like a tree.","fullDescription":"This extension provides the ability to work with tabs as \"trees\".\n\nNew tabs opened from the current tab are automatically organized as \"children\" of the current tab.\nSuch \"branches\" are easily folded (collapsed) by clicking on the arrow shown in the \"parent\" tab, so you no longer need to suffer from too many visible tabs.\nIf you want, you can restructure the tree via drag and drop.\n\n Such a tree of tabs will behave like a visual browsing history for you.\n For example, if you see a list of search results for a topic, each search result link will open in new child tab.\n New tabs opened from these \"child\" tabs will appear as descendants of their originating tabs.\n You'll easily dig and dig deeply, without losing your browsing trail - if you want to go back to the original search result, you just have to switch to the \"root\" tab.\n Moreover, each tree will reflect a group of tabs on a similar topic.\n\n\nPlease enjoy as you like!\n\nTips:\n\n \"F1\" key toggles the TST sidebar.\n \"Tree Style Tab\" toolbar button also toggles the sidebar. If it's unnecessary, you can remove it from the toolbar.\n\n\nExtensions extend TST:\n\nTST provides an API for other extensions.\nSome extend the behavior of TST's sidebar panel:\n\n Multiple Tab Handler allows you to select multiple tabs with long-press on tabs. It also allows you to close mutiple tabs with long-press on the closebox on tabs.\n TST Bookmarks Subpanel allows you to show a small \"Bookmarks\" sidebar panel below tabs in the TST's sidebar.\n TST More Tree Commands provides more context menu and keyboard shortcut commands to manipulate TST's tree.\n TST Active Tab in Collapsed Tree shows a small tab on a collapsed tree as an alias for the last active tab under the tree.\n TST Active Tab on Scroll Bar shows a marker to indicate the position of the active tab, on the scrollbar.\n TST Auto Group Tabs provides ability to group newly opened tabs automatically in various conditions.\n TST Lock Tree Collapsed allows you to lock arbitrary trees as collapsed. (This was a built-in feature on TST 3.3.0-3.3.6, and now separated.)\n TST Tab Drag Handle provides a small tooltip on tab labels to start dragging of tabs for specific operations. (This was a built-in feature on TST 2.6.0-3.3.6, and now separated.)\n TST Indent Line provides indent lines like Visual Studio Code's one.\n TST Open Bookmarks as Partial Tree allows you to open only some bookmarks in a folder as a partial tree. Moreover, it also provides ability to open tree of container tabs from bookmarks.\n TST-MiddleClick allows you to run \"undo close tab\" or \"close currently active tab\" command on middle click on the sidebar.\n Tree Style Tab Mouse Wheel allows you to switch active tab by wheel scrolling.\n Tab flip for Tree Style Tab allows you to move focus to the tab previously focused, by clicking on the active tab.\n Tree Style Tab Focus Preceding Tab on Close focuses the previous tab instead of the next tab when a tab is closed.\n Tab Unloader for Tree Style Tab allows you to unload tabs by clicking on them in the sidebar.\n Move unloaded tabs for Tree Style Tab allows you to move tabs in the sidebar without them becoming active.\n Tree Style Tab in Separate Window allows you to open the Tree Style Tab sidebar page in a new window.\n Auto Tab Discard supports the fake context menu in the Tree Style Tab sidebar.\n UnloadTabs supports the fake context menu in the Tree Style Tab sidebar.\n Bookmark Tree for Tree Style Tab allows you to bookmark and restore trees.\n TST Hoverswitch allows you to switch tabs by hovering over them.\n TST Colored Tabs gives custom background color for tabs based on their domain.\n Add Last Active Class To Tab helps you to give custom appearance for the \"previously active tab\".\n TSTのタブを閉じるボタンの挙動を変更 (tst-change-close-tab-button-be) allows you to close the parent and its all descendants with a middle click on the closebox of a parent tab, whether the tree is expanded or collapsed.\n TST Select Random Tab adds a context menu option for selecting a random tab in a Tree Style Tab tree.\n TST Tab Search provides a search field (as a subpanel) to filter opened tabs in the sidebar.\n TST Fade Old Tabs sorts all tabs in 3 categories – 'recent', 'older' and 'oldest' by latest visit time, and applies different opacity to them.\n TST Colorize Tabs allows to set individual color for each tab in order to highlight it.\n\n\nLatest information is available at the repository.","weeklyDownloads":7855,"type":"extension","creator":{"name":"Piro (piro_or)","url":"https://addons.mozilla.org/en-US/firefox/user/9480/"},"developers":[],"screenshots":[{"url":"https://addons.mozilla.org/user-media/previews/full/237/237249.png?modified=1622132180","width":728,"height":522,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/237/237249.jpg?modified=1622132180","thumbnailWidth":533,"thumbnailHeight":382,"caption":"Overview"},{"url":"https://addons.mozilla.org/user-media/previews/full/237/237250.png?modified=1622132181","width":368,"height":408,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/237/237250.jpg?modified=1622132181","thumbnailWidth":361,"thumbnailHeight":400,"caption":"Context menu on Firefox 64 and later"},{"url":"https://addons.mozilla.org/user-media/previews/full/237/237251.png?modified=1622132182","width":266,"height":349,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/237/237251.jpg?modified=1622132182","thumbnailWidth":266,"thumbnailHeight":349,"caption":"Drag and drop to manage tree"},{"url":"https://addons.mozilla.org/user-media/previews/full/237/237252.png?modified=1622132182","width":200,"height":173,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/237/237252.jpg?modified=1622132182","thumbnailWidth":200,"thumbnailHeight":173,"caption":"Long-press on the new tab button shows the container chooser"},{"url":"https://addons.mozilla.org/user-media/previews/full/237/237253.png?modified=1622132183","width":207,"height":177,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/237/237253.jpg?modified=1622132183","thumbnailWidth":207,"thumbnailHeight":177,"caption":"Right-edge of the new tab button shows the new tab position chooser"},{"url":"https://addons.mozilla.org/user-media/previews/full/237/237254.png?modified=1622132184","width":615,"height":593,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/237/237254.jpg?modified=1622132184","thumbnailWidth":415,"thumbnailHeight":400,"caption":"Various built-in theme"},{"url":"https://addons.mozilla.org/user-media/previews/full/237/237255.png?modified=1622132185","width":467,"height":350,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/237/237255.jpg?modified=1622132185","thumbnailWidth":467,"thumbnailHeight":350,"caption":"\"Save bookmark\" dialog"}],"contributionURL":"","averageRating":4.5473,"reviewCount":676,"reviewURL":"https://addons.mozilla.org/en-US/firefox/addon/tree-style-tab/reviews/","updateDate":1651476063000},{"id":"newtaboverride@agenedia.com","icons":{"32":"https://addons.mozilla.org/user-media/addon_icons/626/626810-32.png?modified=mcrushed","64":"https://addons.mozilla.org/user-media/addon_icons/626/626810-64.png?modified=mcrushed","128":"https://addons.mozilla.org/user-media/addon_icons/626/626810-128.png?modified=mcrushed"},"name":"New Tab Override","version":"15.1.1","sourceURI":"https://addons.mozilla.org/firefox/downloads/file/3782413/new_tab_override-15.1.1-fx.xpi","homepageURL":"https://www.soeren-hentzschel.at/firefox-webextensions/new-tab-override/","supportURL":"https://github.com/cadeyrn/newtaboverride/issues","description":"New Tab Override allows you to set the page that shows whenever you open a new tab.","fullDescription":"New Tab Override allows you to set the page that shows whenever you open a new tab.\n\nFeatures\n\n Change your new tab page to whatever website you like\n Use your current home page as new tab page\n Customize the background color for your new tab page\n Store a local HTML file in the extension and use it for new tab content\n Get the latest news about Mozilla as new tab page (German language only)\n You can set the focus to the address bar or the website\n Customize where new tabs are opened\n Automatically adds “http://” if protocol is missing from a URL\n Can be used in conjunction with Firefox’s container tabs feature\n Dark mode support for options interface\n\n\nShortcuts\n\nThe settings interface can be accessed via Shift + F12. It is also possible to open the settings interface by entering newtab settings in the address bar or from the menu entry in the tools menu.\n\nLanguages\n\nNew Tab Override is currently available in the following languages:\n\n English\n German\n French (Thanks, SuperPat45 and Mozilla commmunity!)\n Chinese, Simplified (Thanks, tiansh and Mozilla commmunity!)\n Spanish (Thanks, MissingUser and Mozilla commmunity!)\n Italian (Thanks, Mozilla commmunity!)\n Russian (Thanks, vanja-san!)\n Dutch (Thanks, Tonnes!)\n Ukrainian (Thanks, Bergil32!)\n Brazilian Portuguese (Thanks, Mozilla commmunity!)\n Swedish (Thanks, Sopor-!)\n Polish (Thanks, WaldiPL!)\n Upper Sorbian (Thanks, milupo!)\n Lower Sorbian (Thanks, milupo!)\n\n\nPermissions\n\nNew Tab Override needs several permissions to work properly. Some permissions are mandatory, some are optional. To offer full transparency, this overview also lists \"silent\" permissions.\n\nMandatory permissions. New Tab Override will not work without the following permissions:\n\n- access browser history\n\nThe permission to access the browser history is needed to prevent spammy \"moz-extension://\" entries in your browsing history every time you open a new tab. There is no way to prevent this without this permission.\n\n- access browser tabs\n\nThe permission to access the browser tabs is needed so that New Tab Override can jump to the settings page if it’s already open in another tab when you click the button to open the extension’s settings.\n\n- read and modify browser settings\n\nThe permission to read and modify browser settings is needed to change the position of new tabs and for the option to automatically use your home page as new tab page.\n\nOptional permissions. These permissions are not needed to install and use New Tab Override:\n\n- access data for www.soeren-hentzschel.at\n\nThe permission to access data for www.soeren-hentzschel.at is only needed if you enable the option to see the latest news about Mozilla as new tab page. If enabled, New Tab Override reads the feed of www.soeren-hentzschel.at to show you the latest news.\n\nSilent permissions. New Tab Override requires additional permissions, but Firefox does not prompt requests for the following:\n\n- menus\n\nThe menus permission is needed for providing an entry in the tools menu for accessing New Tab Override's settings.\n\n- storage\n\nThe storage permission is needed so that New Tab Override can store settings such as your new tab page.\n\nCompatibility\n\nThe extension requires at least Firefox 78. There is no support for older versions of Firefox.","weeklyDownloads":2329,"type":"extension","creator":{"name":"Sören Hentzschel","url":"https://addons.mozilla.org/en-US/firefox/user/1351101/"},"developers":[],"screenshots":[{"url":"https://addons.mozilla.org/user-media/previews/full/187/187261.png?modified=1622132317","width":700,"height":398,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/187/187261.jpg?modified=1622132317","thumbnailWidth":533,"thumbnailHeight":303},{"url":"https://addons.mozilla.org/user-media/previews/full/187/187262.png?modified=1622132317","width":700,"height":398,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/187/187262.jpg?modified=1622132317","thumbnailWidth":533,"thumbnailHeight":303},{"url":"https://addons.mozilla.org/user-media/previews/full/187/187263.png?modified=1622132317","width":700,"height":398,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/187/187263.jpg?modified=1622132317","thumbnailWidth":533,"thumbnailHeight":303},{"url":"https://addons.mozilla.org/user-media/previews/full/187/187264.png?modified=1622132317","width":700,"height":398,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/187/187264.jpg?modified=1622132317","thumbnailWidth":533,"thumbnailHeight":303},{"url":"https://addons.mozilla.org/user-media/previews/full/187/187265.png?modified=1622132317","width":700,"height":398,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/187/187265.jpg?modified=1622132317","thumbnailWidth":533,"thumbnailHeight":303},{"url":"https://addons.mozilla.org/user-media/previews/full/187/187266.png?modified=1622132317","width":700,"height":398,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/187/187266.jpg?modified=1622132317","thumbnailWidth":533,"thumbnailHeight":303}],"contributionURL":"https://paypal.me/agenedia/3?utm_content=product-page-contribute&utm_medium=referral&utm_source=addons.mozilla.org","averageRating":4.3272,"reviewCount":365,"reviewURL":"https://addons.mozilla.org/en-US/firefox/addon/new-tab-override/reviews/","updateDate":1622041027000},{"id":"@contain-facebook","icons":{"32":"https://addons.mozilla.org/user-media/addon_icons/954/954390-32.png?modified=97d4c956","64":"https://addons.mozilla.org/user-media/addon_icons/954/954390-64.png?modified=97d4c956","128":"https://addons.mozilla.org/user-media/addon_icons/954/954390-128.png?modified=97d4c956"},"name":"Facebook Container","version":"2.3.2","sourceURI":"https://addons.mozilla.org/firefox/downloads/file/3923300/facebook_container-2.3.2-fx.xpi","homepageURL":"https://github.com/mozilla/contain-facebook","supportURL":"https://github.com/mozilla/contain-facebook","description":"Prevent Facebook from tracking you around the web. The Facebook Container extension for Firefox helps you take control and isolate your web activity from Facebook.","fullDescription":"What does it do?\nFacebook Container works by isolating your Facebook identity into a separate container that makes it harder for Facebook to track your visits to other websites with third-party cookies.\n\nHow does it work?\nInstalling this extension closes your Facebook tabs, deletes your Facebook cookies, and logs you out of Facebook.\nThe next time you navigate to Facebook it will load in a new blue colored browser tab (the “Container”).\nYou can log in and use Facebook normally when in the Facebook Container. If you click on a non-Facebook link or navigate to a non-Facebook website in the URL bar, these pages will load outside of the container.\nClicking Facebook Share buttons on other browser tabs will load them within the Facebook Container. You should know that using these buttons passes information to Facebook about the website that you shared from.\n\nWhich website features will not function?\nBecause you will be logged into Facebook only in the Container, embedded Facebook comments and Like buttons in tabs outside the Facebook Container will not work. This prevents Facebook from associating information about your activity on websites outside of Facebook to your Facebook identity.\n\nIn addition, websites that allow you to create an account or log in using your Facebook credentials will generally not work properly. Because this extension is designed to separate Facebook use from use of other websites, this behavior is expected.\n\nWhat does Facebook Container NOT protect against?\nIt is important to know that this extension doesn’t prevent Facebook from mishandling the data that it already has, or permitted others to obtain, about you. Facebook still will have access to everything that you do while you are on facebook.com, including your Facebook comments, photo uploads, likes, any data you share with Facebook connected apps, etc.\n\nRather than stop using a service you find valuable, we think you should have tools to limit what data others can obtain. This extension focuses on limiting Facebook tracking, but other ad networks may try to correlate your Facebook activities with your regular browsing. In addition to this extension, you can change your Facebook settings, use Private Browsing, enable Tracking Protection, block third-party cookies, and/or use Firefox Multi-Account Containers extension to further limit tracking.\n\nWhat data does Mozilla receive from this extension?\nMozilla does not collect data from your use of the Facebook Container extension. We do receive the number of times the extension is installed or removed. Learn more\n\nOther Containers\nFacebook Container leverages the Containers feature that is already built in to Firefox. When you enable Facebook Container, you may also see Containers named Personal, Work, Shopping, and Banking while you browse. If you wish to use multiple Containers, you’ll have the best user experience if you install the Firefox Multi-Account Containers extension. Learn more about Containers on our support site.\n\nKnown Issues\nWhen Facebook is open and you navigate to another website using the same tab (by entering an address, doing a search, or clicking a bookmark), the new website will be loaded outside of the Container and you will not be able to navigate back to Facebook using the back button in the browser.\n\nNOTE: If you are a Multi-Account Containers user who has already assigned Facebook to a Container, this extension will not work. In an effort to preserve your existing Container set up and logins, this add-on will not include the additional protection to keep other sites out of your Facebook Container. If you would like this additional protection, first unassign facebook.com in the Multi-Account Container extension, and then install this extension.\n\nWhat version of Firefox do I need for this?\nThis extension works with Firefox 57 and higher on Desktop. Note that it does not work on other browsers and it does not work on Firefox for mobile.\n\nIf you believe you are using Firefox 57+, but the install page is telling you that you are not on a supported browser, you can try installing by selecting or copying and pasting this link. (This may be occurring because you have set a preference or installed an extension that causes your browser to obscure its user agent for privacy or other reasons.)\n\nHow does this compare to the Firefox Multi-Account Containers extension?\nFacebook Container specifically isolates Facebook and works automatically. Firefox Multi-Account Containers is a more general extension that allows you to create containers and determine which sites open in each container.\n\nYou can use Multi-Account Containers to create a container for Facebook and assign facebook.com to it. Multi-Account Containers will then make sure to only open facebook.com in the Facebook Container. However, unlike Facebook Container, Multi-Account Containers doesn’t prevent you from opening non-Facebook sites in your Facebook Container. So users of Multi-Account Containers need to take a bit extra care to make sure they leave the Facebook Container when navigating to other sites. In addition, Facebook Container assigns some Facebook-owned sites like Instagram and Messenger to the Facebook Container. With Multi-Account Containers, you will have to assign these in addition to facebook.com.\n\nFacebook Container also deletes Facebook cookies from your other containers on install and when you restart the browser, to clean up any potential Facebook trackers. Multi-Account Containers does not do that for you.\n\nReport Issues\nIf you come across any issues with this extension, please let us know by filing an issue here. Thank you!","weeklyDownloads":4781,"type":"extension","creator":{"name":"Mozilla Firefox","url":"https://addons.mozilla.org/en-US/firefox/user/4757633/"},"developers":[],"screenshots":[{"url":"https://addons.mozilla.org/user-media/previews/full/216/216775.png?modified=1622133074","width":1167,"height":1800,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/216/216775.jpg?modified=1622133074","thumbnailWidth":259,"thumbnailHeight":400,"caption":"Fast Company's 2019 Most Innovative Companies honoree for Security. \"In 2018, [Mozilla] also launched tools to protect users from tracking code as they navigate the web, including software to cordon off Facebook from other browser activity.\" https://www.fastcompany.com/company/mozilla"},{"url":"https://addons.mozilla.org/user-media/previews/full/235/235581.png?modified=1622133081","width":1280,"height":960,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/235/235581.jpg?modified=1622133081","thumbnailWidth":533,"thumbnailHeight":400,"caption":"We identify Facebook elements (like Share and Like buttons) that track users across the web."},{"url":"https://addons.mozilla.org/user-media/previews/full/235/235582.png?modified=1622133087","width":1280,"height":960,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/235/235582.jpg?modified=1622133087","thumbnailWidth":533,"thumbnailHeight":400,"caption":"We alert you when a tracker is blocked."},{"url":"https://addons.mozilla.org/user-media/previews/full/235/235583.png?modified=1622133090","width":1280,"height":960,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/235/235583.jpg?modified=1622133090","thumbnailWidth":533,"thumbnailHeight":400,"caption":"If you need to login to a website using Facebook, you can add it to the Facebook Container, limiting only that sites' data to be tracked."},{"url":"https://addons.mozilla.org/user-media/previews/full/235/235584.png?modified=1622133096","width":1280,"height":960,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/235/235584.jpg?modified=1622133096","thumbnailWidth":533,"thumbnailHeight":400,"caption":"When inside the Facebook Container, a badge is displayed in the URL bar."}],"contributionURL":"","averageRating":4.463,"reviewCount":924,"reviewURL":"https://addons.mozilla.org/en-US/firefox/addon/facebook-container/reviews/","updateDate":1647511255000},{"id":"Shortkeys@Shortkeys.com","icons":{"32":"https://addons.mozilla.org/user-media/addon_icons/770/770703-32.png?modified=1513446530","64":"https://addons.mozilla.org/user-media/addon_icons/770/770703-64.png?modified=1513446530","128":"https://addons.mozilla.org/user-media/addon_icons/770/770703-128.png?modified=1513446530"},"name":"Shortkeys (Custom Keyboard Shortcuts) for Firefox","version":"4.0.2","sourceURI":"https://addons.mozilla.org/firefox/downloads/file/3673761/shortkeys_custom_keyboard_shortcuts_for_firefox-4.0.2-an+fx.xpi","homepageURL":"https://github.com/mikecrittenden/shortkeys","supportURL":"https://github.com/mikecrittenden/shortkeys/issues","description":"Easily customizable custom keyboard shortcuts for Firefox. To configure this addon go to Addons (ctrl+shift+a) ->Shortkeys ->Options. Report issues here (please specify that the issue is found in Firefox): https://github.com/mikecrittenden/shortkeys","fullDescription":"***Important:\nYou have to refresh already opened web pages after installing shortkeys to make it work on them, better yet - restart the browser after installing the extension.\nIf your shortcut does not work when an input is focused, this can be turned off in Shortcut Options -> Activation Settings -> ticking the option Active while in form fields\n\nCurrent limitations based on the Firefox API (more details on github):\n\n shortkeys only works in the context of a loaded page. What does *NOT* work is: new tab page, addons page, or any other internal pages such as about:config,about:newtab,about:addons, etc.\n shortkeys cannot override Firefox default shortcuts such as: ctrl+j, alt+d and\n others using the \"Do nothing\" action *outside of the webpage* e.g. the default firefox chortcut will still work in the url bar/ search bar\n shortkeys does not work in the url bar or the search bar, it only works in the context of a webpage\n shortkeys will start working when the page has finished loading, not *right* after you opened a page, or clicked a link (this annoys me, too, but yeah - API Limitation:(\n\n\nShortkeys makes it easy to add custom shortcuts to your browser for the following actions:\n\n Run custom JS\n Do nothing (for disabling a Firefox shortcut you don't like, in the context of the page, not the whole browser window - explained above)\n Open a bookmark or bookmarklet\n Scroll up/down/left/right by a little or a lot\n Scroll to the top or bottom of the page\n Go back or forward in history\n Jump to existing tab by URL\n Open new tab with URL\n Switch to the previous/next/first/last tab\n Create a new tab or close the current tab\n Clone the current tab\n Close all (unpinned) tabs except for current tab\n Reload the page\n Copy the current URL\n Pin/Unpin the current tab\n Move the current tab left or right\n Zoom in/out/reset\n Blacklist or whitelist specific shortcuts on specific sites\n Clear downloads (page and bar)\n Click button and switch to next tab (for Tribal Wars players)\n\n\nShortkeys allows for enabling or disabling key combos while you're currently focused on a form field, so you can have keyboard shortcuts like \"r\" or \"shift+h\" and still be able to type those values into a form without triggering the shortcut if you want. You can also blacklist or whitelist sites per-shortcut, to pick and choose which shortcuts you don't want active on which sites (this field also supports regular expressions in the following format: /regexp/). Shortkeys lets you use pretty much any key combo you want. Key combos are zero or more modifier keys (including ⇑, shift, option, ⌥, alt, ctrl, control, command, and ⌘), and one action key (letter, number, punctuation, or special key shown below), combined with + signs. Examples: \"shift+r\", \"k\", \"ctrl+alt+f7\", \"command+pageup\", etc. You can also string multiple key combos together to make key sequences (like how Gmail has \"g i\" to go to inbox). Examples: \"g g\" or \"ctrl+t shift+f7\". Special action keys that can be used include backspace, tab, clear, enter, return, esc, escape, space, up, down, left, right, home, end, pageup, pagedown, del, delete and f1 through f19 (make sure the F keys are specified in lowecase e.g. f1).\n\nPermissions Required\nShortkeys requires the \"Your data on all websites\" permission because it's the only way to inject JavaScript code into every page, and injecting JavaScript code into every page is the only way to get Firefox to recognize custom shortcuts. If you try to register key listeners (i.e., create shortcuts) outside the context of the page, then they will be ignored by Firefox. I promise that the code that runs on the pages you visit only checks the URL against the blacklists you have set, and adds the shortcuts if they're not blacklisted. That's it. Shortkeys also requires read/write clipboard permissions so that import and export from clipboard can function. If you're still nervous, you're more than welcome to look at the source code: https://github.com/mikecrittenden/shortkeys","weeklyDownloads":293,"type":"extension","creator":{"name":"Peter Malecka","url":"https://addons.mozilla.org/en-US/firefox/user/12768558/"},"developers":[{"name":"Mike Crittenden","url":"https://addons.mozilla.org/en-US/firefox/user/5707023/"}],"screenshots":[],"contributionURL":"","averageRating":3.2202,"reviewCount":118,"reviewURL":"https://addons.mozilla.org/en-US/firefox/addon/shortkeys/reviews/","updateDate":1604695242000},{"id":"{e3ec0551-9bfa-4233-b9dd-6b36f6a80962}","icons":{"32":"https://addons.mozilla.org/user-media/addon_icons/2637/2637969-32.png?modified=66149605","64":"https://addons.mozilla.org/user-media/addon_icons/2637/2637969-64.png?modified=66149605","128":"https://addons.mozilla.org/user-media/addon_icons/2637/2637969-128.png?modified=66149605"},"name":"HLS Downloader","version":"3.2.1","sourceURI":"https://addons.mozilla.org/firefox/downloads/file/3828715/hls_downloader-3.2.1-fx.xpi","homepageURL":"https://github.com/puemos/hls-downloader-chrome-extension","supportURL":null,"description":"HTTP Live Stream downloader","fullDescription":"HTTP Live Streams sniffer and downloader\n\n1. Open a tab with an HTTP Live Stream\n2. Click the extension icon\n3. Select a playlist\n4. Select a resolution (quality of the video)\n4. Wait for the download to complete\n5. Save the file\n\nsource code:\nhttps://github.com/puemos/hls-downloader-web-extension\n\nEnjoy!","weeklyDownloads":776,"type":"extension","creator":{"name":"puemos","url":"https://addons.mozilla.org/en-US/firefox/user/15895579/"},"developers":[],"screenshots":[{"url":"https://addons.mozilla.org/user-media/previews/full/236/236560.png?modified=1622135547","width":920,"height":680,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/236/236560.jpg?modified=1622135547","thumbnailWidth":533,"thumbnailHeight":394},{"url":"https://addons.mozilla.org/user-media/previews/full/236/236561.png?modified=1622135549","width":920,"height":680,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/236/236561.jpg?modified=1622135549","thumbnailWidth":533,"thumbnailHeight":394}],"contributionURL":"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9KTFNHLYAJ5EE&source=url&utm_content=product-page-contribute&utm_medium=referral&utm_source=addons.mozilla.org","averageRating":4.0455,"reviewCount":9,"reviewURL":"https://addons.mozilla.org/en-US/firefox/addon/hls-downloader/reviews/","updateDate":1629654048000},{"id":"{35dd5f9a-ca89-4643-b107-f07d09cc94b5}","icons":{"32":"https://addons.mozilla.org/user-media/addon_icons/1013/1013620-32.png?modified=2b5e7f95","64":"https://addons.mozilla.org/user-media/addon_icons/1013/1013620-64.png?modified=2b5e7f95","128":"https://addons.mozilla.org/user-media/addon_icons/1013/1013620-128.png?modified=2b5e7f95"},"name":"Window Titler","version":"3.0","sourceURI":"https://addons.mozilla.org/firefox/downloads/file/3365362/window_titler-3.0-fx.xpi","homepageURL":"https://github.com/tpamula/webextension-window-titler","supportURL":"https://github.com/tpamula/webextension-window-titler/issues","description":"Label your windows and profiles using custom window titles.","fullDescription":"Window Titler\nLabel your windows and profiles using custom window titles.\n\nUsage\nThis extension allows you to modify the Firefox window title which is visible in the operating system's window list, task switcher and in the browser's title bar. The title bar is disabled by default in Firefox but can be enabled easily.\n\n* To invoke Window Titler click its toolbar button or use the keyboard shortcut (default: Ctrl+Alt+T).\n\n* To specify a profile title go to the extension settings page.\n\nTips\n* Enabling the title bar: https://support.mozilla.org/en-US/kb/customize-firefox-controls-buttons-and-toolbars\n** Tick the \"Title bar\" checkbox in the customisation screen.\n\nPermissions\n* The \"Access recently closed tabs\" permission is required to keep the window titles persistent across the browser restarts.\n\nFeedback & contributing\nThis project is fully open source. Feedback: suggestions, issues, contributions and ratings help to improve the extension and are encouraged.\n* Source code: https://github.com/tpamula/webextension-window-titler\n* Submit a bug or a feature suggestion: https://github.com/tpamula/webextension-window-titler/issues\n* Rate: https://addons.mozilla.org/en-US/firefox/addon/window-titler\n\nContributors\nThanks to those who contributed to this project:\n* Framling (https://github.com/Framling)\n* orchee (https://github.com/orchee)","weeklyDownloads":55,"type":"extension","creator":{"name":"Tomasz Pamula","url":"https://addons.mozilla.org/en-US/firefox/user/14470286/"},"developers":[],"screenshots":[{"url":"https://addons.mozilla.org/user-media/previews/full/222/222766.png?modified=1622134100","width":305,"height":129,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/222/222766.jpg?modified=1622134100","thumbnailWidth":305,"thumbnailHeight":129,"caption":"pop up"},{"url":"https://addons.mozilla.org/user-media/previews/full/212/212318.png?modified=1622134101","width":477,"height":209,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/212/212318.jpg?modified=1622134101","thumbnailWidth":477,"thumbnailHeight":209,"caption":"OS task switcher"},{"url":"https://addons.mozilla.org/user-media/previews/full/212/212048.png?modified=1622134101","width":543,"height":95,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/212/212048.jpg?modified=1622134101","thumbnailWidth":533,"thumbnailHeight":93,"caption":"title bar"}],"contributionURL":"","averageRating":4.7647,"reviewCount":32,"reviewURL":"https://addons.mozilla.org/en-US/firefox/addon/window-titler/reviews/","updateDate":1564063813000},{"id":"{29d2b673-83e5-4aca-a0b8-f9130b9b9cb7}","icons":{"32":"https://addons.mozilla.org/user-media/addon_icons/2616/2616589-32.png?modified=20ed998d","64":"https://addons.mozilla.org/user-media/addon_icons/2616/2616589-64.png?modified=20ed998d","128":"https://addons.mozilla.org/user-media/addon_icons/2616/2616589-128.png?modified=20ed998d"},"name":"Moodle Buddy","version":"1.53","sourceURI":"https://addons.mozilla.org/firefox/downloads/file/3881354/moodle_buddy-1.53-fx.xpi","homepageURL":"https://moodlebuddy.com/","supportURL":"https://moodlebuddy.com/","description":"Moodle Buddy offers mass file download and notification functionality to the moodle learning management platform. Students see updates to their courses immediately and can download all learning materials with just one click.","fullDescription":"You are a student/teacher and your university uses Moodle as their learning management platform?\nYou frequently use Moodle to access course material?\nYou are tired of missing updates and downloading every file one at a time?\n\nThis browser plugin will save you a lot of time! It will scan your Moodle courses for all available resources (PDF documents, etc.) and allow you to download them all at once.\n\nFurthermore, Moodle Buddy scans your courses for any updates and shows them to you. You can immediately download new resources from your Moodle Dashboard via the plugin.\n\nFeature requests or questions?\nSend me an email at hello@moodlebuddy.com\n\nHow to use\n\n Log into your university's Moodle system\n Visit any of the following Moodle webpages:\n Moodle Dashboard/Course Overview (URL ending on /my)\n Any Moodle course page (URL includes /course)\n Moodle video page (URL includes /videoservice)\n Click the Moodle Buddy icon in the extension bar of your browser\n Explore all the features Moodle Buddy has to offer\n\n\nFull Feature List\n\n Course Page\n Download all course resources with one click\n Scans single Moodle courses for new resources\n Scans single Moodle courses for new activities (Assignment Uploads, Forums, etc.)\n Shows you when new resources or activities have been detected\n Download only new resources from a course\n Filter downloadable resources for files and folders\n Modify file names of the downloaded resources\n Dashboard\n Shows updates (resources & activities) for all courses from the overview page\n Download new resources directly from the overview page\n Scans your courses in the background (if you are logged in) and notifies you if there are updates\n\n\nPrivacy\nI do not have access to any login data!\nThe resources are ONLY downloaded to YOUR computer!\nI do NOT collect the downloaded resources in any way!","weeklyDownloads":19,"type":"extension","creator":{"name":"marcelreppi","url":"https://addons.mozilla.org/en-US/firefox/user/15312887/"},"developers":[],"screenshots":[{"url":"https://addons.mozilla.org/user-media/previews/full/232/232079.png?modified=1622135154","width":512,"height":537,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/232/232079.jpg?modified=1622135154","thumbnailWidth":381,"thumbnailHeight":400,"caption":"UI when the plugin is opened on the Moodle dashboard"},{"url":"https://addons.mozilla.org/user-media/previews/full/232/232080.png?modified=1622135155","width":508,"height":517,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/232/232080.jpg?modified=1622135155","thumbnailWidth":393,"thumbnailHeight":400,"caption":"Simple UI when the plugin is opened on a single Moodle course"},{"url":"https://addons.mozilla.org/user-media/previews/full/232/232081.png?modified=1622135156","width":512,"height":562,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/232/232081.jpg?modified=1622135156","thumbnailWidth":364,"thumbnailHeight":400,"caption":"Detailed UI when the plugin is opened on a single Moodle course"},{"url":"https://addons.mozilla.org/user-media/previews/full/232/232082.png?modified=1622135157","width":513,"height":378,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/232/232082.jpg?modified=1622135157","thumbnailWidth":513,"thumbnailHeight":378,"caption":"UI on an unsupported webpage"}],"contributionURL":"https://paypal.me/marcelreppi?utm_content=product-page-contribute&utm_medium=referral&utm_source=addons.mozilla.org","averageRating":4.9512,"reviewCount":16,"reviewURL":"https://addons.mozilla.org/en-US/firefox/addon/moodle-buddy/reviews/","updateDate":1639516874000},{"id":"{08762c8b-d37d-4230-bfdb-a8477be47c34}","icons":{"32":"https://addons.mozilla.org/user-media/addon_icons/979/979533-32.png?modified=f0365c6a","64":"https://addons.mozilla.org/user-media/addon_icons/979/979533-64.png?modified=f0365c6a","128":"https://addons.mozilla.org/user-media/addon_icons/979/979533-128.png?modified=f0365c6a"},"name":"Save Tabs - Browser Session Manager","version":"0.2.0","sourceURI":"https://addons.mozilla.org/firefox/downloads/file/3738444/save_tabs_browser_session_manager-0.2.0-fx.xpi","homepageURL":"https://add0n.com/save-tabs.html","supportURL":"https://add0n.com/save-tabs.html","description":"A password protected tab saver extension to store tabs in the current window, or all windows","fullDescription":"This extension saves all tabs in the current window, other windows, or all windows to restore them later. You can ask the extension to store all tabs and close the saved tabs to free the memory usage of the tab. This extension uses the built-in sync API to allow storing in a computer and restoring in another computer. Also, it is possible to protect stored tabs with a password. The extension uses the built-in crypto method to encrypt your tab data with the SHA-256 encryption key before storing them in your browser storage to protect data. Stored tabs keep their active and pinned states and these states will be restored.\n\nFeatures:\n1. Save and store window dimensions\n2. Save and restore incognito states\n3. Save and restore tab's pinned state\n4. Save and restore tab groupings\n\nNotes:\n1. There is no way to restore tabs if they are password protected and the password is forgotten.\n2. By default when a new session is restored, the session gets erased from the storage. You can use the Shift key while pressing a session to keep the session in the storage while restoring it.\n3. This extension uses synced storage to allow the user to store and restore from multiple computers.\n4. you can restore all session tabs in the current window by pressing the Ctrl (Command) key while restoring the session\n5. You can edit a session from the popup view or ask the extension to update a session from the currently open tabs. This feature makes it possible to use the extension as a browser session manager.\n6. As of Chrome 88, the extension saves and restores tab groups.","weeklyDownloads":16,"type":"extension","creator":{"name":"emano waldeck","url":"https://addons.mozilla.org/en-US/firefox/user/13926380/"},"developers":[],"screenshots":[{"url":"https://addons.mozilla.org/user-media/previews/full/203/203443.png?modified=1622133114","width":1280,"height":800,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/203/203443.jpg?modified=1622133114","thumbnailWidth":533,"thumbnailHeight":333},{"url":"https://addons.mozilla.org/user-media/previews/full/249/249320.png?modified=1622133116","width":1280,"height":800,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/249/249320.jpg?modified=1622133116","thumbnailWidth":533,"thumbnailHeight":333},{"url":"https://addons.mozilla.org/user-media/previews/full/249/249321.png?modified=1622133117","width":440,"height":280,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/249/249321.jpg?modified=1622133117","thumbnailWidth":440,"thumbnailHeight":280}],"contributionURL":"","averageRating":3.5333,"reviewCount":11,"reviewURL":"https://addons.mozilla.org/en-US/firefox/addon/save-browser-tabs/reviews/","updateDate":1615020012000},{"id":"{8e980c70-428f-4efa-95d2-de8b195f29aa}","icons":{"32":"https://addons.mozilla.org/user-media/addon_icons/2603/2603754-32.png?modified=e60d3809","64":"https://addons.mozilla.org/user-media/addon_icons/2603/2603754-64.png?modified=e60d3809","128":"https://addons.mozilla.org/user-media/addon_icons/2603/2603754-128.png?modified=e60d3809"},"name":"Moodle Mass Downloader","version":"1.4","sourceURI":"https://addons.mozilla.org/firefox/downloads/file/3423661/moodlemassdownloader-1.4-fx.xpi","homepageURL":"https://github.com/norbit8/Moodle-Resource-Fetcher","supportURL":"https://github.com/norbit8/Moodle-Resource-Fetcher","description":"Download all of the resources in a course by a single click.","fullDescription":"The add-on adds a button which opens a download prompt of a zip file contains all the resources of a specific course from the moodle platform.\n(Moodle is a free and open-source learning management system (LMS) written in PHP and distributed under the GNU General Public License. - wiki).\nMoodle mass downloader.","weeklyDownloads":11,"type":"extension","creator":{"name":"mercydude","url":"https://addons.mozilla.org/en-US/firefox/user/15310176/"},"developers":[],"screenshots":[{"url":"https://addons.mozilla.org/user-media/previews/full/226/226582.png?modified=1622134836","width":1819,"height":904,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/226/226582.jpg?modified=1622134836","thumbnailWidth":533,"thumbnailHeight":265,"caption":"Preview of the added button in HUJI's moodle"},{"url":"https://addons.mozilla.org/user-media/previews/full/226/226583.png?modified=1622134838","width":1310,"height":951,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/226/226583.jpg?modified=1622134838","thumbnailWidth":533,"thumbnailHeight":387,"caption":"Preview of the added button in TAU's moodle"}],"contributionURL":"","averageRating":3.6,"reviewCount":4,"reviewURL":"https://addons.mozilla.org/en-US/firefox/addon/moodlemassdownloader/reviews/","updateDate":1570992309000}]} \ No newline at end of file diff --git a/.mozilla/firefox/zudk58ax.default-release/chrome/userChrome.css b/.mozilla/firefox/zudk58ax.default-release/chrome/userChrome.css deleted file mode 100644 index 650b9c4..0000000 --- a/.mozilla/firefox/zudk58ax.default-release/chrome/userChrome.css +++ /dev/null @@ -1,38 +0,0 @@ -/*The following block hides the horizontal tabs for tree style tabs https://github.com/piroor/treestyletab/wiki/Code-snippets-for-custom-style-rules#for-userchromecss */ -#main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar > .toolbar-items { - opacity: 0; - pointer-events: none; -} -#main-window:not([tabsintitlebar="true"]) #TabsToolbar { - visibility: collapse !important; -} - -/*Hide the Tree style Tab header*/ -#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header { - display: none; -} - -/* The following moves the window buttons to the lower bar after removeing horizontal tabs*/ -/* Adding empty space for buttons */ -#nav-bar { - margin-right:140px; -} - -/* 15px for dragging whole window by mouse*/ -#titlebar { - appearance: none !important; - height: 15px; -} - -/* Fix for main menu calling by Alt button */ -#titlebar > #toolbar-menubar { - margin-top: 10px; -} - -/* Move minimize/restore/close buttons to empty space */ -#TabsToolbar > .titlebar-buttonbox-container { - display: block; - position: absolute; - top: 17px; - right: 1px; -}