Automatically configure GNOME extensions
This commit is contained in:
parent
3444c9484e
commit
92163021be
|
@ -1,24 +1,4 @@
|
||||||
mkTuple: {
|
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" = {
|
"org/gnome/settings-daemon/plugins/media-keys" = {
|
||||||
custom-keybindings = ["/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/terminal/"];
|
custom-keybindings = ["/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/terminal/"];
|
||||||
screensaver = ["<Alt>Escape"];
|
screensaver = ["<Alt>Escape"];
|
||||||
|
@ -43,6 +23,48 @@ mkTuple: {
|
||||||
|
|
||||||
"org/gnome/shell" = {
|
"org/gnome/shell" = {
|
||||||
favorite-apps=["org.gnome.Nautilus.desktop"];
|
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" = {
|
"org/gnome/desktop/input-sources" = {
|
||||||
show-all-sources=true;
|
show-all-sources=true;
|
||||||
|
|
Loading…
Reference in a new issue