From f41964243b0c4945b7ef97956e3a2314d7e21c4d Mon Sep 17 00:00:00 2001 From: ZachIR Date: Fri, 25 Jul 2025 21:28:51 -0500 Subject: Fix comments for Mod+R --- niri/config.kdl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'niri/config.kdl') diff --git a/niri/config.kdl b/niri/config.kdl index cab419f..9aade19 100644 --- a/niri/config.kdl +++ b/niri/config.kdl @@ -131,7 +131,7 @@ layout { // together with the previously focused column. center-focused-column "never" - // You can customize the widths that "switch-preset-column-width" (Mod+E) toggles between. + // You can customize the widths that "switch-preset-column-width" (Mod+R) toggles between. preset-column-widths { // Proportion sets the width as a fraction of the output width, taking gaps into account. // For example, you can perfectly fit four windows sized "proportion 0.25" on an output. @@ -144,7 +144,7 @@ layout { // fixed 1920 } - // You can also customize the heights that "switch-preset-window-height" (Mod+Shift+E) toggles between. + // You can also customize the heights that "switch-preset-window-height" (Mod+Shift+R) toggles between. // preset-window-heights { } // You can change the default width of the new windows. -- cgit v1.2.3 From 872d95f7baf9991eb1a1e2075d77e94696acf945 Mon Sep 17 00:00:00 2001 From: ZachIR Date: Fri, 25 Jul 2025 21:36:38 -0500 Subject: Fix syntax for caps->escape in Niri --- niri/config.kdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'niri/config.kdl') diff --git a/niri/config.kdl b/niri/config.kdl index 9aade19..752a1f4 100644 --- a/niri/config.kdl +++ b/niri/config.kdl @@ -16,7 +16,7 @@ input { // layout "us,ru" // options "grp:win_space_toggle,compose:ralt,ctrl:nocaps" layout "us" - options "escape:nocaps" + options "caps:escape" } // Enable numlock on startup, omitting this setting disables it. -- cgit v1.2.3 From 2ec47dc199559863409216795de7dae00121e4a3 Mon Sep 17 00:00:00 2001 From: ZachIR Date: Fri, 25 Jul 2025 21:36:53 -0500 Subject: Fix niri autostarts for master --- niri/config.kdl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'niri/config.kdl') diff --git a/niri/config.kdl b/niri/config.kdl index 752a1f4..6bf00ad 100644 --- a/niri/config.kdl +++ b/niri/config.kdl @@ -271,10 +271,10 @@ layout { // See the binds section below for more spawn examples. // This line starts waybar, a commonly used bar for Wayland compositors. -spawn-at-startup "dinit" -spawn-at-startup "waybar" "-c" "~/.config/waybar/config-niri" -//spawn-at-startup "swaybg" "-i" "~/Pictures/background.png" -//spawn-at-startup "swayidle" +spawn-at-startup "waybar" +spawn-at-startup "hyprpaper" +spawn-at-startup "hypridle" +spawn-at-startup "dunst" // Uncomment this line to ask the clients to omit their client-side decorations if possible. // If the client will specifically ask for CSD, the request will be honored. -- cgit v1.2.3 From b675770aed76f0ec433bd2212309083d6fc7965f Mon Sep 17 00:00:00 2001 From: ZachIR Date: Fri, 25 Jul 2025 21:59:56 -0500 Subject: Start xwayland-satellite at startup in Niri --- niri/config.kdl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'niri/config.kdl') diff --git a/niri/config.kdl b/niri/config.kdl index 6bf00ad..297a51e 100644 --- a/niri/config.kdl +++ b/niri/config.kdl @@ -275,6 +275,11 @@ spawn-at-startup "waybar" spawn-at-startup "hyprpaper" spawn-at-startup "hypridle" spawn-at-startup "dunst" +spawn-at-startup "xwayland-satellite" + +environment { + DISPLAY ":0" +} // Uncomment this line to ask the clients to omit their client-side decorations if possible. // If the client will specifically ask for CSD, the request will be honored. -- cgit v1.2.3 From bb5665653225727065d12807dabea9f0b4004ee3 Mon Sep 17 00:00:00 2001 From: ZachIR Date: Fri, 25 Jul 2025 22:00:08 -0500 Subject: Add lwc shortcut to Niri --- niri/config.kdl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'niri/config.kdl') diff --git a/niri/config.kdl b/niri/config.kdl index 297a51e..16e8c11 100644 --- a/niri/config.kdl +++ b/niri/config.kdl @@ -606,4 +606,7 @@ binds { // Powers off the monitors. To turn them back on, do any input like // moving the mouse or pressing any other key. Mod+Shift+P { power-off-monitors; } + + // Browsers + Super+Alt+W { spawn "lwc"; } } -- cgit v1.2.3