From 7c43f75e27668767a116eeb46993e371c5b94090 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Sun, 6 Nov 2022 17:37:16 +0200 Subject: [PATCH] Add dconf settings and remove distro test file --- config.toml | 18 +++++----- home/.config/dconf.ini | 80 ++++++++++++++++++++++++++++++++++++++++++ home/.distro | 2 -- 3 files changed, 90 insertions(+), 10 deletions(-) create mode 100644 home/.config/dconf.ini delete mode 100644 home/.distro diff --git a/config.toml b/config.toml index 2479bda6..491bea31 100644 --- a/config.toml +++ b/config.toml @@ -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 diff --git a/home/.config/dconf.ini b/home/.config/dconf.ini new file mode 100644 index 00000000..25e69900 --- /dev/null +++ b/home/.config/dconf.ini @@ -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=['w'] +toggle-fullscreen=['f'] +move-to-workspace-left=['h'] +move-to-workspace-down=['j'] +move-to-workspace-up=['k'] +move-to-workspace-right=['l'] +switch-to-workspace-left=['h'] +switch-to-workspace-down=['j'] +switch-to-workspace-up=['k'] +switch-to-workspace-right=['l'] + +[org/gnome/settings-daemon/plugins/media-keys] +custom-keybindings=['/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/'] +screensaver=['BackSpace'] +www=['b'] + +[org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0] +binding='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 diff --git a/home/.distro b/home/.distro deleted file mode 100644 index 87530073..00000000 --- a/home/.distro +++ /dev/null @@ -1,2 +0,0 @@ -Just a file for testing dotdrop distro_id -{{@@ distro_id @@}}