From caa09baba330c585ebd16806ff509e2db4c893bb Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Wed, 21 Jun 2023 01:01:52 -0400 Subject: [PATCH] sway test --- homeConfig/modules/gui/config/sway.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/homeConfig/modules/gui/config/sway.nix b/homeConfig/modules/gui/config/sway.nix index 8656e0d..cee4b4f 100644 --- a/homeConfig/modules/gui/config/sway.nix +++ b/homeConfig/modules/gui/config/sway.nix @@ -23,7 +23,6 @@ in modifier = "Mod1"; menu = "rofi -show drun -show-icons -drun-icon-theme Qogir -font 'Noto Sans 14'"; terminal = "alacritty"; - startup = [{ command = "exec { exec alacritty -e sh -c 'neofetch; exec $SHELL'"; always = true; }]; input = { keyboard = { @@ -68,4 +67,11 @@ in "${modifier}+Shift+d" = "exec emote"; }; }; + + extraConfig = '' + for_window [app_id="one.alynx.showmethekey" title="Floating Window - Show Me The Key"] { + floating enable + sticky enable + } + ''; }