add niri again ?
This commit is contained in:
parent
00ca4baa74
commit
949f2ca150
12 changed files with 93 additions and 93 deletions
|
|
@ -16,39 +16,39 @@
|
|||
|
||||
# other actions
|
||||
"ALT+F4".action.close-window = { };
|
||||
"ALT+V".toggle-window-floating = { };
|
||||
"ALT+M".maximize-column = { };
|
||||
"ALT+F".fullscreen-window = { };
|
||||
"ALT+V".action.toggle-window-floating = { };
|
||||
"ALT+M".action.maximize-column = { };
|
||||
"ALT+F".action.fullscreen-window = { };
|
||||
|
||||
"ALT+H".focus-column-left = { };
|
||||
"ALT+L".focus-column-right = { };
|
||||
"ALT+K".focus-window-up = { };
|
||||
"ALT+J".focus-window-down = { };
|
||||
"ALT+H".action.focus-column-left = { };
|
||||
"ALT+L".action.focus-column-right = { };
|
||||
"ALT+K".action.focus-window-up = { };
|
||||
"ALT+J".action.focus-window-down = { };
|
||||
|
||||
"Ctrl+Super+H".move-column-left = { };
|
||||
"Ctrl+Super+L".move-column-right = { };
|
||||
"Ctrl+Super+K".move-window-up = { };
|
||||
"Ctrl+Super+J".move-window-down = { };
|
||||
"Ctrl+Super+H".action.move-column-left = { };
|
||||
"Ctrl+Super+L".action.move-column-right = { };
|
||||
"Ctrl+Super+K".action.move-window-up = { };
|
||||
"Ctrl+Super+J".action.move-window-down = { };
|
||||
|
||||
"Super+L".focus-workspace-down = { };
|
||||
"Super+H".focus-workspace-up = { };
|
||||
"Super+K".move-column-to-workspace-down = { };
|
||||
"Super+J".move-column-to-workspace-up = { };
|
||||
"Super+L".action.focus-workspace-down = { };
|
||||
"Super+H".action.focus-workspace-up = { };
|
||||
"Super+K".action.move-column-to-workspace-down = { };
|
||||
"Super+J".action.move-column-to-workspace-up = { };
|
||||
|
||||
"Alt+A".focus-monitor-left = { };
|
||||
"Alt+B".focus-monitor-right = { };
|
||||
"Ctrl+Super+A".move-column-to-monitor-left = { };
|
||||
"Ctrl+Super+B".move-column-to-monitor-right = { };
|
||||
"Alt+A".action.focus-monitor-left = { };
|
||||
"Alt+B".action.focus-monitor-right = { };
|
||||
"Ctrl+Super+A".action.move-column-to-monitor-left = { };
|
||||
"Ctrl+Super+B".action.move-column-to-monitor-right = { };
|
||||
|
||||
"Alt+R".switch-preset-column-width = { };
|
||||
"Ctrl+H".set-column-width = [ "-10%" ];
|
||||
"Ctrl+L".set-column-width = [ "+10%" ];
|
||||
"Alt+R".action.switch-preset-column-width = { };
|
||||
"Ctrl+H".action.set-column-width = [ "-10%" ];
|
||||
"Ctrl+L".action.set-column-width = [ "+10%" ];
|
||||
"Ctrl+K".action.set-window-height = "-10%";
|
||||
"Ctrl+J".action.set-window-height = "+10%";
|
||||
|
||||
"Print".screenshot = { };
|
||||
"Ctrl+Print".screenshot-screen = { };
|
||||
"Alt+Print".screenshot-window = { };
|
||||
"Print".action.screenshot = { };
|
||||
"Ctrl+Print".action.screenshot-screen = { };
|
||||
"Alt+Print".action.screenshot-window = { };
|
||||
|
||||
# multimédia / luminosité
|
||||
"XF86MonBrightnessUp" = {
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.niri.settings.ENTER = {
|
||||
};
|
||||
}
|
||||
|
|
@ -5,7 +5,7 @@
|
|||
center-focused-column = "never"; # never, always, on-overflow
|
||||
always-center-single-column = false;
|
||||
|
||||
preset-column-widths._children = [
|
||||
preset-column-widths = [
|
||||
{ proportion = 0.33333; }
|
||||
{ proportion = 0.5; }
|
||||
{ proportion = 0.66667; }
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
xwayland-satellite = {
|
||||
enable = true;
|
||||
path = "xwayland-satellit";
|
||||
path = "xwayland-satellite";
|
||||
};
|
||||
clipboard.disable-primary = false;
|
||||
hotkey-overlay.skip-at-startup = false;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.niri.settings.output = {
|
||||
programs.niri.settings.outputs = {
|
||||
"eDP-1" = {
|
||||
enable = true;
|
||||
scale = 1.0;
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.niri.settings.ENTER = {
|
||||
};
|
||||
}
|
||||
|
|
@ -1,8 +1,15 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.niri.settings.workspaces = {
|
||||
# "1" = { name = "web"; open-on-output = "eDP-1"; };
|
||||
# "2" = { name = "code"; };
|
||||
# "3" = { name = "chat"; };
|
||||
"1" = {
|
||||
name = "web";
|
||||
open-on-output = "eDP-1";
|
||||
};
|
||||
"2" = {
|
||||
name = "code";
|
||||
};
|
||||
"3" = {
|
||||
name = "chat";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue