diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-02-07 12:00:58 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-02-07 12:00:58 -0600 |
| commit | e917e3a936a4565085c23f9cb447fa02d779f9c2 (patch) | |
| tree | 07fc7eec7a78ce97d575e564c4594846b0a20634 | |
| parent | bb8ecf14a8d4e7855bda558021fb292fb2223759 (diff) | |
home/i3: add floating window class
| -rw-r--r-- | home/i3-config.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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 '' |
