From 0c98d68d86bfbf4db17962a62b0ba5fbcb7a15d9 Mon Sep 17 00:00:00 2001 From: Oliver Ladner Date: Tue, 14 Jan 2025 09:15:29 +0100 Subject: [PATCH] refactor(aerospace): remove obsolete borders parameter --- .config/aerospace/aerospace.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/aerospace/aerospace.toml b/.config/aerospace/aerospace.toml index 7d1b9bc..12f876d 100644 --- a/.config/aerospace/aerospace.toml +++ b/.config/aerospace/aerospace.toml @@ -7,7 +7,7 @@ after-login-command = [] # 'after-startup-command' is run after 'after-login-command' # Available commands : https://nikitabobko.github.io/AeroSpace/commands after-startup-command = [ - 'exec-and-forget borders order=above active_color=0xff483D8B inactive_color=0xffCDCDCD width=8.0 style=square blacklist="firefox" ax_focus=true', + 'exec-and-forget borders order=above active_color=0xff483D8B inactive_color=0xffCDCDCD width=8.0 style=square blacklist="firefox"', ] start-at-login = true