diff options
author | Holger Paradies <retabell@gmx.de> | 2017-04-24 20:37:47 +0200 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2017-04-24 21:22:21 +0200 |
commit | 232eea40448bf699d86bbde38725a1d3b43d9de3 (patch) | |
tree | cd3fdb9bfb769823ed54f82ae1e12f3e21ab522c /skel-lxqt/.config/lxqt | |
parent | 0da71eafb351a76e124821e78b052676b4668c2d (diff) | |
download | etcskel-kanotix-232eea40448bf699d86bbde38725a1d3b43d9de3.zip etcskel-kanotix-232eea40448bf699d86bbde38725a1d3b43d9de3.tar.gz |
lxqt skeleton, awesome fix, gtk3-ini
Diffstat (limited to 'skel-lxqt/.config/lxqt')
-rw-r--r-- | skel-lxqt/.config/lxqt/lxqt-powermanagement.conf | 4 | ||||
-rw-r--r-- | skel-lxqt/.config/lxqt/lxqt.conf | 4 | ||||
-rw-r--r-- | skel-lxqt/.config/lxqt/notifications.conf | 3 | ||||
-rw-r--r-- | skel-lxqt/.config/lxqt/panel.conf | 57 | ||||
-rw-r--r-- | skel-lxqt/.config/lxqt/session.conf | 8 |
5 files changed, 76 insertions, 0 deletions
diff --git a/skel-lxqt/.config/lxqt/lxqt-powermanagement.conf b/skel-lxqt/.config/lxqt/lxqt-powermanagement.conf new file mode 100644 index 0000000..b262309 --- /dev/null +++ b/skel-lxqt/.config/lxqt/lxqt-powermanagement.conf @@ -0,0 +1,4 @@ +[General] +__userfile__=true +showIcon=true +useThemeIcons=true diff --git a/skel-lxqt/.config/lxqt/lxqt.conf b/skel-lxqt/.config/lxqt/lxqt.conf new file mode 100644 index 0000000..8e5821a --- /dev/null +++ b/skel-lxqt/.config/lxqt/lxqt.conf @@ -0,0 +1,4 @@ +[General] +__userfile__=true +icon_theme=nuoveXT2 +theme=Kanotix diff --git a/skel-lxqt/.config/lxqt/notifications.conf b/skel-lxqt/.config/lxqt/notifications.conf new file mode 100644 index 0000000..fc10a34 --- /dev/null +++ b/skel-lxqt/.config/lxqt/notifications.conf @@ -0,0 +1,3 @@ +[General] +__userfile__=true +placement=top-right diff --git a/skel-lxqt/.config/lxqt/panel.conf b/skel-lxqt/.config/lxqt/panel.conf new file mode 100644 index 0000000..0b2d73a --- /dev/null +++ b/skel-lxqt/.config/lxqt/panel.conf @@ -0,0 +1,57 @@ +[General] +__userfile__=true + +[clock] +alignment=Right +dateFormat=dd.MM.yy +showDate=below +type=clock + +[desktopswitch] +alignment=Left +labelType=1 +type=desktopswitch + +[mainmenu] +alignment=Left +type=mainmenu + +[panel1] +alignment=-1 +background-color=@Variant(\0\0\0\x43\x1\xff\xffpp\x9c\x9c\xd2\xd2\0\0) +background-image= +desktop=0 +font-color=@Variant(\0\0\0\x43\x1\xff\xff\0\0\0\0\0\0\0\0) +hidable=false +iconSize=22 +lineCount=1 +opacity=100 +panelSize=32 +plugins=mainmenu, showdesktop2, quicklaunch, desktopswitch, taskbar, tray, volume2, clock +position=Bottom +width=100 +width-percent=true + +[quicklaunch] +alignment=Left +apps\1\desktop=/usr/share/applications/pcmanfm-qt.desktop +apps\2\desktop=/usr/share/applications/kanotix-x-www-browser.desktop +apps\3\desktop=/usr/share/applications/kanotix-x-terminal-emulator.desktop +apps\size=3 +type=quicklaunch + +[showdesktop2] +alignment=Left +type=showdesktop + +[taskbar] +alignment=Left +type=taskbar + +[tray] +alignment=Right +type=tray + +[volume2] +alignment=Right +type=volume diff --git a/skel-lxqt/.config/lxqt/session.conf b/skel-lxqt/.config/lxqt/session.conf new file mode 100644 index 0000000..c0514e1 --- /dev/null +++ b/skel-lxqt/.config/lxqt/session.conf @@ -0,0 +1,8 @@ +[General] +__userfile__=true +leave_confirmation=false + +[Environment] +BROWSER=x-www-browser +GTK_CSD=0 +TERM=qterminal |