mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-24 06:19:02 +00:00
nixos/workflows/a-happy-gnome: update XDG MIME settings and comments
This commit is contained in:
parent
ce89c43a50
commit
b61e0d826a
@ -35,6 +35,10 @@ workspace-wrap-around = false
|
||||
[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}]'
|
||||
|
||||
# !!! 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.
|
||||
[org/gnome/shell/extensions/burn-my-windows]
|
||||
close-animation = 'tv'
|
||||
|
@ -192,7 +192,7 @@ in {
|
||||
|
||||
xdg.mime = {
|
||||
enable = true;
|
||||
defaultApplications = {
|
||||
desktops.gnome.defaultApplications = {
|
||||
# Default application for web browser.
|
||||
"text/html" = "re.sonny.Junction.desktop";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user