diff options
Diffstat (limited to 'skel-lxqt')
-rw-r--r-- | skel-lxqt/.config/autostart/clipit-startup.desktop | 27 | ||||
-rw-r--r-- | skel-lxqt/.config/autostart/lxqt-compton.desktop | 16 | ||||
-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 | ||||
-rw-r--r-- | skel-lxqt/.config/pcmanfm-qt/lxqt/settings.conf | 57 | ||||
-rw-r--r-- | skel-lxqt/.config/qterminal.org/qterminal.ini | 3 |
9 files changed, 179 insertions, 0 deletions
diff --git a/skel-lxqt/.config/autostart/clipit-startup.desktop b/skel-lxqt/.config/autostart/clipit-startup.desktop new file mode 100644 index 0000000..ad56a11 --- /dev/null +++ b/skel-lxqt/.config/autostart/clipit-startup.desktop @@ -0,0 +1,27 @@ +[Desktop Entry] +Name=ClipIt +Comment=Clipboard Manager +Comment[cs]=Správce schránky +Comment[da]=Udklipsholder +Comment[de]=Zwischenablage-Verwaltung +Comment[es]=Gestor de Portapapeles +Comment[es_ES]=Gestor del portapapeles +Comment[et]=Lõikepuhvrihaldur +Comment[fr]=Gestionnaire de presse-papier +Comment[hu]=Vágólapkezelő +Comment[it]=Gestore degli appunti +Comment[ja]=クリップボード・マネージャ +Comment[nb]=Utklippstavleverkty +Comment[pl]=Schowek +Comment[pt_BR]=Gerenciador de Área de Transferência +Comment[ro]=Administrator clipboard +Comment[ru]=Менеджер буфера обмена +Comment[sv]=Urklippshanterare +Comment[tr]=Pano Yöneticisi +Comment[zh_CN]=剪切板管理器 +Icon=clipit-trayicon +Exec=clipit +Terminal=false +Type=Application +OnlyShowIn=GNOME;XFCE;LXDE;Unity;LXQt; +X-GNOME-Autostart-enabled=true diff --git a/skel-lxqt/.config/autostart/lxqt-compton.desktop b/skel-lxqt/.config/autostart/lxqt-compton.desktop new file mode 100644 index 0000000..7009a06 --- /dev/null +++ b/skel-lxqt/.config/autostart/lxqt-compton.desktop @@ -0,0 +1,16 @@ +[Desktop Entry] +Comment=A X compositor +Comment[de]=Kompositionsmanager für X11 +Comment[pt]=Compositor para o servidor X +Exec=compton --dbus +GenericName=X compositor +GenericName[de]=X11 Kompositionsmanager +GenericName[pt]=Compositor X +Hidden=true +Name=Compton (X Compositor) +Name[de]=Compton (X11 Kompositionsmanager) +Name[pt]=Compton (Compositor X) +OnlyShowIn=LXQt; +TryExec=compton +Type=Application +X-LXQt-Module=true 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 diff --git a/skel-lxqt/.config/pcmanfm-qt/lxqt/settings.conf b/skel-lxqt/.config/pcmanfm-qt/lxqt/settings.conf new file mode 100644 index 0000000..5551885 --- /dev/null +++ b/skel-lxqt/.config/pcmanfm-qt/lxqt/settings.conf @@ -0,0 +1,57 @@ +[Behavior] +AutoSelectionDelay=600 +ConfirmDelete=true +NoUsbTrash=false +SingleClick=true +UseTrash=true + +[Desktop] +BgColor=#000000 +FgColor=#ffffff +Font="Sans Serif,10,-1,5,50,0,0,0,0,0" +ShadowColor=#000000 +ShowHidden=false +ShowWmMenu=false +SortColumn=name +SortOrder=descending +Wallpaper=/usr/share/images/kanotix-starrise/kanotix-starrise-16x9.png +WallpaperMode=stretch + +[FolderView] +BigIconSize=48 +Mode=detailed +ShowHidden=false +SidePaneIconSize=24 +SmallIconSize=24 +SortColumn=name +SortOrder=descending +ThumbnailIconSize=128 + +[System] +Archiver=file-roller +FallbackIconThemeName=elementary +SIUnit=false +SuCommand=gksu %s +Terminal=qterminal + +[Thumbnail] +MaxThumbnailFileSize=4096 +ShowThumbnails=true +ThumbnailLocalFilesOnly=true + +[Volume] +AutoRun=true +CloseOnUnmount=true +MountOnStartup=false +MountRemovable=false + +[Window] +AlwaysShowTabs=false +FixedHeight=480 +FixedWidth=640 +LastWindowHeight=480 +LastWindowMaximized=false +LastWindowWidth=640 +RememberWindowSize=true +ShowTabClose=true +SplitterPos=150 diff --git a/skel-lxqt/.config/qterminal.org/qterminal.ini b/skel-lxqt/.config/qterminal.org/qterminal.ini new file mode 100644 index 0000000..c38cae8 --- /dev/null +++ b/skel-lxqt/.config/qterminal.org/qterminal.ini @@ -0,0 +1,3 @@ +[General] +TabsPosition=1 +font=@Variant(\0\0\0@\0\0\0 \0\x44\0\x65\0j\0\x61\0V\0u\0 \0S\0\x61\0n\0s\0 \0M\0o\0n\0o@(\0\0\0\0\0\0\xff\xff\xff\xff\x2\x1\0\x32\x10) |