Y
Y
yagtec2015-06-27 17:07:01
linux
yagtec, 2015-06-27 17:07:01

How to control sizes of inkscape modular windows in awesome wm?

I installed a fresh debian, ran OSS, and faced the fact that it is impossible to resize the settings window in inkscape.
By default, for some reason, it drops out in a compressed form:
a18e31b6f2934d2ba07643cd11301956.png
I tried different window modes, tried to hook it somehow, but it doesn’t give in.
Tell me how can this be fixed? Maybe advice where to dig.
Debian 8.1 x64
AwesomeWM 3.4.15
Inkscape 0.91 r13725

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Max Medar, 2015-06-30
@yagtec

clientbuttons = awful.util.table.join(                     
    awful.button({ }, 1, function (c) client.focus = c; c:raise() end),
    awful.button({ modkey }, 1, awful.mouse.client.move),  
    awful.button({ modkey }, 3, awful.mouse.client.resize))

This is a piece of the standard config. The last line is just responsible for resizing windows. That is, we hold down the modkey, click the right mouse button on the window you need and drag.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question