From e0c2256724de41c4f8ca5d34d244e9e6a4972549 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Sun, 19 May 2024 00:28:17 -0400 Subject: [PATCH] removed redundant --- src/user/modules/gui/modules/wm/sway/config/sway.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/user/modules/gui/modules/wm/sway/config/sway.nix b/src/user/modules/gui/modules/wm/sway/config/sway.nix index a79f155..a2070b8 100644 --- a/src/user/modules/gui/modules/wm/sway/config/sway.nix +++ b/src/user/modules/gui/modules/wm/sway/config/sway.nix @@ -90,10 +90,6 @@ in }; extraConfig = '' - for_window [app_id="one.alynx.showmethekey" title="Floating Window - Show Me The Key"] { - floating enable - sticky enable - } exec_always ${pkgs.autotiling}/bin/autotiling ''; }