Added and fixed kdeglobals to hopefully fix broken colors on some devices
This commit is contained in:
parent
33321a4033
commit
e4e2b0c40e
2 changed files with 33 additions and 0 deletions
1
.config/.gitignore
vendored
1
.config/.gitignore
vendored
|
@ -62,6 +62,7 @@
|
||||||
!kak/**
|
!kak/**
|
||||||
!fastfetch/
|
!fastfetch/
|
||||||
!fastfetch/**
|
!fastfetch/**
|
||||||
|
!kdeglobals
|
||||||
!.gitignore
|
!.gitignore
|
||||||
|
|
||||||
polybar/default
|
polybar/default
|
||||||
|
|
32
.config/kdeglobals
Normal file
32
.config/kdeglobals
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
[$Version]
|
||||||
|
update_info=filepicker.upd:filepicker-remove-old-previews-entry
|
||||||
|
|
||||||
|
[KDE]
|
||||||
|
ShowDeleteCommand=true
|
||||||
|
|
||||||
|
[KFileDialog Settings]
|
||||||
|
Allow Expansion=false
|
||||||
|
Automatically select filename extension=true
|
||||||
|
Breadcrumb Navigation=false
|
||||||
|
Decoration position=2
|
||||||
|
LocationCombo Completionmode=5
|
||||||
|
PathCombo Completionmode=5
|
||||||
|
Show Bookmarks=false
|
||||||
|
Show Full Path=false
|
||||||
|
Show Inline Previews=true
|
||||||
|
Show Preview=false
|
||||||
|
Show Speedbar=true
|
||||||
|
Show hidden files=true
|
||||||
|
Sort by=Name
|
||||||
|
Sort directories first=true
|
||||||
|
Sort hidden files last=false
|
||||||
|
Sort reversed=false
|
||||||
|
Speedbar Width=109
|
||||||
|
View Style=DetailTree
|
||||||
|
|
||||||
|
[PreviewSettings]
|
||||||
|
EnableRemoteFolderThumbnail=false
|
||||||
|
MaximumRemoteSize=0
|
||||||
|
|
||||||
|
[Colors:View]
|
||||||
|
BackgroundNormal=#2E2E2E
|
Loading…
Add table
Reference in a new issue