-
-
Notifications
You must be signed in to change notification settings - Fork 243
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(gnome): Switch to dconf settings for a number of needed changes …
…in gnome, add default dash application assignments.
- Loading branch information
Showing
3 changed files
with
34 additions
and
7 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
system_files/deck/silverblue/usr/etc/dconf/db/local.d/03-bazzite-deck
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[org/gnome/shell] | ||
favorite-apps = ['org.mozilla.firefox.desktop', 'steam.desktop', 'net.lutris.Lutris.desktop', 'org.gnome.Nautilus.desktop', 'org.gnome.Software.desktop'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 32 additions & 0 deletions
32
system_files/desktop/silverblue/usr/etc/dconf/db/local.d/02-bazzite-global
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
[org/gnome/desktop/wm/keybindings] | ||
switch-applications = ['<Super>Tab'] | ||
switch-applications-backward = ['<Shift><Super>Tab'] | ||
switch-windows = ['<Alt>Tab'] | ||
switch-windows-backward = ['<Shift><Alt>Tab'] | ||
|
||
[org/gnome/desktop/peripherals/touchpad] | ||
tap-to-click=true | ||
|
||
[org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0] | ||
binding='<Control><Alt>t' | ||
command='gnome-terminal' | ||
name='gnome-terminal' | ||
|
||
[org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom2] | ||
binding='<Control><Shift>Escape' | ||
command="flatpak run io.missioncenter.MissionCenter" | ||
name='mission-center' | ||
|
||
[org/gtk/settings/file-chooser] | ||
sort-directories-first=true | ||
|
||
[org/gtk/gtk4/settings/file-chooser] | ||
sort-directories-first=true | ||
|
||
[org/gnome/mutter] | ||
experimental-features=['variable-refresh-rate','scale-monitor-framebuffer'] | ||
|
||
[org/gnome/software] | ||
allow-updates=false | ||
download-updates=false | ||
download-updates-notify=false |