nixos/workflows/a-happy-gnome: update XDG MIME settings and comments

This commit is contained in:
Gabriel Arazas 2025-02-14 14:41:30 +08:00
parent ce89c43a50
commit b61e0d826a
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360
2 changed files with 5 additions and 1 deletions

View File

@ -35,6 +35,10 @@ workspace-wrap-around = false
[org/gnome/shell/extensions/flypie] [org/gnome/shell/extensions/flypie]
menu-configuration = '[{"name":"Global palette","icon":"🐶️","shortcut":"<Super>space","centered":false,"id":0,"children":[{"name":"Close window","type":"Shortcut","icon":"window-close-symbolic","data":{"shortcut":"<Super>q"},"angle":-1},{"name":"Next workspace","icon":"go-next-symbolic","type":"Shortcut","data":{"shortcut":"<Control><Super>l"},"angle":90},{"name":"Favorites","icon":"emblem-favorite-symbolic-#fae","type":"Favorites","data":{},"angle":-1},{"name":"Fly-Pie settings","icon":"applications-system-symbolic","type":"Command","data":"gnome-extensions prefs flypie@schneegans.github.com","angle":-1},{"name":"Previous workspace","icon":"go-previous-symbolic","type":"Shortcut","data":{"shortcut":"<Control><Super>h"},"angle":270},{"name":"Running apps","icon":"flypie-menu-running-apps-symbolic-#74a","type":"RunningApps","data":{"activeWorkspaceOnly":false,"appGrouping":true,"hoverPeeking":true,"nameRegex":""},"angle":-1},{"name":"Maximize window","icon":"window-maximize-symbolic","type":"Shortcut","data":{"shortcut":"<Shift><Super>f"},"angle":-1}],"type":"CustomMenu","data":{},"touchButton":false,"superRMB":false}]' menu-configuration = '[{"name":"Global palette","icon":"🐶️","shortcut":"<Super>space","centered":false,"id":0,"children":[{"name":"Close window","type":"Shortcut","icon":"window-close-symbolic","data":{"shortcut":"<Super>q"},"angle":-1},{"name":"Next workspace","icon":"go-next-symbolic","type":"Shortcut","data":{"shortcut":"<Control><Super>l"},"angle":90},{"name":"Favorites","icon":"emblem-favorite-symbolic-#fae","type":"Favorites","data":{},"angle":-1},{"name":"Fly-Pie settings","icon":"applications-system-symbolic","type":"Command","data":"gnome-extensions prefs flypie@schneegans.github.com","angle":-1},{"name":"Previous workspace","icon":"go-previous-symbolic","type":"Shortcut","data":{"shortcut":"<Control><Super>h"},"angle":270},{"name":"Running apps","icon":"flypie-menu-running-apps-symbolic-#74a","type":"RunningApps","data":{"activeWorkspaceOnly":false,"appGrouping":true,"hoverPeeking":true,"nameRegex":""},"angle":-1},{"name":"Maximize window","icon":"window-maximize-symbolic","type":"Shortcut","data":{"shortcut":"<Shift><Super>f"},"angle":-1}],"type":"CustomMenu","data":{},"touchButton":false,"superRMB":false}]'
# !!! Most of the settings for burn-my-windows has been transfered to a new
# settings system that is not dconf but it does have segments of code that will
# automatically migrate it for you (only for the first time you've opened it
# though).
# A little novelty couldn't hurt. # A little novelty couldn't hurt.
[org/gnome/shell/extensions/burn-my-windows] [org/gnome/shell/extensions/burn-my-windows]
close-animation = 'tv' close-animation = 'tv'

View File

@ -192,7 +192,7 @@ in {
xdg.mime = { xdg.mime = {
enable = true; enable = true;
defaultApplications = { desktops.gnome.defaultApplications = {
# Default application for web browser. # Default application for web browser.
"text/html" = "re.sonny.Junction.desktop"; "text/html" = "re.sonny.Junction.desktop";