mirror of https://gitlab.com/meliurwen/dotfiles
parent
390f13fb19
commit
2cbc01acbb
@ -0,0 +1,5 @@ |
|||||||
|
KIND="dconf" |
||||||
|
SCRIPTS_LIST="iniman" |
||||||
|
DLIST_FILE="gedit.deny.list" |
||||||
|
DPATH="/org/gnome/gedit/" |
||||||
|
INI_DST="gedit.dconf" |
@ -0,0 +1,3 @@ |
|||||||
|
.dotenv |
||||||
|
*.dconf |
||||||
|
*.list |
@ -0,0 +1,19 @@ |
|||||||
|
[plugins] |
||||||
|
active-plugins=['modelines', 'time', 'docinfo', 'spell', 'filebrowser'] |
||||||
|
|
||||||
|
[preferences/editor] |
||||||
|
insert-spaces=true |
||||||
|
scheme='oblivion' |
||||||
|
tabs-size=uint32 4 |
||||||
|
wrap-last-split-mode='word' |
||||||
|
wrap-mode='none' |
||||||
|
|
||||||
|
[preferences/ui] |
||||||
|
bottom-panel-visible=false |
||||||
|
show-tabs-mode='auto' |
||||||
|
|
||||||
|
[state/file-chooser] |
||||||
|
open-recent=false |
||||||
|
|
||||||
|
[state/file-filter] |
||||||
|
filter-id=1 |
@ -0,0 +1,3 @@ |
|||||||
|
plugins/filebrowser |
||||||
|
state/history-entry |
||||||
|
state/window |
Loading…
Reference in new issue