From 026aea4ac439de2338653cbb9f93e73d681d7bc1 Mon Sep 17 00:00:00 2001 From: OlivierChiasson Date: Sat, 20 Jun 2026 16:49:00 -0300 Subject: [PATCH] Added keybindings for toggling the main bar and bar 2 in the Niri setup. --- modules/desktop/niri/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/desktop/niri/default.nix b/modules/desktop/niri/default.nix index e6e83af..4642812 100644 --- a/modules/desktop/niri/default.nix +++ b/modules/desktop/niri/default.nix @@ -62,6 +62,8 @@ let "Mod+N"."spawn-sh" = "dms ipc call notepad toggle"; #TODO[epic=Binds] This should only be set if having dms "Mod+Shift+N"."spawn-sh" = "dms ipc call notifications toggle"; #TODO[epic=Binds] This should only be set if having dms "Mod+M"."spawn-sh" = "dms ipc call processlist toggle"; #TODO[epic=Binds] This should only be set if having dms +"Mod+B"."spawn-sh" = "dms ipc call bar toggle name \"Main Bar\""; #TODO[epic=Binds] This should only be set if having dms +"Mod+Shift+B"."spawn-sh" = "dms ipc call bar toggle name \"Bar 2\""; #TODO[epic=Binds] This should only be set if having dms "Mod+L"."spawn-sh" = "dms ipc call lock lock"; #TODO[epic=Binds] This should only be set if having dms "Mod+Q"."close-window" = _: { };