From e917e3a936a4565085c23f9cb447fa02d779f9c2 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Tue, 7 Feb 2023 12:00:58 -0600 Subject: home/i3: add floating window class --- home/i3-config.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/i3-config.nix b/home/i3-config.nix index dfc0024..3edf06d 100644 --- a/home/i3-config.nix +++ b/home/i3-config.nix @@ -171,6 +171,9 @@ # (No) Title Bars for_window [class="^.*"] border pixel 5 + # i3-msg exec --no-startup-id --class floating + for_window [class="floating"] floating enabled + exec --no-startup-id ${xautolock}/bin/xautolock -time 10 -locker '${i3lock-color}/bin/i3lock-color -fe -c222222' #exec --no-startup-id /usr/local/bin/platform-graphical-login.sh '' -- cgit v1.2.3