1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
.\" Man page written by Emanuele Petriglia for xfce4-panel-profiles.
.TH XFCE4-PANEL-PROFILES "1" "June 2023" "xfce4-panel-profiles 1.0.14" "User Commands"
.SH Name
xfce4-panel-profiles - A simple application to manage Xfce panel layouts
.SH SYNOPSIS
.B xfce4-panel-profiles
[
.I COMMAND
]
.I filename
.SH DESCRIPTION
\fBxfce4-panel-profiles\fP is a simple application to manage Xfce panel layouts.
It allows you to \fIapply\fP, \fIsave\fP, \fIremove\fP, \fIexport\fP,
\fIimport\fP a panel layout as a profile. You can, as example, backup the
current panel layout, or import a previously exported panel profile.
\fBxfce4-panel-profiles\fP is a \fIGUI application\fP, but it can be also used
via command line with limited features.
.SH COMMANDS
.TP
\fBload\fP \fIfilename\fP
Load and apply a previously exported \fIfilename\fP panel profile.
.TP
\fBsave\fP \fIfilename\fP
Save the current panel layout as \fIfilename\fP. The profile's name should end
with \fItar.bz2\fP for clarity.
.SH FILES
.TP
.I ~/.local/share/xfce4-panel-profiles
User's custom panel profiles storage directory.
.TP
.I /usr/share/xfce4-panel-profiles/layouts
System provided panel profiles storage directory.
.SH EXAMPLES
.TP
.B xfce4-panel-profiles save backup.tar.bz2
Make a backup of current panel layout.
.TP
.B xfce4-panel-profiles load backup.tar.bz2
Load and apply the previously exported panel layout.
.SH AUTHOR
.TP
2015-2021
.MT bluesabre@xfce.org
Sean Davis
.ME
.TP
2013
.MT a.j.buxton@gmail.com
Alistair Buxton
.ME
.SH REPORTING BUGS
If you encounter a bug in \fBxfce4-panel-profiles\fP, please submit a bug report
to the
.UR https://bugzilla.xfce.org
.I Xfce Bugzilla
.UE . Please note that to do this you will need to have or create
an account on Bugzilla.
.SH COPYING
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any later
version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with
this program. If not, see
.UR http://www.gnu.org/licenses
GNU website
.UE .
|