44 lines
1.2 KiB
Nix
44 lines
1.2 KiB
Nix
{
|
|
"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"];
|
|
};
|
|
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/terminal" = {
|
|
binding="<Alt>t";
|
|
command="kitty";
|
|
name="Terminal";
|
|
};
|
|
"org/gnome/settings-daemon/plugins/power" = {
|
|
ambient-enabled = false;
|
|
};
|
|
"org/gnome/mutter" = {
|
|
dynamic-workspaces=false;
|
|
overlay-key="Alt_L";
|
|
# Enable fractional scaling
|
|
experimental-features=["scale-monitor-framebuffer"];
|
|
};
|
|
"org/gnome/desktop/interface" = {
|
|
show-battery-percentage=true;
|
|
};
|
|
}
|