diff options
-rw-r--r-- | java-runtime/user-profile | 2 | ||||
-rw-r--r-- | yt-dlp/bash-aliases | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/java-runtime/user-profile b/java-runtime/user-profile index 9b60457..f20b9a4 100644 --- a/java-runtime/user-profile +++ b/java-runtime/user-profile @@ -1,3 +1,3 @@ # -*- shell-script -*- -export _JAVA_OPTIONS='-Djdk.gtk.version=2.2' +export _JAVA_OPTIONS='-Djdk.gtk.version=2.2 -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel' diff --git a/yt-dlp/bash-aliases b/yt-dlp/bash-aliases index a4724a4..2200bea 100644 --- a/yt-dlp/bash-aliases +++ b/yt-dlp/bash-aliases @@ -1,3 +1,3 @@ # -*- shell-script -*- -alias yt-dlp='yt-dlp --compat-options filename-sanitization' +alias yt-dlp='yt-dlp --compat-options filename-sanitization --cookies-from-browser brave' |