workflows/a-happy-gnome: update config

This commit is contained in:
Gabriel Arazas 2022-11-05 09:45:13 +08:00
parent 5898e46250
commit 9b4e76a437
2 changed files with 4 additions and 2 deletions

View File

@ -24,7 +24,7 @@ switch-to-workspace-up = @as []
switch-to-workspace-left = ['<Primary><Super>h', '<Super>Page_Up']
switch-to-workspace-right = ['<Primary><Super>l', '<Super>Page_Down']
switch-to-workspace-down = @as []
toggle-fullscreen = ['<Super>f']
toggle-fullscreen = ['<Super>f', 'F11']
toggle-maximized = ['<Shift><Super>f']
toggle-on-all-workspaces = ['<Super>y']
toggle-above = ['<Shift><Super>y']

View File

@ -15,7 +15,7 @@ let
# We're combining all of the custom dconf database into a package to be installed.
dconfConfig = pkgs.runCommand "install-a-happy-gnome-dconf-keyfiles" {} ''
install -Dm644 ${./config/dconf}/*.conf -t $out/etc/dconf/db/${name}-conf.d
install -Dm644 ${enabledExtensions} $out/etc/dconf/db/${name}-conf.d/enabled-extensions.conf
install -Dm644 ${enabledExtensions} $out/etc/dconf/db/${name}-conf.d/90-enabled-extensions.conf
'';
in
{
@ -75,6 +75,8 @@ in
shortwave # Yer' humble internet radio.
ymuse # Simple MPD client.
gnome.gnome-backgrounds # Default backgrounds.
gnome-menus # It is required for custom menus in extensions.
gnome-extension-manager # The cooler GNOME extensions app.
gnome-search-provider-recoll # This is here for some reason.