dolphin
This commit is contained in:
parent
c192c48bad
commit
2ba3ff1f5b
|
|
@ -1,9 +1,11 @@
|
||||||
{...}: {
|
{...}: {
|
||||||
imports = [./user-places.nix];
|
imports = [./user-places.nix];
|
||||||
xdg.configFile.arkrc.source = ./arkrc;
|
xdg.configFile.arkrc.source = ./arkrc;
|
||||||
|
xdg.configFile.dolphinrc.source = ./dolphinrc;
|
||||||
xdg.configFile.kdeglobals.source = ./kdeglobals;
|
xdg.configFile.kdeglobals.source = ./kdeglobals;
|
||||||
xdg.configFile.kiorc.source = ./kiorc;
|
xdg.configFile.kiorc.source = ./kiorc;
|
||||||
xdg.configFile.kservicemenurc.source = ./kservicemenurc;
|
xdg.configFile.kservicemenurc.source = ./kservicemenurc;
|
||||||
|
xdg.configFile.lightlyrc.source = ./lightlyrc;
|
||||||
xdg.dataFile."ark/ark_recentfiles" = {
|
xdg.dataFile."ark/ark_recentfiles" = {
|
||||||
text = "";
|
text = "";
|
||||||
force = true;
|
force = true;
|
||||||
|
|
|
||||||
37
user/config/kde/dolphinrc
Normal file
37
user/config/kde/dolphinrc
Normal file
|
|
@ -0,0 +1,37 @@
|
||||||
|
MenuBar=Disabled
|
||||||
|
|
||||||
|
[ContextMenu]
|
||||||
|
ShowAddToPlaces=false
|
||||||
|
|
||||||
|
[FoldersPanel]
|
||||||
|
HiddenFilesShown=true
|
||||||
|
LimitFoldersPanelToHome=false
|
||||||
|
|
||||||
|
[General]
|
||||||
|
RememberOpenedTabs=false
|
||||||
|
ShowFullPath=true
|
||||||
|
ShowFullPathInTitlebar=true
|
||||||
|
Version=202
|
||||||
|
|
||||||
|
[IconsMode]
|
||||||
|
PreviewSize=48
|
||||||
|
|
||||||
|
[KFileDialog Settings]
|
||||||
|
Places Icons Auto-resize=false
|
||||||
|
Places Icons Static Size=22
|
||||||
|
|
||||||
|
[MainWindow]
|
||||||
|
MenuBar=Disabled
|
||||||
|
ToolBarsMovable=Disabled
|
||||||
|
|
||||||
|
[MainWindow][Toolbar mainToolBar]
|
||||||
|
ToolButtonStyle=IconOnly
|
||||||
|
|
||||||
|
[PreviewSettings]
|
||||||
|
Plugins=audiothumbnail,blenderthumbnail,comicbookthumbnail,cursorthumbnail,djvuthumbnail,ebookthumbnail,exrthumbnail,fontthumbnail,imagethumbnail,jpegthumbnail,kraorathumbnail,windowsexethumbnail,windowsimagethumbnail,mobithumbnail,opendocumentthumbnail,gsthumbnail,rawthumbnail,svgthumbnail,ffmpegthumbs
|
||||||
|
|
||||||
|
[Search]
|
||||||
|
Location=Everywhere
|
||||||
|
|
||||||
|
[Toolbar mainToolBar]
|
||||||
|
ToolButtonStyle=IconOnly
|
||||||
9
user/config/kde/lightlyrc
Normal file
9
user/config/kde/lightlyrc
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
[Common]
|
||||||
|
CornerRadius=1
|
||||||
|
|
||||||
|
[Style]
|
||||||
|
AnimationsEnabled=false
|
||||||
|
DolphinSidebarOpacity=80
|
||||||
|
MenuItemDrawStrongFocus=false
|
||||||
|
TabDrawHighlight=true
|
||||||
|
ToolBarDrawItemSeparator=true
|
||||||
|
|
@ -2,14 +2,14 @@
|
||||||
custom_palette=false
|
custom_palette=false
|
||||||
icon_theme=Papirus
|
icon_theme=Papirus
|
||||||
standard_dialogs=kde
|
standard_dialogs=kde
|
||||||
style=Breeze
|
style=Lightly
|
||||||
|
|
||||||
[Fonts]
|
[Fonts]
|
||||||
fixed="Noto Sans Mono,10,-1,5,50,0,0,0,0,0"
|
fixed="Noto Sans Mono,10,-1,5,50,0,0,0,0,0"
|
||||||
general="Noto Sans,10,-1,5,50,0,0,0,0,0"
|
general="Noto Sans,10,-1,5,50,0,0,0,0,0"
|
||||||
|
|
||||||
[Interface]
|
[Interface]
|
||||||
activate_item_on_single_click=1
|
activate_item_on_single_click=2
|
||||||
buttonbox_layout=0
|
buttonbox_layout=0
|
||||||
cursor_flash_time=1000
|
cursor_flash_time=1000
|
||||||
dialog_buttons_have_icons=1
|
dialog_buttons_have_icons=1
|
||||||
|
|
|
||||||
|
|
@ -31,6 +31,7 @@
|
||||||
libsForQt5.kolourpaint
|
libsForQt5.kolourpaint
|
||||||
libsForQt5.filelight
|
libsForQt5.filelight
|
||||||
papirus-icon-theme
|
papirus-icon-theme
|
||||||
|
lightly-boehs
|
||||||
pavucontrol
|
pavucontrol
|
||||||
qpwgraph
|
qpwgraph
|
||||||
qbittorrent
|
qbittorrent
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue