From 0abbe2fb6e38f7267fb994db5ff1c5a2a8a13d40 Mon Sep 17 00:00:00 2001 From: pancakes Date: Tue, 28 Oct 2025 23:20:18 +1000 Subject: [PATCH] Move swayidle --- justfile | 2 +- {niri/dot-config => swayidle/.config}/swayidle/config | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {niri/dot-config => swayidle/.config}/swayidle/config (100%) diff --git a/justfile b/justfile index e4be010..b532021 100644 --- a/justfile +++ b/justfile @@ -101,7 +101,7 @@ niri-window-manager: @just _echowarning "\n2) Stowing niri config" stow --dotfiles -S niri stow fuzzel - stow gtklock + stow gtklock swayidle stow waybar @just _echowarning "\n3) Enabling GNOME display manager service" diff --git a/niri/dot-config/swayidle/config b/swayidle/.config/swayidle/config similarity index 100% rename from niri/dot-config/swayidle/config rename to swayidle/.config/swayidle/config