Answers:
这非常简单,您可以使用Alt +右键单击+拖动。
显然,这个问题已经存在多年了,并且已经关闭了一个“无法修复”的错误报告。该问题已通过Bug 11808 -Xfwm重新打开:增加window的大小调整边框。
抓取区域的宽度由主题控制。另一个规避方法是尝试不同的主题,直到找到可以忍受的主题为止。一位开发人员评论:
这是在主题本身AFAIK中编码的,至少这是我们在MX-15开发过程中发现的。如果您使用的是greybird(或bluebird)和基于Debian的发行版,则可以看看我们的mx-greybird-themes程序包,在经过测试人员的大量反馈后,我们尝试将边框扩展到3像素抓住它。(我们将更新该BTW,以包含可解决其他外观问题的Stretch版本。)
这是有关主题如何设置寄宿生的博客条目。
另一篇文章建议更改主题定义(实际上此文件不是定义的一部分,而是窗口管理器), ~/.gtkrc-2.0
style "default-style"
{
GtkWindow::resize-grip-height = 4
GtkWindow::resize-grip-width = 4
}
class "GtkWidget" style "default-style"
给了我较小的抓地力 增加该数字将为您提供更大的握力区域。您将需要重新加载主题才能使设置生效。
我个人没有尝试更改主题定义,但这看起来是一个很好的起点。
编辑添加:
另一种方法涉及安装和配置Compiz(基本软件包可能已存在于最近的发行版中)。我将其重复,因为它是错误报告的一部分,并且可能被错误管理器删除为与“无关”。
tm.selsingen 2017-02-11 19:40:45 CET
This may be a rough solution not suited for those needing xfwm4 because
of limited system resources. But you can change the default window
manager to compiz. This solved the issue for me and I can now enjoy the
xcfe simplicity combined with generous grabbing areas.
https://wiki.ubuntuusers.de/Compiz/
Enter in terminal:
"sudo apt-get install compiz compiz-gnome compiz-plugins-extra"
"sudo apt-get install compizconfig-settings-manager"
"ccsm" _______________________
In CCSM you need to enable OpenGL, Composite, GNOME Compatibility in
'General' Tab. Within the 'General Options' menu, you can set the focus
steal prevention to zero, so that new windows are placed always on top,
and choose your workplaces
In 'Effects', enable Fading Windows, Window decorations, and if you like
Animations
In 'Other', you can enable Window previews (may need png)
In Tools enable Compiz Library Toolbox, D-Bus, Mousepolling (gets
activated if you choose Window previews), Session Management and
Workarounds
Now in 'Window Management', you need to choose Application Switcher,
Move Windows, Place Windows, Scale Windows Put and Window Rules.
Ring, Static & Shift Switcher are more advanced Application Switchers
you can configure as you like.
In the CCSM Settings you need to enable Gsettings Configuration Backend.
________________________
Now Compiz is configured, make a Backup of
"/home/user/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml"
and enter
"xfconf-query -c xfce4-session -p /sessions/Failsafe/Client0_Command -t
string -sa compiz"
in terminal to configure xcfe to use compiz as the default window
manager. ________________________
To spare you from needing GNOME Tweak to set your theme now, you can use
"gsettings set org.gnome.metacity theme insertyourthemehere" to change
the window decoration theme
and the default xcfe theme settings to change the rest of the UI.
I experienced that my minimize/maximize Buttons were gone after that.
you can use "gsettings set org.gnome.desktop.wm.preferences
button-layout ':minimize,maximize,close,'" to restore them.
And that's it.
Comment 15 tm.selsingen 2017-02-12 09:11:22 CET
I don't know how to edit posts, but I realized the desktop icon texts
get displaced if you follow the steps. This is the fix:
xfconf-query -c xfce4-desktop -p /desktop-icons/center-text -n -t bool
-s false