From e0c19a61f826c4fabdc5b36fb829b07345492e0e Mon Sep 17 00:00:00 2001 From: Simon Studer Date: Fri, 17 Oct 2025 19:11:36 +0200 Subject: [PATCH] move wal update, do not show niri hotkeys --- config/niri/config.template.kdl | 4 ++-- config/{niri/wal.sh => wal/wal_update.sh} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename config/{niri/wal.sh => wal/wal_update.sh} (88%) diff --git a/config/niri/config.template.kdl b/config/niri/config.template.kdl index e49850b..11f12cb 100644 --- a/config/niri/config.template.kdl +++ b/config/niri/config.template.kdl @@ -275,7 +275,7 @@ spawn-at-startup "waybar" hotkey-overlay { // Uncomment this line to disable the "Important Hotkeys" pop-up at startup. - // skip-at-startup + skip-at-startup } // Uncomment this line to ask the clients to omit their client-side decorations if possible. @@ -585,7 +585,7 @@ binds { // rather than stacked on top of each other. Mod+W { toggle-column-tabbed-display; } - Mod+Shift+W { spawn-sh "$HOME/.config/niri/wal.sh"; } + Mod+Shift+W { spawn-sh "$HOME/.config/wal/wal_update.sh"; } // Actions to switch layouts. // Note: if you uncomment these, make sure you do NOT have diff --git a/config/niri/wal.sh b/config/wal/wal_update.sh similarity index 88% rename from config/niri/wal.sh rename to config/wal/wal_update.sh index 17e649d..b84abca 100755 --- a/config/niri/wal.sh +++ b/config/wal/wal_update.sh @@ -18,6 +18,6 @@ $HOME/.config/mako/update_theme.sh $HOME/.config/niri/generate_kdl.sh -niri msg action do-screen-transition --delay-ms 300 +niri msg action do-screen-transition --delay-ms 100 notify-send -i "$(<"${HOME}/.cache/wal/wal")" "Theme Changed"