diff --git a/etc/skel/.config/pcmanfm-qt/default/recent-files.conf b/etc/skel/.config/pcmanfm-qt/default/recent-files.conf new file mode 100644 index 0000000..6f2be2f --- /dev/null +++ b/etc/skel/.config/pcmanfm-qt/default/recent-files.conf @@ -0,0 +1,2 @@ +[Recent] +Files=@Invalid() diff --git a/etc/skel/.config/pcmanfm-qt/default/settings.conf b/etc/skel/.config/pcmanfm-qt/default/settings.conf new file mode 100644 index 0000000..a7321da --- /dev/null +++ b/etc/skel/.config/pcmanfm-qt/default/settings.conf @@ -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() diff --git a/etc/sway/config.d/30-applications-defaults.conf b/etc/sway/config.d/30-applications-defaults.conf index 19489ab..109a16b 100644 --- a/etc/sway/config.d/30-applications-defaults.conf +++ b/etc/sway/config.d/30-applications-defaults.conf @@ -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