From 00656207bb011e5f45282e22693a7fc29ca43e26 Mon Sep 17 00:00:00 2001 From: Ethan Simmons Date: Sun, 3 Nov 2024 16:13:56 -0600 Subject: [PATCH] Edit sway config --- modules/home/sway.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/sway.nix b/modules/home/sway.nix index 5f14120..3a32978 100644 --- a/modules/home/sway.nix +++ b/modules/home/sway.nix @@ -212,6 +212,7 @@ in { criteria = { class = "feishin"; }; command = "opacity 0.9"; } { criteria = { class = "gamescope"; }; command = "fullscreen"; } { criteria = { app_id = "gamescope"; }; command = "fullscreen"; } + { criteria = { class = "Wfica"; }; command = "fullscreen"; } { criteria = { app_id = "mpv"; }; command = "fullscreen"; } { criteria = { app_id = "org.speedcrunch."; }; command = "floating enable"; } ];