diff options
author | Mattias Andrée <m@maandree.se> | 2025-01-13 19:18:13 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-01-13 19:18:13 +0100 |
commit | 3072e2e3ac21972c8d330f2998fa65be447fbcf0 (patch) | |
tree | ef4647cb41efa9301408348802210e59ad2916d6 | |
parent | Add mount-devices script under cryptsetup (diff) | |
download | dotfiles-3072e2e3ac21972c8d330f2998fa65be447fbcf0.tar.gz dotfiles-3072e2e3ac21972c8d330f2998fa65be447fbcf0.tar.bz2 dotfiles-3072e2e3ac21972c8d330f2998fa65be447fbcf0.tar.xz |
Signed-off-by: Mattias Andrée <m@maandree.se>
-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' |