From 02290849116a8679033740d92f0582d3f8678819 Mon Sep 17 00:00:00 2001 From: Ayush Mukherjee Date: Fri, 19 Jul 2024 19:25:37 +0530 Subject: [PATCH] more updates? vivaldi test --- .bashrc | 3 +++ link.sh | 1 + sway/config | 6 +++++- vivaldi-stable.conf | 3 +++ 4 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 vivaldi-stable.conf diff --git a/.bashrc b/.bashrc index a6be451..3577392 100644 --- a/.bashrc +++ b/.bashrc @@ -57,6 +57,9 @@ alias wmc='nvim ~/.config/sway/config' # asus tools aliases alias sup='supergfxctl' +# alias zeditor to zed +alias zed='zeditor' + # Shell prompt # Reset PS1 prompt everytime diff --git a/link.sh b/link.sh index 5621e3c..117b26f 100755 --- a/link.sh +++ b/link.sh @@ -20,3 +20,4 @@ ln -s $(pwd)/gtklock ~/.config ln -s $(pwd)/electron-flags.conf ~/.config ln -s $(pwd)/foot ~/.config ln -s $(pwd)/hypr ~/.config +ln -s $(pwd)/vivaldi-stable.conf ~/.config diff --git a/sway/config b/sway/config index 835c43e..374e5fe 100644 --- a/sway/config +++ b/sway/config @@ -33,6 +33,9 @@ input "1267:12521:ELAN1205:00_04F3:30E9_Touchpad" { exec systemctl --user import-environment SWAYSOCK WAYLAND_DISPLAY exec dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK +# disable xwayland +#xwayland disable + # fix for screen sharing 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 #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 bindsym $mod+Shift+b exec "firefox-developer-edition" diff --git a/vivaldi-stable.conf b/vivaldi-stable.conf new file mode 100644 index 0000000..943dc01 --- /dev/null +++ b/vivaldi-stable.conf @@ -0,0 +1,3 @@ +--ignore-gpu-blocklist +--enable-zero-copy +--enable-features=VaapiVideoDecodeLinuxGL