Add PCmanFM-Qt settings
This commit is contained in:
parent
0dbf537086
commit
29cb5b406a
3 changed files with 124 additions and 0 deletions
2
etc/skel/.config/pcmanfm-qt/default/recent-files.conf
Normal file
2
etc/skel/.config/pcmanfm-qt/default/recent-files.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
[Recent]
|
||||
Files=@Invalid()
|
118
etc/skel/.config/pcmanfm-qt/default/settings.conf
Normal file
118
etc/skel/.config/pcmanfm-qt/default/settings.conf
Normal file
|
@ -0,0 +1,118 @@
|
|||
[Behavior]
|
||||
AutoSelectionDelay=600
|
||||
BookmarkOpenMethod=current_tab
|
||||
ConfirmDelete=false
|
||||
ConfirmTrash=false
|
||||
CtrlRightClick=false
|
||||
NoUsbTrash=true
|
||||
QuickExec=false
|
||||
RecentFilesNumber=0
|
||||
SelectNewFiles=true
|
||||
SingleClick=false
|
||||
SingleWindowMode=false
|
||||
UseTrash=false
|
||||
|
||||
[Desktop]
|
||||
AllSticky=false
|
||||
BgColor=#000000
|
||||
DesktopCellMargins=@Size(3 1)
|
||||
DesktopIconSize=48
|
||||
DesktopShortcuts=@Invalid()
|
||||
FgColor=#ffffff
|
||||
Font="Noto Sans,11,-1,5,50,0,0,0,0,0"
|
||||
HideItems=false
|
||||
LastSlide=
|
||||
OpenWithDefaultFileManager=false
|
||||
PerScreenWallpaper=false
|
||||
ShadowColor=#000000
|
||||
ShowHidden=false
|
||||
SlideShowInterval=0
|
||||
SortColumn=name
|
||||
SortFolderFirst=true
|
||||
SortHiddenLast=false
|
||||
SortOrder=ascending
|
||||
TransformWallpaper=false
|
||||
Wallpaper=
|
||||
WallpaperDialogSize=@Size(700 500)
|
||||
WallpaperDialogSplitterPos=200
|
||||
WallpaperDirectory=
|
||||
WallpaperMode=none
|
||||
WallpaperRandomize=false
|
||||
WorkAreaMargins=12, 12, 12, 12
|
||||
|
||||
[FolderView]
|
||||
BackupAsHidden=false
|
||||
BigIconSize=48
|
||||
CustomColumnWidths=@Invalid()
|
||||
FolderViewCellMargins=@Size(3 3)
|
||||
HiddenColumns=@Invalid()
|
||||
Mode=icon
|
||||
NoItemTooltip=false
|
||||
ScrollPerPixel=true
|
||||
ShadowHidden=true
|
||||
ShowFilter=false
|
||||
ShowFullNames=true
|
||||
ShowHidden=true
|
||||
SidePaneIconSize=24
|
||||
SmallIconSize=24
|
||||
SortCaseSensitive=false
|
||||
SortColumn=name
|
||||
SortFolderFirst=true
|
||||
SortHiddenLast=false
|
||||
SortOrder=ascending
|
||||
ThumbnailIconSize=128
|
||||
|
||||
[Places]
|
||||
HiddenPlaces=@Invalid()
|
||||
|
||||
[Search]
|
||||
ContentPatterns=@Invalid()
|
||||
MaxSearchHistory=0
|
||||
NamePatterns=@Invalid()
|
||||
searchContentCaseInsensitive=false
|
||||
searchContentRegexp=true
|
||||
searchNameCaseInsensitive=false
|
||||
searchNameRegexp=true
|
||||
searchRecursive=false
|
||||
searchhHidden=false
|
||||
|
||||
[System]
|
||||
Archiver=engrampa
|
||||
FallbackIconThemeName=oxygen
|
||||
OnlyUserTemplates=false
|
||||
SIUnit=false
|
||||
SuCommand=lxqt-sudo %s
|
||||
TemplateRunApp=false
|
||||
TemplateTypeOnce=false
|
||||
Terminal=kitty
|
||||
|
||||
[Thumbnail]
|
||||
MaxExternalThumbnailFileSize=-1
|
||||
MaxThumbnailFileSize=4096
|
||||
ShowThumbnails=true
|
||||
ThumbnailLocalFilesOnly=true
|
||||
|
||||
[Volume]
|
||||
AutoRun=true
|
||||
CloseOnUnmount=true
|
||||
MountOnStartup=true
|
||||
MountRemovable=true
|
||||
|
||||
[Window]
|
||||
AlwaysShowTabs=true
|
||||
FixedHeight=480
|
||||
FixedWidth=640
|
||||
LastWindowHeight=480
|
||||
LastWindowMaximized=true
|
||||
LastWindowWidth=640
|
||||
PathBarButtons=true
|
||||
RememberWindowSize=true
|
||||
ReopenLastTabs=false
|
||||
ShowMenuBar=false
|
||||
ShowTabClose=true
|
||||
SidePaneMode=places
|
||||
SidePaneVisible=true
|
||||
SplitView=false
|
||||
SplitterPos=150
|
||||
SwitchToNewTab=false
|
||||
TabPaths=@Invalid()
|
|
@ -37,6 +37,10 @@ for_window [window_role = "GtkFiileChooserDialog"] move position center
|
|||
for_window [window_role="Preferences"] floating enable
|
||||
for_window [title="(?:Open|Save) (?:File|Folder|As)"] floating enable;
|
||||
for_window [title="(?:Open|Save) (?:File|Folder|As)"] resize set 600 400
|
||||
for_window [title="Copy Files"] floating enable;
|
||||
for_window [title="Copy Files"] resize set 600 400
|
||||
for_window [title="Confirm to replace files"] floating enable;
|
||||
for_window [title="Confirm to replace files"] move position center
|
||||
|
||||
# apply mark for Xwayland and wayland native browser windows
|
||||
for_window [class="Chromium-browser"] mark Browser
|
||||
|
|
Loading…
Add table
Reference in a new issue