From cabe73601d71c6c303f5db7529c89f2f81a8a762 Mon Sep 17 00:00:00 2001 From: finga Date: Tue, 25 Apr 2023 08:54:39 +0200 Subject: [PATCH] Optimize workspace bindings per screen --- .config/i3/config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index 0c7ffba..d105d4a 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -266,11 +266,12 @@ workspace $ws3 output $screen1 workspace $ws4 output $screen1 workspace $ws5 output $screen1 -workspace $ws6 output $screen2 +workspace $ws6 output $screen0 + workspace $ws7 output $screen2 workspace $ws8 output $screen2 workspace $ws9 output $screen2 -workspace $ws10 output $screen0 +workspace $ws10 output $screen2 # start autolock exec_always xautolock -time 5 -locker "fuzzy-i3lock"