Add dconf settings and remove distro test file

This commit is contained in:
Marko Korhonen 2022-11-06 17:37:16 +02:00
parent 9e1acf890a
commit 7c43f75e27
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
3 changed files with 90 additions and 10 deletions

View file

@ -1,5 +1,6 @@
[actions]
nvim-packer-sync = "nvim -c 'autocmd User PackerComplete quitall' -c 'PackerSync'"
dconf-load = "dconf load / < ~/.config/dconf.ini"
[config]
backup = true
@ -228,14 +229,15 @@ dst = "~/.config/electron12-flags.conf"
src = ".pam_environment"
dst = "~/.pam_environment"
[dotfiles.f_distro]
src = ".distro"
dst = "~/.distro"
[dotfiles.d_wal]
src = ".config/wal"
dst = "~/.config/wal"
[dotfiles."f_dconf.ini"]
src = ".config/dconf.ini"
dst = "~/.config/dconf.ini"
actions = ["dconf-load"]
[profiles.pacman]
dotfiles = ["f_makepkg.conf", "f_paru.conf"]
@ -299,11 +301,11 @@ dotfiles = [
[profiles.Mirkwood]
include = ["pacman", "terminal", "email", "media", "sway", "gpg"]
dotfiles = ["d_rofi", "f_librewolf_overrides", "f_distro"]
dotfiles = ["d_rofi", "f_librewolf_overrides", "f_dconf.ini"]
[profiles.Moria]
include = ["pacman", "terminal", "media", "gpg"]
dotfiles = ["f_librewolf_overrides"]
dotfiles = ["f_librewolf_overrides", "f_dconf.ini"]
[profiles.Gondor]
include = ["pacman", "terminal"]
@ -314,7 +316,7 @@ dotfiles = ["f_librewolf_overrides"]
[profiles.Isengard]
include = ["terminal"]
dotfiles = ["f_distro"]
dotfiles = []
[profiles.Edoras]
include = ["terminal"]
@ -327,7 +329,7 @@ include = ["terminal"]
[profiles.ViiruJaTeippi]
include = ["terminal"]
dotfiles = ["f_distro"]
dotfiles = []
[profiles.Mirkwood.variables]
wayland = true

80
home/.config/dconf.ini Normal file
View file

@ -0,0 +1,80 @@
[io/github/celluloid-player/celluloid]
dark-theme-enable=false
mpv-config-enable=true
mpv-config-file='file:///home/{{@@ env['USER'] @@}}/.config/mpv/mpv.conf'
mpv-input-config-enable=true
mpv-input-config-file='file:///home/{{@@ env['USER'] @@}}/.config/mpv/input.conf'
settings-migrated=true
[org/gnome/Connections]
first-run=false
[org/gnome/shell/weather]
automatic-location=false
locations=[<(uint32 2, <('Lappeenranta', 'EFLP', false, [(1.0654507804726074, 0.49128594181309354)], @a(dd) [])>)>]
[org/gnome/shell/world-clocks]
locations=[<(uint32 2, <('Bangkok', 'VTBD', true, [(0.24289166005364171, 1.7558012275062955)], [(0.23998277214922031, 1.754346792280731)])>)>]
[org/gnome/desktop/a11y/mouse]
dwell-click-enabled=false
dwell-threshold=10
dwell-time=1.2
secondary-click-enabled=false
secondary-click-time=1.2
[org/gnome/desktop/calendar]
show-weekdate=true
[org/gnome/desktop/input-sources]
show-all-sources=true
sources=[('xkb', 'eu'), ('xkb', 'fi')]
xkb-options=['lv3:ralt_switch']
[org/gnome/desktop/peripherals/touchpad]
tap-to-click=true
two-finger-scrolling-enabled=true
[org/gnome/desktop/privacy]
disable-microphone=false
old-files-age=uint32 14
recent-files-max-age=-1
remove-old-temp-files=true
remove-old-trash-files=true
[org/gnome/desktop/wm/keybindings]
close=['<Super>w']
toggle-fullscreen=['<Super>f']
move-to-workspace-left=['<Shift><Super>h']
move-to-workspace-down=['<Shift><Super>j']
move-to-workspace-up=['<Shift><Super>k']
move-to-workspace-right=['<Shift><Super>l']
switch-to-workspace-left=['<Super>h']
switch-to-workspace-down=['<Super>j']
switch-to-workspace-up=['<Super>k']
switch-to-workspace-right=['<Super>l']
[org/gnome/settings-daemon/plugins/media-keys]
custom-keybindings=['/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/']
screensaver=['<Super>BackSpace']
www=['<Super>b']
[org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0]
binding='<Super>Return'
command='kgx'
name='Open terminal'
[org/gnome/file-roller/dialogs/new]
default-extension='.tar.zst'
[org/gnome/software]
check-timestamp=int64 1667730233
download-updates=true
download-updates-notify=true
first-run=false
[org/gnome/system/location]
enabled=true
[org/gnome/tweaks]
show-extensions-notice=false

View file

@ -1,2 +0,0 @@
Just a file for testing dotdrop distro_id
{{@@ distro_id @@}}