Skip to content

Commit

Permalink
Trying to make some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ngr31 committed Jan 23, 2024
1 parent 19fa611 commit 116cf84
Show file tree
Hide file tree
Showing 12 changed files with 34 additions and 5 deletions.
1 change: 1 addition & 0 deletions config/common_modules/systemd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ system:
- com.system76.PowerDaemon.service
- system76-power-wake.service
- com.system76.Scheduler.service
- dconf-update.service
- dx-groups.service
masked:
- power-profiles-daemon.service
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ dynamic-workspaces = false
current-workspace-only = false

[org/gnome/desktop/wm/preferences]
button-layout=":minimize,maximize,close"
num-workspaces = 4

[org/gnome/desktop/wm/keybindings]
Expand Down Expand Up @@ -39,6 +40,18 @@ night-light-enabled = true
[org/gnome/desktop/interface]
text-scaling-factor = 1.25

[org/gnome/software]
allow-updates=false
download-updates=false
download-updates-notify=false
packaging-format-preference=['flatpak:flathub-user']

[org/gtk/gtk4/settings/file-chooser]
sort-directories-first=true

[org/gtk/settings/file-chooser]
sort-directories-first=true

[org/gnome/mutter]
experimental-features=['scale-monitor-framebuffer']

Expand Down
2 changes: 1 addition & 1 deletion config/files/usr/etc/dconf/profile/gdm
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
user-db:user
system-db:local
system-db:gdm
file-db:/usr/share/gdm/greeter-dconf-defaults
2 changes: 1 addition & 1 deletion config/files/usr/etc/dconf/profile/user
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
user-db:user
system-db:local
system-db:local
6 changes: 6 additions & 0 deletions config/files/usr/etc/ublue-update/ublue-update.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[checks]
min_battery_percent = 0.0
max_cpu_load_percent = 50.0
max_mem_percent = 90.0
[notify]
dbus_notify = false
10 changes: 10 additions & 0 deletions config/files/usr/lib/systemd/system/dconf-update.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[Unit]
Description=Update the dconf database onboot
Documentation=https://github.com/coreos/rpm-ostree/issues/1944

[Service]
Type=oneshot
ExecStart=/usr/bin/dconf update

[Install]
WantedBy=multi-user.target
5 changes: 2 additions & 3 deletions config/scripts/extensions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ echo 'Installing extensions'
cd /tmp

git clone https://github.com/theychx/WorkspaceSwitcherWrapAround.git /usr/share/gnome-shell/extensions/workspace-switch-wraparound@theychx.org
mv /usr/share/gnome-shell/extensions/workspace-switch-wraparound@theychx.org/src/* /usr/share/gnome-shell/extensions/workspace-switch-wraparound@theychx.org

git clone https://github.com/akiirui/hide-universal-access.git /usr/share/gnome-shell/extensions/hide-universal-access@akiirui.github.io

Expand All @@ -22,6 +23,4 @@ cp -r gnome-disable-workspace-switcher/disable-workspace-switcher-overlay@cleard

git clone https://gitlab.com/arcmenu/ArcMenu.git
cd ArcMenu
make DESTDIR=/ install

dconf update
make DESTDIR=/ install

0 comments on commit 116cf84

Please sign in to comment.