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
|
== XfKC use ==
Running XfKC from the menu, or from the command line will run the
configuration GUI. To apply the configuration, you need to run
$ xfkc --apply
You can change your ~/.config/xfce4-session/xfce4-sessionrc file to
apply the configuration at Xfce startup. If you use the xkb panel
plugin, make sure to run xfkc before the panel, or the xkb plugin
will crash.
You xfce4-sessionrc file could look like this:
[...]
[Failsafe Session]
Count=5
Client0_Command=xfwm4
Client0_PerScreen=False
Client1_Command=xfkc,--apply
Client1_PerScreen=False
Client2_Command=xfce4-panel
Client2_PerScreen=False
Client3_Command=xfdesktop
Client3_PerScreen=False
Client4_Command=Thunar,--daemon
Client4_PerScreen=False
[...]
== Bugs ==
Please report bugs at https://launchpad.net/products/xfkc/+bugs
|