From 501cbeee18ba619c3a6903aea6210ccbc90fc39b Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Mon, 15 Apr 2019 16:42:03 +0300 Subject: [PATCH] Sway split workspaces between two screens --- .config/sway/config | 14 ++++++++++++++ .gitconfig | 2 ++ 2 files changed, 16 insertions(+) diff --git a/.config/sway/config b/.config/sway/config index 5398205..5de8c69 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -132,6 +132,20 @@ font pango:DejaVu Sans Mono 10, xos4 Terminus Regular 12 # # Workspaces: # + # split workspaces accross two displays + workspace 1 output "Dell Inc. DELL U2715H GH85D6CN1YYS" + workspace 3 output "Dell Inc. DELL U2715H GH85D6CN1YYS" + workspace 5 output "Dell Inc. DELL U2715H GH85D6CN1YYS" + workspace 7 output "Dell Inc. DELL U2715H GH85D6CN1YYS" + workspace 9 output "Dell Inc. DELL U2715H GH85D6CN1YYS" + + + workspace 2 output "Dell Inc. DELL U2715H GH85D71K0W5S" + workspace 4 output "Dell Inc. DELL U2715H GH85D71K0W5S" + workspace 6 output "Dell Inc. DELL U2715H GH85D71K0W5S" + workspace 8 output "Dell Inc. DELL U2715H GH85D71K0W5S" + workspace 0 output "Dell Inc. DELL U2715H GH85D71K0W5S" + # switch to workspace bindsym $mod+1 workspace 1 bindsym $mod+2 workspace 2 diff --git a/.gitconfig b/.gitconfig index 8a4539b..8847ca0 100644 --- a/.gitconfig +++ b/.gitconfig @@ -25,3 +25,5 @@ smtpServerPort = 587 [diff] wsErrorHighlight = all +[cola] + spellcheck = false