Compare commits
No commits in common. "c5460cb2e6bc7a894a1b91a82ba226f2c32b77ed" and "af91148e1806931c48ac499d881ee3fdc9006195" have entirely different histories.
c5460cb2e6
...
af91148e18
1 changed files with 7 additions and 15 deletions
|
@ -306,15 +306,13 @@
|
|||
layout = {
|
||||
gaps = 10;
|
||||
default-column-width.proportion = 0.5;
|
||||
preset-column-widths = [ { proportion = 0.5; } { proportion = 0.9; } ];
|
||||
preset-window-heights = [{ proportion = 0.5; }];
|
||||
preset-window-heights = [{ proportion = 1.0 / 2.0; }];
|
||||
focus-ring.enable = false;
|
||||
border = {
|
||||
enable = true;
|
||||
width = 2;
|
||||
inactive.color = "#80808080";
|
||||
};
|
||||
center-focused-column = "on-overflow";
|
||||
};
|
||||
workspaces = {
|
||||
w1.name = "admin";
|
||||
|
@ -327,7 +325,6 @@
|
|||
matches =
|
||||
[{ app-id = "^(im\\.riot\\.Riot|WebCord|@joplin/app-desktop)$"; }];
|
||||
open-on-workspace = "apps";
|
||||
default-column-width.proportion = 0.9;
|
||||
}
|
||||
{
|
||||
geometry-corner-radius = {
|
||||
|
@ -340,15 +337,11 @@
|
|||
}
|
||||
];
|
||||
prefer-no-csd = true;
|
||||
screenshot-path = "~/screenshots/%Y%m%d%H%M%S.png";
|
||||
screenshot-path = "~/screenshots/%Y%m%d%H%m%N.png";
|
||||
binds = with config.lib.niri.actions; {
|
||||
"Mod+Space".action = spawn "alacritty";
|
||||
"Mod+Shift+Space".action = spawn "alacritty" "-e" "sudo" "-i";
|
||||
"Mod+F1".action = spawn "anyrun";
|
||||
"Mod+F2".action = spawn "flatpak" "run" "net.cozic.joplin_desktop";
|
||||
"Mod+F3".action = spawn "flatpak" "run" "im.riot.Riot";
|
||||
"Mod+F4".action = spawn "flatpak" "run" "io.github.spacingbat3.webcord";
|
||||
"Mod+F5".action = spawn "flatpak" "run" "dev.aunetx.deezer";
|
||||
"Mod+L".action = spawn "swaylock";
|
||||
"Mod+Shift+Q".action = close-window;
|
||||
"Mod+A".action = focus-column-left;
|
||||
|
@ -366,12 +359,11 @@
|
|||
"Mod+Shift+WheelScrollDown".action = move-column-right;
|
||||
"Mod+Shift+WheelScrollUp".action = move-column-left;
|
||||
"Mod+Tab".action = focus-workspace-previous;
|
||||
"Mod+Shift+W".action = maximize-column;
|
||||
"Mod+Shift+X".action = reset-window-height;
|
||||
"Mod+W".action = switch-preset-column-width;
|
||||
"Mod+X".action = switch-preset-window-height;
|
||||
"Mod+E".action = set-column-width "-10%";
|
||||
"Mod+R".action = set-column-width "+10%";
|
||||
"Mod+F".action = maximize-column;
|
||||
"Mod+W".action = set-column-width "-10%";
|
||||
"Mod+X".action = set-column-width "+10%";
|
||||
"Mod+Shift+W".action = set-window-height "-10%";
|
||||
"Mod+Shift+X".action = set-window-height "+10%";
|
||||
"Print".action = screenshot-screen;
|
||||
"Shift+Print".action = screenshot;
|
||||
"Alt+Print".action = screenshot-window;
|
||||
|
|
Loading…
Reference in a new issue