Automatically configure GNOME extensions

This commit is contained in:
Emi Simpson 2023-01-15 15:15:52 -05:00
parent 3444c9484e
commit 92163021be
Signed by: Emi
GPG Key ID: A12F2C2FFDC3D847
1 changed files with 42 additions and 20 deletions

View File

@ -1,24 +1,4 @@
mkTuple: {
"org/gnome/shell/extensions/pop-shell" = {
tile-move-down-global=["<Alt><Shift>j"];
tile-move-up-global=["<Alt><Shift>k"];
tile-move-left-global=["<Alt><Shift>h"];
tile-move-right-global=["<Alt><Shift>l"];
focus-down=["<Alt>j"];
focus-up=["<Alt>k"];
focus-left=["<Alt>h"];
focus-right=["<Alt>l"];
tile-orientation=["<Alt>o"];
tile-floating=["<Alt>g"];
tile-stacking-global=["<Alt>s"];
active-hint=true;
active-hint-border-radius=true;
show-title=false;
smart-gaps=true;
snap-to-grid=true;
tile-by-default=true;
};
"org/gnome/settings-daemon/plugins/media-keys" = {
custom-keybindings = ["/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/terminal/"];
screensaver = ["<Alt>Escape"];
@ -43,6 +23,48 @@ mkTuple: {
"org/gnome/shell" = {
favorite-apps=["org.gnome.Nautilus.desktop"];
enabled-extensions = [
"pop-shell@system76.com"
"firefox-pip@bennypowers.com"
"espresso@coadmunkee.github.com"
"burn-my-windows@schneegans.github.com"
"blur-my-shell@aunetx"
"user-theme@gnome-shell-extensions.gcampax.github.com"
];
};
"org/gnome/shell/extensions/pop-shell" = {
tile-move-down-global=["<Alt><Shift>j"];
tile-move-up-global=["<Alt><Shift>k"];
tile-move-left-global=["<Alt><Shift>h"];
tile-move-right-global=["<Alt><Shift>l"];
focus-down=["<Alt>j"];
focus-up=["<Alt>k"];
focus-left=["<Alt>h"];
focus-right=["<Alt>l"];
tile-orientation=["<Alt>o"];
tile-floating=["<Alt>g"];
tile-stacking-global=["<Alt>s"];
active-hint=true;
active-hint-border-radius=true;
show-title=false;
smart-gaps=true;
snap-to-grid=true;
tile-by-default=true;
};
"org/gnome/shell/extensions/burn-my-windows" = {
disable-on-battery=true;
broken-glass-animation-time = 666;
broken-glass-close-effect = true;
pixelate-open-effect = true;
fire-close-effect = false;
glide-close-effect = false;
};
"org/gnome/shell/extensions/espresso" = {
show-notifications=false;
};
"org/gnome/shell/extensions/blur-my-shell" = {
hacks-level = 0;
};
"org/gnome/desktop/input-sources" = {
show-all-sources=true;