Skip to content
This repository was archived by the owner on Nov 9, 2022. It is now read-only.

Commit a5b9290

Browse files
authored
Merge pull request #107 from arusahni/master
Add troubleshooting section to README
2 parents 7a4a5e5 + 77a2d8a commit a5b9290

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

README.org

+15-5
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
- A hotkey to tile once
3737

3838
- Many bugfixes over mgottschlag's version
39+
3940
** Installation:
4041

4142
#+BEGIN_SRC bash
@@ -44,7 +45,7 @@
4445
plasmapkg2 --type kwinscript -i .
4546
#+END_SRC
4647

47-
** Usage
48+
** Usage:
4849
Install
4950

5051
Move windows around and see that they are tiled :-)
@@ -56,7 +57,16 @@
5657

5758
Press Meta-PgUp or Meta-PgDn to switch the layout
5859

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
6070

6171
** Known Issues:
6272
Activities aren't handled at all
@@ -65,12 +75,12 @@
6575

6676
Multimonitor is untested
6777

68-
** Bugs
78+
** Bugs:
6979
There is no software without bugs. If you detect one please
7080
share it. [[https://github.com/faho/kwin-tiling/issues?state=open]]
71-
7281

73-
** Screenshots
82+
83+
** Screenshots:
7484
Standard layout with two master windows
7585
[[https://github.com/faho/faho.github.io/raw/master/img/kwin-tiling01.png]]
7686
Standard layout with one master

0 commit comments

Comments
 (0)