Shrink/Grow Height/Width not working
See original GitHub issueSymptom I am not sure I understand what those shortcuts do. Are they supposed to be used for master window, slaves, floating windows?
How to reproduce - not sure (I just installed the script today from git)
The shortcuts do nothing across the board. In this scenario I thought to simply stop sxkhd and try again, yet nothing. Then I thought to open konsole and invoke the shortcut with qdbus, still nothing. I also decided to test if just using the script with make run
will say anything, yet nothing.
qdbus org.kde.kglobalaccel /component/kwin org.kde.kglobalaccel.Component.invokeShortcut'Krohnkite: Grow Height'
Expected behavior Anything really.
Environment Operating System: KDE neon 5.16 KDE Plasma Version: 5.16.0 KDE Frameworks Version: 5.59.0 Qt Version: 5.12.3 Kernel Version: 4.15.0-51-generic OS Type: 64-bit kwin 5.16.0
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Flex-shrink not working as expected - Stack Overflow
If the item is wider than the parent container it can't wrap so it will shrink if it can. You'd have to solve...
Read more >flex-shrink - CSS: Cascading Style Sheets - MDN Web Docs
The flex-shrink CSS property sets the flex shrink factor of a flex item. If the size of all flex items is larger than...
Read more >Setting Height And Width On Images Is Important Again
Yes, when an image is being shown at full size, without any CSS changing any dimensions, it is useful to resolve the layout...
Read more >aspect-ratio - CSS-Tricks
The CSS property aspect-ratio lets you create boxes that maintain proportional dimensions where the height and width of a box are calculated ...
Read more >HTML vs Body: How to Set Width and Height for Full Page Size
You may sleep better knowing it starts with a page width setting. This problem arises when any element - not just the HTML...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Closing. v0.8 now supports moving and resizing floating windows w/ keyboard shortcuts.
The shortcuts are implemented by d607c37f351df79753d8fd6acb46f1e4bb5b2f2d, but only for tiled windows, and for adjustable layouts (like tile, three column, quarter). I’ll see how I can extend this feature for floating windows.