Commit f2ca60ad authored by Mikhail Tergoev's avatar Mikhail Tergoev

Merge branch 'dde-compositing' of https://github.com/Boria138/PortWINE into…

Merge branch 'dde-compositing' of https://github.com/Boria138/PortWINE into Boria138-dde-compositing
parents 193c5b98 461b2f65
...@@ -799,6 +799,8 @@ stop_portwine () { ...@@ -799,6 +799,8 @@ stop_portwine () {
xfconf-query -c xfwm4 -p /general/use_compositing -s true xfconf-query -c xfwm4 -p /general/use_compositing -s true
elif [[ "${DESKTOP_SESSION}" =~ "cinnamon" ]] ; then elif [[ "${DESKTOP_SESSION}" =~ "cinnamon" ]] ; then
gsettings set org.cinnamon.muffin unredirect-fullscreen-windows false gsettings set org.cinnamon.muffin unredirect-fullscreen-windows false
elif [[ "${DESKTOP_SESSION}" =~ "deepin" ]] ; then
dbus-send --session --dest=com.deepin.WMSwitcher --type=method_call /com/deepin/WMSwitcher com.deepin.WMSwitcher.RequestSwitchWM
fi fi
fi fi
...@@ -2117,6 +2119,8 @@ d3d11 d3d10 d3d10core d3d10_1 d3d9 d3d8 dxgi wined3d vulkan-1 shell32" ...@@ -2117,6 +2119,8 @@ d3d11 d3d10 d3d10core d3d10_1 d3d9 d3d8 dxgi wined3d vulkan-1 shell32"
xfconf-query -c xfwm4 -p /general/use_compositing -s false xfconf-query -c xfwm4 -p /general/use_compositing -s false
elif [[ "${DESKTOP_SESSION}" =~ "cinnamon" ]] ; then elif [[ "${DESKTOP_SESSION}" =~ "cinnamon" ]] ; then
gsettings set org.cinnamon.muffin unredirect-fullscreen-windows true gsettings set org.cinnamon.muffin unredirect-fullscreen-windows true
elif [[ "${DESKTOP_SESSION}" =~ "deepin" ]] ; then
dbus-send --session --dest=com.deepin.WMSwitcher --type=method_call /com/deepin/WMSwitcher com.deepin.WMSwitcher.RequestSwitchWM
fi fi
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment