Tweaking fedora 41 gnome template
This commit is contained in:
parent
ed68d23c6c
commit
71be578fe0
15 changed files with 176 additions and 31 deletions
2
qubes-config/etc/dconf/db/local.d/adw-gtk3-dark
Normal file
2
qubes-config/etc/dconf/db/local.d/adw-gtk3-dark
Normal file
|
@ -0,0 +1,2 @@
|
|||
[org/gnome/desktop/interface]
|
||||
gtk-theme='adw-gtk3-dark'
|
4
qubes-config/etc/dconf/db/local.d/automount-disable
Normal file
4
qubes-config/etc/dconf/db/local.d/automount-disable
Normal file
|
@ -0,0 +1,4 @@
|
|||
[org/gnome/desktop/media-handling]
|
||||
automount=false
|
||||
automount-open=false
|
||||
autorun-never=true
|
|
@ -0,0 +1,3 @@
|
|||
org/gnome/desktop/media-handling/automount
|
||||
org/gnome/desktop/media-handling/automount-open
|
||||
/org/gnome/desktop/media-handling/autorun-never
|
14
qubes-config/etc/dconf/db/local.d/locks/privacy
Normal file
14
qubes-config/etc/dconf/db/local.d/locks/privacy
Normal file
|
@ -0,0 +1,14 @@
|
|||
/org/gnome/system/location/enabled
|
||||
|
||||
/org/gnome/desktop/privacy/remember-recent-files
|
||||
/org/gnome/desktop/privacy/remove-old-trash-files
|
||||
/org/gnome/desktop/privacy/remove-old-temp-files
|
||||
/org/gnome/desktop/privacy/report-technical-problems
|
||||
/org/gnome/desktop/privacy/send-software-usage-stats
|
||||
/org/gnome/desktop/privacy/remember-app-usage
|
||||
|
||||
/org/gnome/online-accounts/whitelisted-providers
|
||||
|
||||
/org/gnome/desktop/remote-desktop/rdp/enable
|
||||
|
||||
/org/gnome/desktop/remote-desktop/vnc/enable
|
2
qubes-config/etc/dconf/db/local.d/prefer-dark
Normal file
2
qubes-config/etc/dconf/db/local.d/prefer-dark
Normal file
|
@ -0,0 +1,2 @@
|
|||
[org/gnome/desktop/interface]
|
||||
color-scheme='prefer-dark'
|
2
qubes-config/etc/dconf/db/local.d/privacy
Normal file
2
qubes-config/etc/dconf/db/local.d/privacy
Normal file
|
@ -0,0 +1,2 @@
|
|||
[org/gnome/desktop/interface]
|
||||
color-scheme='prefer-dark'
|
11
qubes-config/etc/dnf/dnf.conf
Normal file
11
qubes-config/etc/dnf/dnf.conf
Normal file
|
@ -0,0 +1,11 @@
|
|||
[main]
|
||||
gpgcheck=True
|
||||
installonly_limit=3
|
||||
clean_requirements_on_remove=True
|
||||
best=False
|
||||
skip_if_unavailable=True
|
||||
max_parallel_downloads=10
|
||||
deltarpm=False
|
||||
defaultyes=True
|
||||
install_weak_deps=False
|
||||
countme=False
|
3
qubes-config/etc/environment
Normal file
3
qubes-config/etc/environment
Normal file
|
@ -0,0 +1,3 @@
|
|||
JavaScriptCoreUseJIT=0
|
||||
GJS_DISABLE_JIT=1
|
||||
XDG_CURRENT_DESKTOP=GNOME
|
1
qubes-config/etc/ld.so.preload
Normal file
1
qubes-config/etc/ld.so.preload
Normal file
|
@ -0,0 +1 @@
|
|||
libhardened_malloc.so
|
|
@ -0,0 +1 @@
|
|||
* hard core 0
|
2
qubes-config/etc/systemd/coredump.conf.d/disable.conf
Normal file
2
qubes-config/etc/systemd/coredump.conf.d/disable.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
[Coredump]
|
||||
Storage=none
|
|
@ -0,0 +1,6 @@
|
|||
[Unit]
|
||||
Description=Update user Flatpaks
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/flatpak --user update -y
|
9
qubes-config/etc/systemd/user/update-user-flatpaks.timer
Normal file
9
qubes-config/etc/systemd/user/update-user-flatpaks.timer
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Unit]
|
||||
Description=Update user Flatpaks daily
|
||||
|
||||
[Timer]
|
||||
OnCalendar=daily
|
||||
Persistent=true
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
4
qubes-config/etc/systemd/zram-generator.conf
Normal file
4
qubes-config/etc/systemd/zram-generator.conf
Normal file
|
@ -0,0 +1,4 @@
|
|||
[zram0]
|
||||
zram-fraction = 1
|
||||
max-zram-size = 8192
|
||||
compression-algorithm = zstd
|
Loading…
Add table
Add a link
Reference in a new issue