diff --git a/.bin/chrome b/.bin/chrome index 220fc39..b61d96f 100755 --- a/.bin/chrome +++ b/.bin/chrome @@ -1,61 +1,59 @@ #!/bin/sh #/usr/local/bin/ungoogled-chromium \ +#export DBUS_SESSION_BUS_ADDRESS="unix:path=/dev/null" /usr/local/bin/chrome \ - --bwsi \ - --enable-easy-off-store-extension-install \ - --disable-3d-apis \ - --disable-angle-features=allowETCFormats \ - --disable-auto-reload \ - --disable-breakpad \ - --disable-client-side-phishing-detection \ - --disable-component-cloud-policy \ - --disable-component-update \ - --enable-chrome-browser-cloud-management \ - --enable-chrome-browser-cloud \ + --no-first-run \ --disable-crash-reporter \ - --disable-device-discovery-notifications \ - --disable-features=WebAssembly,AsmJsToWebAssembly,WebAssemblyStreaming \ --disable-logging \ --disable-login-animations \ --disable-notifications \ - --disable-pinch \ - --disable-vulkan-surface \ - --disable-software-rasterizer \ - --disable-gpu-process-crash-limit \ - --disable-chrome-browser-cloud-management \ - --disable-field-trial-config \ - --disable-cookie-encryption \ - --disable-cloud-print-proxy \ - --dbus-stub \ - --cros-disks-fake \ - --disable-stack-profiler \ - --disable-touch-drag-drop \ - --disable-usb-keyboard-detect \ - --disable-wayland-ime \ - --disable-default-apps \ + --disable-infobars \ --disable-dev-shm-usage \ - --disable-gaia-services \ - --disable-gpu-early-init \ - --disable-histogram-customizer \ - --disable-in-process-stack-traces \ - --no-service-autorun \ - --no-experiments \ - --use-gl=egl \ - --disable-wayland-ime \ - --enable-features=RunVideoCaptureServiceInBrowserProcess,WebUIDarkMode \ - --force-dark-mode \ + --log-level=0 \ --hide-crash-restore-bubble \ - --js-flags=--noexpose-wasm \ - --noexpose-wasm \ --no-default-browser-check \ - --no-proxy-server \ - --no-recovery-component \ - --password-store=basic \ - --structured-metrics-disabled \ - --wm-window-animations-disabled \ + --high-dpi-support=1 \ --new-window "$@" - #--use-gl=egl \ +# --bwsi \ +# --disable-auto-reload \ +# --disable-breakpad \ +# --disable-client-side-phishing-detection \ +# --disable-component-cloud-policy \ +# --disable-component-update \ +# --disable-crash-reporter \ +# --disable-device-discovery-notifications \ +# --disable-logging \ +# --disable-login-animations \ +# --disable-notifications \ +# --disable-pinch \ +# --disable-software-rasterizer \ +# --disable-chrome-browser-cloud-management \ +# --disable-field-trial-config \ +# --disable-cookie-encryption \ +# --disable-cloud-print-proxy \ +# --dbus-stub \ +# --cros-disks-fake \ +# --disable-stack-profiler \ +# --disable-touch-drag-drop \ +# --disable-usb-keyboard-detect \ +# --disable-default-apps \ +# --disable-histogram-customizer \ +# --disable-in-process-stack-traces \ +# --no-service-autorun \ +# --no-experiments \ +# --use-gl=egl \ +# --force-dark-mode \ +# --enable-features=WebUIDarkMode \ +# --hide-crash-restore-bubble \ +# --no-default-browser-check \ +# --no-proxy-server \ +# --no-recovery-component \ +# --password-store=basic \ +# --structured-metrics-disabled \ +# --wm-window-animations-disabled \ +# #--enable-features=RunVideoCaptureServiceInBrowserProcess,WebUIDarkMode \ +# #--use-gl=egl \ # --disable-yuv-image-decoding \ # --use-gl=desktop \ # --high-dpi-support=1 \ diff --git a/.bin/maketags b/.bin/maketags index 6b8149a..5a7e153 100755 --- a/.bin/maketags +++ b/.bin/maketags @@ -31,6 +31,7 @@ then -o -iname "*.hh" \ -o -iname "*.hpp" \ -o -iname "*.lua" \ + -o -iname "*.java" \ -o -iname "*.gmk" \ -o -iname "*.pl" \ -o -iname "*.sh" \ diff --git a/.bin/scr b/.bin/scr new file mode 100755 index 0000000..562ee9c --- /dev/null +++ b/.bin/scr @@ -0,0 +1,3 @@ +#!/bin/sh +[ -z $1 ] && doas wsconsctl -n display.brightness \ + || doas wsconsctl display.brightness=$1