diff --git a/.config/vivaldi-stable.conf b/.config/vivaldi-stable.conf new file mode 100644 index 0000000..8a42b9a --- /dev/null +++ b/.config/vivaldi-stable.conf @@ -0,0 +1,12 @@ +--ignore-gpu-blocklist +#--enable-zero-copy +#--enable-gpu-rasterization +--disable-gpu-driver-workarounds +--ozone-platform-hint=x11 +--ozone-platform=x11 +--enable-accelerated-video-decode +--enable-features=VaapiVideoDecoder,VaapiVideoDecodeLinuxGL,VaapiIgnoreDriverChecks,UseMultiPlaneFormatForHardwareVideo +--disable-features=UseChromeOSDirectVideoDecoder,UseSkiaRenderer +#--use-gl=angle +#--use-angle=vulkan +#--enable-features=Vulkan,VulkanFromANGLE,DefaultANGLEVulkan,VaapiIgnoreDriverChecks,VaapiVideoDecoder,UseMultiPlaneFormatForHardwareVideo \ No newline at end of file diff --git a/.gitignore b/.gitignore index 9b5b870..8e57554 100644 --- a/.gitignore +++ b/.gitignore @@ -59,6 +59,7 @@ !.config/xfce4/xfconf !.config/xfce4/xfconf/xfce-perchannel-xml !.config/xfce4/xfconf/xfce-perchannel-xml/* +!.config/vivaldi-stable.conf !.dmrc !.drirc !.emerald @@ -73,5 +74,6 @@ !Scripts/reload-compiz.sh !Scripts/lollypop-mprisctl.sh !Scripts/notifyVolumn.sh +!Scripts/startCairoDock.sh !Scripts/renameHomeDirInConfigs.sh !tv-fritzbox.xspf diff --git a/Scripts/startCairoDock.sh b/Scripts/startCairoDock.sh new file mode 100644 index 0000000..a1f67fd --- /dev/null +++ b/Scripts/startCairoDock.sh @@ -0,0 +1,7 @@ +killall cairo-dock +cairo-dock & +sleep 2 +cd /home/alex/.config/cairo-dock/current_theme/plug-ins/RSSreader +cp _RSSreader RSSreader.conf +dbus-send --session --dest=org.cairodock.CairoDock /org/cairodock/CairoDock org.cairodock.CairoDock.Reload string:"config-file=/home/alex/.config/cairo-dock/current_theme/plug-ins/RSSreader/RSSreader.conf" +dbus-send --session --dest=org.cairodock.CairoDock /org/cairodock/CairoDock org.cairodock.CairoDock.Reload string:"config-file=/home/alex/.config/cairo-dock/current_theme/plug-ins/systray/systray.conf" \ No newline at end of file