adapt work pc
This commit is contained in:
parent
4898f5cc5f
commit
dca271648e
54 changed files with 126 additions and 847 deletions
|
|
@ -3,13 +3,29 @@
|
|||
programs.niri.settings.binds = {
|
||||
# open programs
|
||||
"ALT+Q".action.spawn = "kitty";
|
||||
"ALT+W".action.spawn = "fuzzel";
|
||||
"ALT+D".action.spawn = "dolphin";
|
||||
"ALT+W".action.spawn = [
|
||||
"rofi"
|
||||
"-show"
|
||||
"drun"
|
||||
];
|
||||
"ALT+X".action.spawn = [
|
||||
"rofi"
|
||||
"-show"
|
||||
"window"
|
||||
];
|
||||
"ALT+C".action.spawn = [
|
||||
"rofi"
|
||||
"-show"
|
||||
"filebrowser"
|
||||
];
|
||||
|
||||
"ALT+D".action.spawn = "nautilus";
|
||||
"ALT+N".action.spawn = [
|
||||
"kitty"
|
||||
"-e"
|
||||
"nvim"
|
||||
];
|
||||
|
||||
"Alt+F".action.spawn = [ "zen-beta" ];
|
||||
"Alt+Z".action.spawn = [ "zotero" ];
|
||||
"Alt+T".action.spawn = [ "thunderbird" ];
|
||||
|
|
@ -17,34 +33,29 @@
|
|||
# other actions
|
||||
"ALT+F4".action.close-window = { };
|
||||
"ALT+V".action.toggle-window-floating = { };
|
||||
"Ctrl+M".action.maximize-column = { };
|
||||
"Ctrl+F".action.fullscreen-window = { };
|
||||
"CTRL+M".action.maximize-column = { };
|
||||
"CTRL+F".action.fullscreen-window = { };
|
||||
|
||||
"ALT+H".action.focus-column-left = { };
|
||||
"ALT+L".action.focus-column-right = { };
|
||||
"ALT+K".action.focus-window-up = { };
|
||||
"ALT+J".action.focus-window-down = { };
|
||||
"ALT+K".action.focus-workspace-up = { };
|
||||
"ALT+J".action.focus-workspace-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".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 = { };
|
||||
"Super+H".action.move-column-left = { };
|
||||
"Super+L".action.move-column-right = { };
|
||||
"Super+K".action.move-column-to-workspace-up = { };
|
||||
"Super+J".action.move-column-to-workspace-down = { };
|
||||
|
||||
"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 = { };
|
||||
"Super+A".action.move-column-to-monitor-left = { };
|
||||
"Super+B".action.move-column-to-monitor-right = { };
|
||||
|
||||
"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%";
|
||||
"Ctrl+Alt+H".action.set-column-width = [ "-10%" ];
|
||||
"Ctrl+Alt+L".action.set-column-width = [ "+10%" ];
|
||||
"Ctrl+Alt+J".action.set-window-height = "-10%";
|
||||
"Ctrl+Alt+K".action.set-window-height = "+10%";
|
||||
|
||||
"Print".action.screenshot = { };
|
||||
"Ctrl+Print".action.screenshot-screen = { };
|
||||
|
|
@ -111,7 +122,7 @@
|
|||
};
|
||||
|
||||
# Verrouillage d'écran
|
||||
"Ctrl+Alt+L" = {
|
||||
"Ctrl+Alt+Delete" = {
|
||||
action.spawn = [ "swaylock" ];
|
||||
allow-when-locked = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue