summaryrefslogtreecommitdiffstats
path: root/fedora-livecd-lxde.ks
diff options
context:
space:
mode:
authorChristoph Wickert <cwickert@fedoraproject.org>2013-06-13 11:44:06 +0200
committerChristoph Wickert <cwickert@fedoraproject.org>2013-06-13 17:40:26 +0200
commit0126d2d2c352f2e330b25ca4201b511da2cc2a2c (patch)
tree23b6c69d31f619effcc7bf092fe9b54ae5fed65a /fedora-livecd-lxde.ks
parentf15eef7a9d49ad6c8f3b97579922db9500bd7faa (diff)
downloadspin-kickstarts-0126d2d2c352f2e330b25ca4201b511da2cc2a2c.tar.gz
spin-kickstarts-0126d2d2c352f2e330b25ca4201b511da2cc2a2c.tar.xz
spin-kickstarts-0126d2d2c352f2e330b25ca4201b511da2cc2a2c.zip
LXDE: create default config file for clipit
Diffstat (limited to 'fedora-livecd-lxde.ks')
-rw-r--r--fedora-livecd-lxde.ks30
1 files changed, 30 insertions, 0 deletions
diff --git a/fedora-livecd-lxde.ks b/fedora-livecd-lxde.ks
index 9254265..3b93415 100644
--- a/fedora-livecd-lxde.ks
+++ b/fedora-livecd-lxde.ks
@@ -43,6 +43,36 @@ sed -i -e 's/NoDisplay=true/NoDisplay=false/' /usr/share/applications/liveinst.d
mkdir /home/liveuser/Desktop
cp /usr/share/applications/liveinst.desktop /home/liveuser/Desktop
+# create default config for clipit, otherwise it displays a dialog on startup
+mkdir -p /home/liveuser/.config/clipit
+cat .config/clipit/clipitrc << FOE
+[rc]
+use_copy=true
+use_primary=false
+synchronize=false
+automatic_paste=false
+show_indexes=false
+save_uris=true
+use_rmb_menu=false
+save_history=false
+history_limit=50
+items_menu=20
+statics_show=true
+statics_items=10
+hyperlinks_only=false
+confirm_clear=false
+single_line=true
+reverse_history=false
+item_length=50
+ellipsize=2
+history_key=<Ctrl><Alt>H
+actions_key=<Ctrl><Alt>A
+menu_key=<Ctrl><Alt>P
+search_key=<Ctrl><Alt>F
+offline_key=<Ctrl><Alt>O
+offline_mode=false
+FOE
+
# this goes at the end after all other changes.
chown -R liveuser:liveuser /home/liveuser
restorecon -R /home/liveuser