more updates? vivaldi test

main
Ayush Mukherjee 4 months ago
parent 1400946864
commit 0229084911

@ -57,6 +57,9 @@ alias wmc='nvim ~/.config/sway/config'
# asus tools aliases # asus tools aliases
alias sup='supergfxctl' alias sup='supergfxctl'
# alias zeditor to zed
alias zed='zeditor'
# Shell prompt # Shell prompt
# Reset PS1 prompt everytime # Reset PS1 prompt everytime

@ -20,3 +20,4 @@ ln -s $(pwd)/gtklock ~/.config
ln -s $(pwd)/electron-flags.conf ~/.config ln -s $(pwd)/electron-flags.conf ~/.config
ln -s $(pwd)/foot ~/.config ln -s $(pwd)/foot ~/.config
ln -s $(pwd)/hypr ~/.config ln -s $(pwd)/hypr ~/.config
ln -s $(pwd)/vivaldi-stable.conf ~/.config

@ -33,6 +33,9 @@ input "1267:12521:ELAN1205:00_04F3:30E9_Touchpad" {
exec systemctl --user import-environment SWAYSOCK WAYLAND_DISPLAY exec systemctl --user import-environment SWAYSOCK WAYLAND_DISPLAY
exec dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK exec dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK
# disable xwayland
#xwayland disable
# fix for screen sharing # fix for screen sharing
exec /usr/lib/xdg-desktop-portal -r & /usr/lib/xdg-desktop-portal-wlr exec /usr/lib/xdg-desktop-portal -r & /usr/lib/xdg-desktop-portal-wlr
@ -280,7 +283,8 @@ bindsym $mod+n exec firefox
# Mod + b (old: min) notesnook # Mod + b (old: min) notesnook
#bindsym $mod+b exec "min --use-gl=desktop --enable-features=VaapiVideoDecoder,VaapiVideoEncoder,CanvasOopRasterization --ozone-platform-hint=auto --ignore-gpu-blocklist --enable-gpu-rasterization --enable-zero-copy --disable-features=UseSkiaRenderer,UseChromeOSDirectVideoDecoder --canvas-oop-rasterization" #bindsym $mod+b exec "min --use-gl=desktop --enable-features=VaapiVideoDecoder,VaapiVideoEncoder,CanvasOopRasterization --ozone-platform-hint=auto --ignore-gpu-blocklist --enable-gpu-rasterization --enable-zero-copy --disable-features=UseSkiaRenderer,UseChromeOSDirectVideoDecoder --canvas-oop-rasterization"
bindsym $mod+b exec "notesnook --ozone-platform-hint=x11" #bindsym $mod+b exec "notesnook --ozone-platform-hint=x11"
bindsym $mod+b exec "min-browser"
# Mod + Shift + b firefox-dev # Mod + Shift + b firefox-dev
bindsym $mod+Shift+b exec "firefox-developer-edition" bindsym $mod+Shift+b exec "firefox-developer-edition"

@ -0,0 +1,3 @@
--ignore-gpu-blocklist
--enable-zero-copy
--enable-features=VaapiVideoDecodeLinuxGL
Loading…
Cancel
Save