我知道xfwm4 -> general -> cycle_workspaces设置,但我想有两个快捷方式:
发布于 2015-12-02 16:51:49
对耶利米雅来说很好,但是他的代码给了我一个错误。我发现这更容易:
if $(xfconf-query -c xfwm4 -p /general/cycle_workspaces)
then
xfconf-query -c xfwm4 -p /general/cycle_workspaces -s false
else
xfconf-query -c xfwm4 -p /general/cycle_workspaces -s true
fihttps://askubuntu.com/questions/136052
复制相似问题