From b4caa3e2b5c7763db0a969d8afb04857589b748f Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Thu, 24 Apr 2025 17:30:06 -0400 Subject: [PATCH] AutoYADM commit: 2025-04-24 17:30:06 --- .config/helix/config.toml | 11 +++++++---- .config/niri/config.kdl##hostname.dbox | 6 +++--- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 8d0f533d..e0eec1a3 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -95,9 +95,12 @@ C-k = "signature_help" C-c = "completion" S-tab = "move_parent_node_start" +[keys.normal.Z] +m = "scroll_up" + [keys.normal] -"'" = "trim_selections" -tab = "move_parent_node_end" +tab = "trim_selections" +A-tab = "move_parent_node_end" S-tab = "move_parent_node_start" # swap select_mode and regex keys @@ -267,8 +270,8 @@ l = "extend_to_file_end" L = "extend_to_last_line" [keys.select] -"'" = "trim_selections" -tab = "extend_parent_node_end" +tab = "trim_selections" +A-tab = "extend_parent_node_end" S-tab = "extend_parent_node_start" "{" = "rotate_selections_backward" "}" = "rotate_selections_forward" diff --git a/.config/niri/config.kdl##hostname.dbox b/.config/niri/config.kdl##hostname.dbox index a9d3dee4..0c1420ee 100644 --- a/.config/niri/config.kdl##hostname.dbox +++ b/.config/niri/config.kdl##hostname.dbox @@ -637,7 +637,7 @@ binds { // Alternatively, there are commands to move just a single window: // Mod+Ctrl+1 { move-window-to-workspace 1; } // Switches focus between the current and the previous workspace. - Alt+Tab { + Mod+Tab { focus-workspace-previous } // Adapt the sway-window-switcher and bind it here @@ -742,7 +742,7 @@ binds { Mod+Shift+Alt+S { spawn "~/dev/wayland-utils/recorder/recorder.sh" "region" } - Mod+Tab { + Mod+Escape { spawn "~/dev/wayland-utils/niri-switcher/window-picker.py" } Mod+semicolon { @@ -759,7 +759,7 @@ binds { // // The allow-inhibiting=false property can be applied to other binds as well, // which ensures niri always processes them, even when an inhibitor is active. - Mod+Escape allow-inhibiting=false { + Mod+Ctrl+Escape allow-inhibiting=false { toggle-keyboard-shortcuts-inhibit } // The quit action will show a confirmation dialog to avoid accidental exits.