From 44846433f142a451d5f1d7d4023ae39a6411fd6a Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Fri, 19 Apr 2024 18:14:44 -0400 Subject: [PATCH] Assign Pympress content window to nonprimary monitor --- .config/i3/config | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/i3/config b/.config/i3/config index ef1dac5..84373a7 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -53,6 +53,7 @@ for_window [class="(?i)Firefox" title="^«ws:18» "] move --no-auto-back-and-for for_window [class="(?i)Firefox" title="^«ws:19» "] move --no-auto-back-and-forth container to workspace number 19 for_window [class="(?i)Firefox" title="^«ws:20» "] move --no-auto-back-and-forth container to workspace number 20 +assign [class="Pympress" title="Pympress Content"] output nonprimary # keyboard settings exec --no-startup-id setxkbmap -option 'ctrl:nocaps' -option "shift:both_capslock"