This repository was archived by the owner on Nov 9, 2022. It is now read-only.
File tree 1 file changed +15
-5
lines changed
1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change 36
36
- A hotkey to tile once
37
37
38
38
- Many bugfixes over mgottschlag's version
39
+
39
40
** Installation:
40
41
41
42
#+BEGIN_SRC bash
44
45
plasmapkg2 --type kwinscript -i .
45
46
#+END_SRC
46
47
47
- ** Usage
48
+ ** Usage:
48
49
Install
49
50
50
51
Move windows around and see that they are tiled :-)
56
57
57
58
Press Meta-PgUp or Meta-PgDn to switch the layout
58
59
59
- Use the configuration menu (in Systemsettings->Window Behavior->Scripts)
60
+ Use the configuration menu (in System Settings->Window Management->KWin Scripts)
61
+
62
+ ** Troubleshooting:
63
+ No configuration option is available for the KWin Scripts entry
64
+
65
+ - [[https://github.com/faho/kwin-tiling/issues/79#issuecomment-311465357][As suggested by @BenoitZugmeyer]],
66
+ #+BEGIN_SRC bash
67
+ mkdir -p ~/.local/share/kservices5
68
+ ln -s ~/.local/share/kwin/scripts/kwin-script-tiling/metadata.desktop ~/.local/share/kservices5/kwin-script-tiling.desktop
69
+ #+END_SRC
60
70
61
71
** Known Issues:
62
72
Activities aren't handled at all
65
75
66
76
Multimonitor is untested
67
77
68
- ** Bugs
78
+ ** Bugs:
69
79
There is no software without bugs. If you detect one please
70
80
share it. [[https://github.com/faho/kwin-tiling/issues?state=open]]
71
-
72
81
73
- ** Screenshots
82
+
83
+ ** Screenshots:
74
84
Standard layout with two master windows
75
85
[[https://github.com/faho/faho.github.io/raw/master/img/kwin-tiling01.png]]
76
86
Standard layout with one master
You can’t perform that action at this time.
0 commit comments