From 0a755545f7ef5fe392974613716af671cfbf2a9b Mon Sep 17 00:00:00 2001 From: Jonathan Armani Date: Tue, 7 Oct 2014 18:41:27 +0200 Subject: [PATCH] Document visible_noswap and at it in spectrwm.conf --- spectrwm.1 | 6 ++++++ spectrwm.conf | 1 + 2 files changed, 7 insertions(+) diff --git a/spectrwm.1 b/spectrwm.1 index 121227d..00fae3f 100644 --- a/spectrwm.1 +++ b/spectrwm.1 @@ -470,6 +470,12 @@ See and .Ar stack_dec for more information. +.It Ic visible_noswap +Do not swap on already visible workspace, useful on multi screen setup. +Use +.Ar warp_pointer +if you want to send pointer in that region. +Enable by setting to 1. .It Ic window_class_enabled Enable or disable displaying the window class name (from WM_CLASS) in the status bar. diff --git a/spectrwm.conf b/spectrwm.conf index 36c8fc8..0d8437c 100644 --- a/spectrwm.conf +++ b/spectrwm.conf @@ -8,6 +8,7 @@ # focus_close_wrap = 1 # focus_default = last # spawn_position = next +# visible_noswap = 1 # warp_pointer = 1 # Window Decoration -- 2.39.2