Skip to content

Commit

Permalink
config: add mousepad configuration (dconf settings)
Browse files Browse the repository at this point in the history
  • Loading branch information
nodiscc committed Aug 23, 2020
1 parent 5c000ad commit 4d3bca2
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/hooks/normal/0470-update-dconf-db.hook.chroot
@@ -0,0 +1,2 @@
#!/bin/bash
dconf update
27 changes: 27 additions & 0 deletions config/includes.chroot/etc/dconf/db/local.d/01-mousepad
@@ -0,0 +1,27 @@
[org/xfce/mousepad/preferences/view]
indent-width=-1
show-line-marks=false
highlight-current-line=false
word-wrap=true
show-right-margin=false
color-scheme='vibrant'
show-line-numbers=true
insert-spaces=false
match-braces=true
indent-on-tab=true
right-margin-position=80
show-line-endings=false
tab-width=4
show-whitespace=false
smart-home-end='disabled'
auto-indent=true

[org/xfce/mousepad/preferences/window]
menubar-visible=true
statusbar-visible=true
toolbar-visible=true

[org/xfce/mousepad/state/search]
replace-all=true
match-case=false
replace-all-location=1
2 changes: 2 additions & 0 deletions config/includes.chroot/etc/dconf/profile/user
@@ -0,0 +1,2 @@
user-db:user
system-db:local

0 comments on commit 4d3bca2

Please sign in to comment.