From 83e107c13c34d97d7e0c74956caebdbfdce92aff Mon Sep 17 00:00:00 2001 From: finga Date: Sat, 31 May 2025 12:48:30 +0200 Subject: [PATCH] config: Disable tray output Disable to put tray icons anywhere on the screen. --- .config/sway/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/sway/config b/.config/sway/config index 7a40065..aae5e37 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -147,7 +147,7 @@ bar { status_command i3status-rs font pango:NotoSansMono-Regular, forkawesome 8 position top - tray_output primary + tray_output off workspace_buttons yes mode dock modifier $mod @@ -164,7 +164,7 @@ bar { status_command i3status-rs ~/.config/i3status-rust/secondary.toml font pango:NotoSansMono-Regular, forkawesome 8 position top - tray_output primary + tray_output off workspace_buttons yes mode dock modifier $mod