Autostart : Load dconf on login.
This commit is contained in:
parent
b209da23ef
commit
d4a1cc0a43
8
.config/autostart/Dconf.desktop
Normal file
8
.config/autostart/Dconf.desktop
Normal file
|
@ -0,0 +1,8 @@
|
|||
[Desktop Entry]
|
||||
Name=DconfLoad
|
||||
GenericName=Load Gnome settings
|
||||
Comment=Load Gnome settings
|
||||
Exec=bash -c "sed -i -e s/voronind/$(whoami)/g ${HOME}/.config/linux/Gnome.dconf ; dconf load / < ${HOME}/.config/linux/Gnome.dconf"
|
||||
Terminal=false
|
||||
Type=Application
|
||||
X-GNOME-Autostart-enabled=true
|
22
.gitignore
vendored
22
.gitignore
vendored
|
@ -69,6 +69,10 @@
|
|||
!/.config/
|
||||
/.config/*
|
||||
|
||||
# Autostart.
|
||||
!/.config/autostart/
|
||||
!/.config/autostart/**
|
||||
|
||||
# Linux configs.
|
||||
!/.config/linux/
|
||||
!/.config/linux/**
|
||||
|
@ -93,26 +97,26 @@
|
|||
!/.config/nix/
|
||||
!/.config/nix/**
|
||||
|
||||
## Gtk-3.0.
|
||||
# Gtk-3.0.
|
||||
!/.config/gtk-3.0/
|
||||
!/.config/gtk-3.0/**
|
||||
|
||||
## Gtk-4.0.
|
||||
# Gtk-4.0.
|
||||
!/.config/gtk-4.0/
|
||||
!/.config/gtk-4.0/**
|
||||
|
||||
## Btop settings.
|
||||
# Btop settings.
|
||||
!/.config/btop/
|
||||
!/.config/btop/btop.conf
|
||||
|
||||
## Htop settings.
|
||||
# Htop settings.
|
||||
!/.config/htop/
|
||||
!/.config/htop/**
|
||||
|
||||
## User dirs.
|
||||
# User dirs.
|
||||
!/.config/user-dirs.dirs
|
||||
|
||||
## Nvim.
|
||||
# Nvim.
|
||||
!/.config/nvim/
|
||||
!/.config/nvim/**
|
||||
/.config/nvim/plugin/
|
||||
|
@ -121,7 +125,7 @@
|
|||
!/.ssh/
|
||||
/.ssh/**
|
||||
|
||||
## Ssh config.
|
||||
# Ssh config.
|
||||
!/.ssh/config
|
||||
|
||||
# Local configs.
|
||||
|
@ -130,11 +134,11 @@
|
|||
!/.local/share/
|
||||
/.local/share/*
|
||||
|
||||
## Background.
|
||||
# Background.
|
||||
!/.local/share/backgrounds/
|
||||
!/.local/share/backgrounds/background.jpg
|
||||
|
||||
## Flatpak overrides.
|
||||
# Flatpak overrides.
|
||||
!/.local/share/flatpak/
|
||||
/.local/share/flatpak/*
|
||||
!/.local/share/flatpak/overrides/
|
||||
|
|
Reference in a new issue