Permalink
Browse files
xfce: Adapt port notes copying instructions from fvwm2
- Loading branch information
Showing
with
13 additions
and
0 deletions.
-
+13
−0
xfce/xfce/Portfile
|
|
@@ -44,4 +44,17 @@ destroot { |
|
|
|
|
|
notes "To start xfce put \"exec startxfce4\" in your .xinitrc" |
|
|
|
|
|
notes " |
|
|
If this is your first install of an alternative WM, these steps |
|
|
may be helpful: |
|
|
$ mkdir ~/.xinitrc.d |
|
|
$ cat >~/.xinitrc.d/99-wm.sh |
|
|
#!/bin/sh |
|
|
exec startxfce4 |
|
|
^D |
|
|
$ chmod +x ~/.xinitrc.d/99-wm.sh |
|
|
$ open /Applications/MacPorts/X11.app |
|
|
" |
|
|
|
|
|
|
|
|
livecheck.type none |