Remove .config/Trolltech.conf
Update .config/kglobalshortcutsrc Update .config/kwinrc
This commit is contained in:
parent
493496ad85
commit
bbcb5e7735
3 changed files with 7 additions and 20 deletions
|
@ -1,17 +0,0 @@
|
|||
[qt]
|
||||
GUIEffects=none
|
||||
KDE\contrast=7
|
||||
KWinPalette\activeBackground=#24273a
|
||||
KWinPalette\activeBlend=#cad3f5
|
||||
KWinPalette\activeForeground=#cad3f5
|
||||
KWinPalette\activeTitleBtnBg=#1e2030
|
||||
KWinPalette\frame=#1e2030
|
||||
KWinPalette\inactiveBackground=#181926
|
||||
KWinPalette\inactiveBlend=#a5adcb
|
||||
KWinPalette\inactiveForeground=#a5adcb
|
||||
KWinPalette\inactiveFrame=#24273a
|
||||
KWinPalette\inactiveTitleBtnBg=#24273a
|
||||
Palette\active=#cad3f5, #363a4f, #3e4263, #31344e, #0f1017, #1a1c29, #cad3f5, #ffffff, #cad3f5, #24273a, #1e2030, #0b0b11, #f0c6c6, #181926, #f0c6c6, #c6a0f6, #1e2030, #000000, #24273a, #cad3f5, #a5adcb, #f0c6c6
|
||||
Palette\disabled=#989fbd, #313449, #3f4364, #323650, #0f1119, #1b1d2c, #989fbd, #ffffff, #989fbd, #24273a, #202233, #0b0c12, #202233, #989fbd, #b3969c, #957cbe, #202233, #000000, #24273a, #cad3f5, #7e85a0, #202233
|
||||
Palette\inactive=#7f84a2, #26293e, #414769, #353955, #12131c, #1f2232, #7f84a2, #ffffff, #7f84a2, #24273a, #24273a, #0d0e14, #323449, #7f84a2, #848391, #787690, #24273a, #000000, #24273a, #cad3f5, #6f7599, #323449
|
||||
font="Noto Sans,10,-1,5,400,0,0,0,0,0,0,0,0,0,0,1"
|
|
@ -2,5 +2,9 @@
|
|||
|
||||
source auto
|
||||
|
||||
ignore regex "ActivityManager" "switch-to-activity-.*"
|
||||
# The two regex below have overlapping matches, this is OK in this case so
|
||||
# turn off the warning for this file.
|
||||
no-warn-multiple-key-matches
|
||||
|
||||
ignore regex "ActivityManager" "switch-to-activity-.*"
|
||||
transform regex ".*" ".*" kde-shortcut
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
|
||||
source auto
|
||||
|
||||
ignore section "Desktops"
|
||||
ignore regex "Tiling" "^(?!padding).*$"
|
||||
ignore regex "Desktops" "Id_.*"
|
||||
ignore regex "Tiling\\]\\[.*" ".*"
|
||||
|
|
Loading…
Reference in a new issue