new gtk theme, mpv scripts opts added
This commit is contained in:
parent
f1f4794a9f
commit
d5763b6fa4
@ -2,8 +2,8 @@
|
|||||||
LocationMode=path-bar
|
LocationMode=path-bar
|
||||||
ShowHidden=false
|
ShowHidden=false
|
||||||
ShowSizeColumn=true
|
ShowSizeColumn=true
|
||||||
GeometryX=1104
|
GeometryX=0
|
||||||
GeometryY=522
|
GeometryY=37
|
||||||
GeometryWidth=990
|
GeometryWidth=990
|
||||||
GeometryHeight=800
|
GeometryHeight=800
|
||||||
SortColumn=modified
|
SortColumn=modified
|
||||||
|
41
.config/mpv/script-opts/youtube-quality.conf
Normal file
41
.config/mpv/script-opts/youtube-quality.conf
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
# KEY BINDINGS
|
||||||
|
|
||||||
|
# invoke or dismiss the quality menu
|
||||||
|
toggle_menu_binding=ctrl+f
|
||||||
|
# move the menu cursor up
|
||||||
|
up_binding=UP
|
||||||
|
# move the menu cursor down
|
||||||
|
down_binding=DOWN
|
||||||
|
# select menu entry
|
||||||
|
select_binding=ENTER
|
||||||
|
|
||||||
|
# formatting / cursors
|
||||||
|
selected_and_active=▶ -
|
||||||
|
selected_and_inactive=● -
|
||||||
|
unselected_and_active=▷ -
|
||||||
|
unselected_and_inactive=○ -
|
||||||
|
|
||||||
|
# font size scales by window, if false requires larger font and padding sizes
|
||||||
|
scale_playlist_by_window=no
|
||||||
|
|
||||||
|
# playlist ass style overrides inside curly brackets, \keyvalue is one field, extra \ for escape in lua
|
||||||
|
# example {\\fnUbuntu\\fs10\\b0\\bord1} equals: font=Ubuntu, size=10, bold=no, border=1
|
||||||
|
# read http://docs.aegisub.org/3.2/ASS_Tags/ for reference of tags
|
||||||
|
# undeclared tags will use default osd settings
|
||||||
|
# these styles will be used for the whole playlist. More specific styling will need to be hacked in
|
||||||
|
#
|
||||||
|
# (a monospaced font is recommended but not required)
|
||||||
|
style_ass_tags={\\fnmonospace}
|
||||||
|
|
||||||
|
# paddings for top left corner
|
||||||
|
text_padding_x=5
|
||||||
|
text_padding_y=5
|
||||||
|
|
||||||
|
# how many seconds until the quality menu times out
|
||||||
|
menu_timeout=10
|
||||||
|
|
||||||
|
#use youtube-dl to fetch a list of available formats (overrides quality_strings)
|
||||||
|
fetch_formats=yes
|
||||||
|
|
||||||
|
# list of ytdl-format strings to choose from
|
||||||
|
quality_strings=[ {"4320p" : "bestvideo[height<=?4320p]+bestaudio/best"}, {"2160p" : "bestvideo[height<=?2160]+bestaudio/best"}, {"1440p" : "bestvideo[height<=?1440]+bestaudio/best"}, {"1080p" : "bestvideo[height<=?1080]+bestaudio/best"}, {"720p" : "bestvideo[height<=?720]+bestaudio/best"}, {"480p" : "bestvideo[height<=?480]+bestaudio/best"}, {"360p" : "bestvideo[height<=?360]+bestaudio/best"}, {"240p" : "bestvideo[height<=?240]+bestaudio/best"}, {"144p" : "bestvideo[height<=?144]+bestaudio/best"} ]
|
42
.config/mpv/script-opts/youtube-upnext.conf
Normal file
42
.config/mpv/script-opts/youtube-upnext.conf
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
# KEY BINDINGS
|
||||||
|
|
||||||
|
# invoke or dismiss the quality menu
|
||||||
|
toggle_menu_binding=ctrl+u
|
||||||
|
# move the menu cursor up
|
||||||
|
up_binding=UP
|
||||||
|
# move the menu cursor down
|
||||||
|
down_binding=DOWN
|
||||||
|
# select menu entry
|
||||||
|
select_binding=ENTER
|
||||||
|
|
||||||
|
# auto load and add the "upnext" video to the playlist
|
||||||
|
auto_add=yes
|
||||||
|
|
||||||
|
# formatting / cursors
|
||||||
|
cursor_selected=● -
|
||||||
|
cursor_unselected=○ -
|
||||||
|
|
||||||
|
# font size scales by window, if false requires larger font and padding sizes
|
||||||
|
scale_playlist_by_window=no
|
||||||
|
|
||||||
|
# playlist ass style overrides inside curly brackets, \keyvalue is one field, extra \ for escape in lua
|
||||||
|
# example {\\fnUbuntu\\fs10\\b0\\bord1} equals: font=Ubuntu, size=10, bold=no, border=1
|
||||||
|
# read http://docs.aegisub.org/3.2/ASS_Tags/ for reference of tags
|
||||||
|
# undeclared tags will use default osd settings
|
||||||
|
# these styles will be used for the whole playlist. More specific styling will need to be hacked in
|
||||||
|
#
|
||||||
|
# (a monospaced font is recommended but not required)
|
||||||
|
style_ass_tags={\\fnmonospace}
|
||||||
|
|
||||||
|
# paddings for top left corner
|
||||||
|
text_padding_x=5
|
||||||
|
text_padding_y=5
|
||||||
|
|
||||||
|
# how many seconds until the quality menu times out
|
||||||
|
menu_timeout=10
|
||||||
|
|
||||||
|
# base url for loading new urls, %s will be replaced with video id
|
||||||
|
youtube_url=https://www.youtube.com/watch?v=%s
|
||||||
|
|
||||||
|
# On Windows wget.exe may not be able to check SSL certificates for HTTPS, so you can disable it here
|
||||||
|
check_certificate=yes
|
@ -4,3 +4,4 @@ https://twitter.com/intent/tweet?original_referer=https%3A%2F%2Fmy.vultr.com%2F&
|
|||||||
https://translate.google.com/#view=home&op=translate&sl=de&tl=ja&text=Generation Google Translate
|
https://translate.google.com/#view=home&op=translate&sl=de&tl=ja&text=Generation Google Translate
|
||||||
https://evasys-app1.let.ethz.ch/evasys/online.php?pswd=O68MYGRV29I6EE EvaSys Onlineumfrage - Introduction to Quantum Mechanics for Engineers (151-0966-00S-FS20)
|
https://evasys-app1.let.ethz.ch/evasys/online.php?pswd=O68MYGRV29I6EE EvaSys Onlineumfrage - Introduction to Quantum Mechanics for Engineers (151-0966-00S-FS20)
|
||||||
https://traditionalcatholicprayers.com/2019/11/12/how-to-pray-the-rosary-in-latin/ How to Pray the Rosary in Latin | Traditional Catholic Prayers
|
https://traditionalcatholicprayers.com/2019/11/12/how-to-pray-the-rosary-in-latin/ How to Pray the Rosary in Latin | Traditional Catholic Prayers
|
||||||
|
https://searx.bocken.org/ Alex's searx
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[FileDialog]
|
[FileDialog]
|
||||||
history=file:///home/alex/bks/Magazines/Death to the World, file:///home/alex/eth/fluid1, file:///home/alex/eth/mech2, file:///home/alex, file:///home/alex/pix/memes/Gondola
|
history=file:///home/alex/Bachelor\xfc\x62\x65rgabe Christina 11.09.2020, file:///home/alex/test, file:///home/alex, file:///home/alex/FW_RT_AC68U_300438520633/Firmware_Release, file:///home/alex/eth/werkstatt
|
||||||
lastVisited=file:///home/alex
|
lastVisited=file:///home/alex
|
||||||
qtVersion=5.15.0
|
qtVersion=5.15.1
|
||||||
shortcuts=file:, file:///home/alex
|
shortcuts=file:, file:///home/alex
|
||||||
sidebarWidth=82
|
sidebarWidth=82
|
||||||
treeViewHeader=@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\0\0\0\x1\xd9\0\0\0\x4\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\x4\0\0\0\xe5\0\0\0\x1\0\0\0\0\0\0\0O\0\0\0\x1\0\0\0\0\0\0\0O\0\0\0\x1\0\0\0\0\0\0\0V\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\xff\xff\xff\xff)
|
treeViewHeader=@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\0\0\0\x1\xd9\0\0\0\x4\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\x4\0\0\0\xe5\0\0\0\x1\0\0\0\0\0\0\0O\0\0\0\x1\0\0\0\0\0\0\0O\0\0\0\x1\0\0\0\0\0\0\0V\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\xff\xff\xff\xff)
|
||||||
|
@ -5,3 +5,5 @@ fit https://boards.4channel.org/fit/
|
|||||||
wsg https://boards.4channel.org/wsg/
|
wsg https://boards.4channel.org/wsg/
|
||||||
bant https://boards.4chan.org/bant/
|
bant https://boards.4chan.org/bant/
|
||||||
kanji https://kanji.sljfaq.org/draw-canvas.html
|
kanji https://kanji.sljfaq.org/draw-canvas.html
|
||||||
|
mystudies https://www.lehrbetrieb.ethz.ch/myStudies/studWillkommen.view
|
||||||
|
gg https://linggle.com/
|
||||||
|
@ -10,11 +10,10 @@
|
|||||||
# Fix Gnome Apps Slow Start due to failing services
|
# Fix Gnome Apps Slow Start due to failing services
|
||||||
# Add this when you include flatpak in your system
|
# Add this when you include flatpak in your system
|
||||||
dbus-update-activation-environment --systemd DBUS_SESSION_BUS_ADDRESS DISPLAY XAUTHORITY
|
dbus-update-activation-environment --systemd DBUS_SESSION_BUS_ADDRESS DISPLAY XAUTHORITY
|
||||||
|
xrdb -merge ${XDG_CONFIG_HOME:-$HOME/.config}/Xresources # Uncomment to use Xresources colors/settings on startup
|
||||||
mpd & # music player daemon-you might prefer it as a service though
|
mpd & # music player daemon-you might prefer it as a service though
|
||||||
remaps & # run the remaps script, switching caps/esc and more; check it for more info
|
remaps & # run the remaps script, switching caps/esc and more; check it for more info
|
||||||
setbg & # set the background with the `setbg` script
|
setbg & # set the background with the `setbg` script
|
||||||
xrdb -merge ${XDG_CONFIG_HOME:-$HOME/.config}/Xresources # Uncomment to use Xresources colors/settings on startup
|
|
||||||
#wal -i ${XDG_CONFIG_HOME:-$HOME/.config}/wall.png -b '#000000'
|
#wal -i ${XDG_CONFIG_HOME:-$HOME/.config}/wall.png -b '#000000'
|
||||||
xcompmgr & # xcompmgr for transparency (and apparently to reduce tearing)
|
xcompmgr & # xcompmgr for transparency (and apparently to reduce tearing)
|
||||||
dunst & # dunst for notifications
|
dunst & # dunst for notifications
|
||||||
|
Loading…
Reference in New Issue
Block a user