shutdown-options

Name

shutdown-options -- Configure shutdown preferences.

Synopsis

(shutdown-options #&key switch-to-home-viewport
				  move-windows-to-current-viewport)

Description

Configure shutdown preferences. Both SWITCH-TO-HOME-VIEWPORT and MOVE-WINDOWS-TO-CURRENT-VIEWPORT may be be any of #f, #t, 'shutdown-only or 'restart-only. These options indicate when scwm should switch to the (0 0) viewport on shutdown, and whether all windows are moved to to the current viewport on shutdown, respectively. The possible settings mean never, always, only when shutting down or only when restarting, respectively. Any window movement is done after any viewport switching.

Implementation Notes

Module: (app scwm shutdown-opts)

Defined in scheme/shutdown-opts.scm at line 32 (CVS log)