Skip to content

Commit 0c41a66

Browse files
author
falkTX
committed
Add kate and gimp configs, fix minor style stuff
1 parent b7af76f commit 0c41a66

File tree

9 files changed

+108
-0
lines changed

9 files changed

+108
-0
lines changed

config-theme/config/katepartrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[Renderer]
2+
Schema=Breeze Dark

config-theme/config/katerc

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[General]
2+
Show Full Path in Title=false
3+
Show Menu Bar=true
4+
Show Status Bar=true
5+
Show Tab Bar=false
6+
Startup Session=new
7+
8+
[MainWindow]
9+
State=AAAA/wAAAAD9AAAAAAAAB4AAAAO9AAAABAAAAAQAAAAIAAAACPwAAAABAAAAAgAAAAEAAAAWAG0AYQBpAG4AVABvAG8AbABCAGEAcgEAAAAA/////wAAAAAAAAAA
10+
11+
[filetree]
12+
editShade=34,87,115
13+
listMode=true
14+
shadingEnabled=true
15+
showFullPathOnRoots=false
16+
sortRole=259
17+
viewShade=6,92,104
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
[Greeter]
22
Theme=org.linuxaudio.kxstudio.desktop
3+
WallpaperPlugin=org.kde.image
4+
5+
[Greeter][Wallpaper][org.kde.image][General]
6+
FillMode=2
7+
Image=file:///usr/share/wallpapers/KXStudio-Stripes/contents/images/1920x1080.jpg
File renamed without changes.
File renamed without changes.

config/config/kded5rc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ autoload=false
44
[Module-bluedevil]
55
autoload=false
66

7+
[Module-colorcorrectlocationupdater]
8+
autoload=false
9+
710
[Module-device_automounter]
811
autoload=false
912

config/config/systemsettingsrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[Main]
2+
ActiveView=icon_mode

config/gimp-2.8/sessionrc

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
# GIMP sessionrc
2+
#
3+
# This file takes session-specific info (that is info, you want to keep
4+
# between two GIMP sessions). You are not supposed to edit it manually, but
5+
# of course you can do. The sessionrc will be entirely rewritten every time
6+
# you quit GIMP. If this file isn't found, defaults are used.
7+
8+
(session-info "toplevel"
9+
(factory-entry "gimp-empty-image-window")
10+
(position 410 370)
11+
(size 620 200)
12+
(open-on-exit))
13+
(session-info "toplevel"
14+
(factory-entry "gimp-single-image-window")
15+
(position 96 0)
16+
(size 1140 665)
17+
(open-on-exit)
18+
(aux-info
19+
(left-docks-width "132")
20+
(right-docks-width "206")
21+
(maximized "no"))
22+
(gimp-toolbox
23+
(side left)
24+
(book
25+
(current-page 0)
26+
(dockable "gimp-tool-options"
27+
(tab-style automatic)
28+
(aux-info
29+
(show-button-bar "true")))))
30+
(gimp-dock
31+
(side right)
32+
(book
33+
(current-page 0)
34+
(dockable "gimp-layer-list"
35+
(tab-style automatic)
36+
(preview-size 32)
37+
(aux-info
38+
(show-button-bar "true")))
39+
(dockable "gimp-channel-list"
40+
(tab-style automatic)
41+
(preview-size 32)
42+
(aux-info
43+
(show-button-bar "true")))
44+
(dockable "gimp-vectors-list"
45+
(tab-style automatic)
46+
(preview-size 32)
47+
(aux-info
48+
(show-button-bar "true")))
49+
(dockable "gimp-undo-history"
50+
(tab-style automatic)
51+
(aux-info
52+
(show-button-bar "true"))))
53+
(book
54+
(position 403)
55+
(current-page 0)
56+
(dockable "gimp-brush-grid"
57+
(tab-style automatic)
58+
(aux-info
59+
(show-button-bar "true")))
60+
(dockable "gimp-pattern-grid"
61+
(tab-style automatic)
62+
(aux-info
63+
(show-button-bar "true")))
64+
(dockable "gimp-gradient-list"
65+
(tab-style automatic)
66+
(aux-info
67+
(show-button-bar "true"))))))
68+
69+
(hide-docks no)
70+
(single-window-mode yes)
71+
(last-tip-shown 0)
72+
73+
# end of sessionrc

welcome/welcome.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"akonadi/akonadiserverrc",
5050
"audacity-data/audacity.cfg",
5151
"giada/giada.conf",
52+
"gimp-2.8/sessionrc",
5253
"hydrogen/hydrogen.conf",
5354
"mplayer/config",
5455
"phasex/phasex.cfg",
@@ -65,6 +66,7 @@
6566
"config/rosegardenmusic/Rosegarden.conf",
6667
"config/smplayer/smplayer.ini",
6768
"config/vlc/vlcrc",
69+
6870
"config/baloofilerc",
6971
"config/dolphinrc",
7072
"config/kded5rc",
@@ -74,6 +76,7 @@
7476
"config/ksmserverrc",
7577
"config/kwalletrc",
7678
"config/kwinrc",
79+
"config/systemsettingsrc",
7780
"config/yakuakerc",
7881

7982
"config/autostart/akonaditray.desktop",
@@ -103,9 +106,12 @@
103106
"config/rncbc.org/Qsynth.conf",
104107
"config/rncbc.org/Qtractor.conf",
105108
"config/rosegardenmusic/Rosegarden.conf",
109+
106110
"config/breezerc",
107111
"config/gtkrc",
108112
"config/gtkrc-2.0",
113+
"config/katerc",
114+
"config/katepartrc",
109115
"config/kcmdisplayrc",
110116
"config/kcmfonts",
111117
"config/kcminputrc",

0 commit comments

Comments
 (0)