From c50c81cf2f0097e42eaa9b3f94b39564b036e3f0 Mon Sep 17 00:00:00 2001 From: Markus Heurung Date: Sun, 16 Jun 2024 18:06:04 +0200 Subject: [PATCH] switch to new launcher, terminal style --- home.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/home.nix b/home.nix index 47daa24..a69f3bf 100644 --- a/home.nix +++ b/home.nix @@ -52,6 +52,8 @@ via wget wl-clipboard + wl-mirror + sway-launcher-desktop xdg-utils zellij zulip @@ -495,6 +497,16 @@ smart_gaps inverse_outer ''; config = { + window = { + commands = [ + { + command = "floating enable, sticky enable, resize set 20 ppt 40 ppt, border pixel 10"; + criteria = { + app_id = "^launcher"; + }; + } + ]; + }; gaps = { inner = 50; vertical = 100; @@ -527,6 +539,7 @@ "XF86AudioNext" = "exec playerctl next"; "XF86AudioPrev" = "exec playerctl previous"; }; + menu = "kitty --app-id launcher -e sway-launcher-desktop"; modifier = "Mod4"; output = { DP-1 = {