From 34b3f5770999190c3174904c116be85a7a0619ed Mon Sep 17 00:00:00 2001 From: Random936 Date: Tue, 14 Jul 2026 19:16:52 -0400 Subject: [PATCH] disabled hot gestures; fixed kanshi and awww --- assets/.config/niri/config.kdl | 12 ++++++++++-- config/headful.nix | 3 ++- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/assets/.config/niri/config.kdl b/assets/.config/niri/config.kdl index 320d979..6d9400c 100644 --- a/assets/.config/niri/config.kdl +++ b/assets/.config/niri/config.kdl @@ -231,8 +231,9 @@ layout { // See the binds section below for more spawn examples. // This line starts waybar, a commonly used bar for Wayland compositors. -spawn-at-startup "kanshi" spawn-at-startup "waybar" +spawn-sh-at-startup "kanshi" +spawn-sh-at-startup "awww-daemon" // To run a shell command (with variables, pipes, etc.), use spawn-sh-at-startup: // spawn-sh-at-startup "qs -c ~/source/qs/MyAwesomeShell" @@ -279,6 +280,13 @@ animations { clip-to-geometry true } +// Turn off hot corners +gestures { + hot-corners { + off; + } +} + binds { // Keys consist of modifiers separated by + signs, followed by an XKB key name // in the end. To find an XKB name for a particular key, you may use a program @@ -514,7 +522,7 @@ binds { // Toggle tabbed column display mode. // Windows in this column will appear as vertical tabs, // rather than stacked on top of each other. - Mod+E { toggle-column-tabbed-display; } + Mod+T { toggle-column-tabbed-display; } // Actions to switch layouts. // Note: if you uncomment these, make sure you do NOT have diff --git a/config/headful.nix b/config/headful.nix index 07e2aa0..4f1b075 100644 --- a/config/headful.nix +++ b/config/headful.nix @@ -1,4 +1,4 @@ -{ config, pkgs, inputs, ... }: { +{ pkgs, ... }: { imports = [ ./shared.nix ]; @@ -51,6 +51,7 @@ # List packages to be installed for headful systems environment.systemPackages = with pkgs; [ + awww fuzzel waybar kanshi